COLOR #D0B99C

HEX: #D0B99C RGB: (208,185,156)

Color info

#D0B99C contains red, green and blue colors in about the same proportion. Web safe color of #D0B99C is #CCCC99 (or #CC9).

RGB color model

#D0B99C color RGB value is (208,185,156).

RGB: (208,185,156) (82%, 73%, 61%)

RGB channels and saturation

R 208 of 255 = 82%
G 185 of 255 = 73%
B 156 of 255 = 61%

208
185
156

R + G + B ~ 72%. #D0B99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 185 + 156 = 549 (100%)
R 208 of 549 ~ 37.89%
G 185 of 549 ~ 33.7%
B 156 of 549 ~ 28.42'%

%37.89
%33.7
%28.42

CMYK color model

#D0B99C color CMYK value is (0,11,25,18).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 25.00%
  • key color value is 18.43%

CMYK: (0,11,25,18)
C0M11Y25K18 (0%, 11%, 25%, 18%)
(0.00 / 0.11 / 0.25 / 0.18)

CMYK percentages

%0
%11.06
%25
%18.43

Codes

Color #D0B99C in popluar color models

D0 B9 9C
RGB 208 185 156
HSL 33° 35.62% 71.37%
HSB/HSV 33° 25.00% 81.57%
CMYK 0.00% 11.06% 25.00%
18.43%

Color #D0B99C in popluar number systems.

HEX D0 B9 9C
Decimal 208 185 156
Binary 11010000 10111001 10011100
Octal 320 271 234

Shades and tints

Shades of #D0B99C

#D0B99C
(208,185,156)
#BEA98E
(190,169,142)
#AC9980
(172,153,128)
#9A8972
(154,137,114)
#887964
(136,121,100)
#766956
(118,105,86)
#645948
(100,89,72)
#52493A
(82,73,58)
#40392C
(64,57,44)
#2E291E
(46,41,30)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #D0B99C

#D0B99C
(208,185,156)
#D4BFA5
(212,191,165)
#D8C5AE
(216,197,174)
#DCCBB7
(220,203,183)
#E0D1C0
(224,209,192)
#E4D7C9
(228,215,201)
#E8DDD2
(232,221,210)
#ECE3DB
(236,227,219)
#F0E9E4
(240,233,228)
#F4EFED
(244,239,237)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B99C color. Also use rgb(208,185,156) instead hex code.

Text Font Color

.myTextColor { color: #D0B99C; }

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

This text font color is #D0B99C.

Background Color

.myBgColor { background-color: #D0B99C; }

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

This div background color is #D0B99C.

Border color

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

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

This div border color is #D0B99C.

Opacity

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

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

Text with #D0B99C 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 #D0B99C;}

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

This text has shadow with #D0B99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B99C.

Preview

Color preview on black background

This text has color #D0B99C on black background.


Color preview on white background

This text has color #D0B99C on white background.


Black color preview on #D0B99C background

This text has black color on #D0B99C background.


White color preview on #D0B99C background

This text has white color on #D0B99C background.


Related colors

Complementary color

Complementary color for #hex is #2F4663.


I love getcolorcode.com

Triadic colors

1 #9CD0B9 and #B99CD0 with #D0B99C are triadic colors.

2 #9CB9D0 and #B9D09C with #D0B99C are triadic colors.