What is hex #D2B48C color?

 
The hex code #D2B48C is also know by an other name that is Tan.
This color is composed of 210% red, 180% green and 140% blue. So we can say that the RGB value is (210,180,140)
You need to use it for a printer? The CMYK colors code equivalent of hex #D2B48C is C:0 M:14 Y:33, K:18) .
In the HSV/HSB scale, #D2B48C has a hue of 34°, 33% saturation and a brightness value of 82%.
If you want to know all about the hex #D2B48C, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #D2B48C (complementary, analogous, triadic, tetradic...).

Hex #D2B48C Color Codes & Equivalents

Color Name [Tan]
RGB Values (210,180,140)
CMYK Values (0%, 14%, 33%, 18%)
HSV/HSB Values (34°, 33%, 82%)
Closest Web Safe
#CCCC99
Inverse Color
#2d4b73
Closest Pantone®
467 C
Closest RAL
RAL 1001 [Beige]
Complementary Color
#8caad2

#D2B48C Converted to Grayscale Codes

Average
#b1b1b1
Lightness (Desaturation)
#afafaf
Weighted (BT601)
#b8b8b8
Luma (BT709)
#b7b7b7

Hex #D2B48C Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #D2B48C is #8caad2. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #D2B48C you will find #8caad2. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#D2B48C #8caad2

Analogous Palette

The analogous color scheme of #D2B48C is composed with colors #D2918C and #CDD28C. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #D2B48C with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#D2918C #D2B48C #CDD28C

Split-Complementary Palette

The split-complementary color scheme of #D2B48C is composed with colors #918CD2 and #8CCDD2. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#D2B48C #918CD2 #8CCDD2

Triadic Palette

The triadic color scheme of #D2B48C is composed with colors #B48CD2 and #8CD2B4. They are located to the right and left of your main color #D2B48C with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#D2B48C #B48CD2 #8CD2B4

Tetradic Palette

The tetradic color scheme of #D2B48C is composed with colors #8CD2B4, #8CAAD2 and #D28CAA A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#D2B48C #8CD2B4 #8CAAD2 #D28CAA

Square Palette

The square color scheme of #D2B48C is composed with colors #8CD291, #8CAAD2 and #D28CCD To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#D2B48C #8CD291 #8CAAD2 #D28CCD

Tints, Tones & Shades of Hex #D2B48C

Tints

Tints are created by adding white, resulting in lighter shades of #D2B48C.

#D2B48C #D7BD9A #DDC7A9 #E3D0B7 #E8DAC6 #EEE3D5 #F4EDE3 #FAF6F2

Tones

Tones are made by mixing with gray, softening the original color.

#D2B48C #CAB293 #C2B19B #BAB0A3 #B2AFAB #AFAFAF #AFAFAF #AFAFAF

Shades

Shades result from adding black, creating darker variations.

#D2B48C #CCAA7D #C6A06E #C09760 #BB8D51 #B28345 #A37840 #946E3A

Hex #D2B48C in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #D2B48C
Java new Color(210,180,140);
Python Color(#D2B48C)
.NET Color.FromArgb(255, 210,180,140);
Swift / iOS UIColor(red: 0.82, green: 0.71, blue: 0.55, alpha: 1)
Kotlin / Android Color.rgb(210, 180, 140)