COLOR #D0B99F

HEX: #D0B99F RGB: (208,185,159)

Color info

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

RGB color model

#D0B99F color RGB value is (208,185,159).

RGB: (208,185,159) (82%, 73%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 185 of 255 = 73%
B 159 of 255 = 62%

208
185
159

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

Portions of RGB colors in percentages

R + G + B = 208 + 185 + 159 = 552 (100%)
R 208 of 552 ~ 37.68%
G 185 of 552 ~ 33.51%
B 159 of 552 ~ 28.8'%

%37.68
%33.51
%28.8

CMYK color model

#D0B99F color CMYK value is (0,11,24,18).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 23.56%
  • key color value is 18.43%
CMYK: (0,11,24,18) C0M11Y24K18 (0%,11%,24%,18%) (0.00/0.11/0.24/0.18) 

CMYK percentages

%0
%11.06
%23.56
%18.43

Codes

Color #D0B99F in popluar color models

D0 B9 9F
RGB 208 185 159
HSL 32° 34.27% 71.96%
HSB/HSV 32° 23.56% 81.57%
CMYK 0.00% 11.06% 23.56%
18.43%

Color #D0B99F in popluar number systems.

HEX D0 B9 9F
Decimal 208 185 159
Binary 11010000 10111001 10011111
Octal 320 271 237

Shades and tints

Shades of #D0B99F

#D0B99F
(208,185,159)
#BEA991
(190,169,145)
#AC9983
(172,153,131)
#9A8975
(154,137,117)
#887967
(136,121,103)
#766959
(118,105,89)
#64594B
(100,89,75)
#52493D
(82,73,61)
#40392F
(64,57,47)
#2E2921
(46,41,33)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #D0B99F

#D0B99F
(208,185,159)
#D4BFA7
(212,191,167)
#D8C5AF
(216,197,175)
#DCCBB7
(220,203,183)
#E0D1BF
(224,209,191)
#E4D7C7
(228,215,199)
#E8DDCF
(232,221,207)
#ECE3D7
(236,227,215)
#F0E9DF
(240,233,223)
#F4EFE7
(244,239,231)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B99F; }

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

This text font color is #D0B99F.

Background Color

.myBgColor { background-color: #D0B99F; }

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

This div background color is #D0B99F.

Border color

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

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

This div border color is #D0B99F.

Opacity

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

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

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

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

This text has shadow with #D0B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B99F.

Preview

Color preview on black background

This text has color #D0B99F on black background.


Color preview on white background

This text has color #D0B99F on white background.


Black color preview on #D0B99F background

This text has black color on #D0B99F background.


White color preview on #D0B99F background

This text has white color on #D0B99F background.


Related colors

Complementary color

Complementary color for #hex is #2F4660.


I love getcolorcode.com

Triadic colors

1 #9FD0B9 and #B99FD0 with #D0B99F are triadic colors.

2 #9FB9D0 and #B9D09F with #D0B99F are triadic colors.