COLOR #D2B39D

HEX: #D2B39D RGB: (210,179,157)

Color info

#D2B39D contains red, green and blue colors in about the same proportion. Web safe color of #D2B39D is #CC9999 (or #C99).

RGB color model

#D2B39D color RGB value is (210,179,157).

RGB: (210,179,157) (82%, 70%, 62%)

RGB channels and saturation

R 210 of 255 = 82%
G 179 of 255 = 70%
B 157 of 255 = 62%

210
179
157

R + G + B ~ 71%. #D2B39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 179 + 157 = 546 (100%)
R 210 of 546 ~ 38.46%
G 179 of 546 ~ 32.78%
B 157 of 546 ~ 28.75'%

%38.46
%32.78
%28.75

CMYK color model

#D2B39D color CMYK value is (0,15,25,18).

  • cyan value is 0.00%
  • magenta value is 14.76%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK: (0,15,25,18) C0M15Y25K18 (0%,15%,25%,18%) (0.00/0.15/0.25/0.18) 

CMYK percentages

%0
%14.76
%25.24
%17.65

Codes

Color #D2B39D in popluar color models

D2 B3 9D
RGB 210 179 157
HSL 25° 37.06% 71.96%
HSB/HSV 25° 25.24% 82.35%
CMYK 0.00% 14.76% 25.24%
17.65%

Color #D2B39D in popluar number systems.

HEX D2 B3 9D
Decimal 210 179 157
Binary 11010010 10110011 10011101
Octal 322 263 235

Shades and tints

Shades of #D2B39D

#D2B39D
(210,179,157)
#BFA38F
(191,163,143)
#AC9381
(172,147,129)
#998373
(153,131,115)
#867365
(134,115,101)
#736357
(115,99,87)
#605349
(96,83,73)
#4D433B
(77,67,59)
#3A332D
(58,51,45)
#27231F
(39,35,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #D2B39D

#D2B39D
(210,179,157)
#D6B9A5
(214,185,165)
#DABFAD
(218,191,173)
#DEC5B5
(222,197,181)
#E2CBBD
(226,203,189)
#E6D1C5
(230,209,197)
#EAD7CD
(234,215,205)
#EEDDD5
(238,221,213)
#F2E3DD
(242,227,221)
#F6E9E5
(246,233,229)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B39D color. Also use rgb(210,179,157) instead hex code.

Text Font Color

.myTextColor { color: #D2B39D; }

<p style="color:#D2B39D">This sample text font color is #D2B39D.</p>

This text font color is #D2B39D.

Background Color

.myBgColor { background-color: #D2B39D; }

<div style="background-color:#D2B39D">Inner text</div>

This div background color is #D2B39D.

Border color

.myBorderColor { border: 1px solid #D2B39D; }

<div style="border:3px solid #D2B39D">Div</div>

This div border color is #D2B39D.

Opacity

.myOpacity80 { color: #D2B39D; opacity: 0.8; }

<p style="color:#D2B39D;opacity:0.8;">80%</p>

Text with #D2B39D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D2B39D;}

<p style="text-shadow: 3px 3px 1px #D2B39D">Text here.</p>

This text has shadow with #D2B39D color.


.textShadow {text-shadow: 3px 3px 1px #D2B39D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D2B39D, 5px 5px 20px red">Text here.</p>

This text has shadow with #D2B39D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D2B39D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D2B39D, Direction=45, Strength=4)">Text</p>

This text has shadow with #D2B39D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D2B39D;
-webkit-box-shadow: 1px 1px 3px 2px #D2B39D;
box-shadow: 1px 1px 3px 2px #D2B39D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D2B39D; -webkit-box-shadow: 1px 1px 3px 2px #D2B39D; box-shadow:1px 1px 3px 2px #D2B39D;">
Div content here
</div>

This div box has shadow with color #D2B39D.

Preview

Color preview on black background

This text has color #D2B39D on black background.


Color preview on white background

This text has color #D2B39D on white background.


Black color preview on #D2B39D background

This text has black color on #D2B39D background.


White color preview on #D2B39D background

This text has white color on #D2B39D background.


Related colors

Complementary color

Complementary color for #hex is #2D4C62.


I love getcolorcode.com

Triadic colors

1 #9DD2B3 and #B39DD2 with #D2B39D are triadic colors.

2 #9DB3D2 and #B3D29D with #D2B39D are triadic colors.