COLOR #D9B99B

HEX: #D9B99B RGB: (217,185,155)

Color info

#D9B99B contains mainly red and green colors. Web safe color of #D9B99B is #CCCC99 (or #CC9).

RGB color model

#D9B99B color RGB value is (217,185,155).

RGB: (217,185,155) (85%, 73%, 61%)

RGB channels and saturation

R 217 of 255 = 85%
G 185 of 255 = 73%
B 155 of 255 = 61%

217
185
155

R + G + B ~ 73%. #D9B99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 185 + 155 = 557 (100%)
R 217 of 557 ~ 38.96%
G 185 of 557 ~ 33.21%
B 155 of 557 ~ 27.83'%

%38.96
%33.21
%27.83

CMYK color model

#D9B99B color CMYK value is (0,15,29,15).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 28.57%
  • key color value is 14.90%
CMYK: (0,15,29,15) C0M15Y29K15 (0%,15%,29%,15%) (0.00/0.15/0.29/0.15) 

CMYK percentages

%0
%14.75
%28.57
%14.9

Codes

Color #D9B99B in popluar color models

D9 B9 9B
RGB 217 185 155
HSL 29° 44.93% 72.94%
HSB/HSV 29° 28.57% 85.10%
CMYK 0.00% 14.75% 28.57%
14.90%

Color #D9B99B in popluar number systems.

HEX D9 B9 9B
Decimal 217 185 155
Binary 11011001 10111001 10011011
Octal 331 271 233

Shades and tints

Shades of #D9B99B

#D9B99B
(217,185,155)
#C6A98D
(198,169,141)
#B3997F
(179,153,127)
#A08971
(160,137,113)
#8D7963
(141,121,99)
#7A6955
(122,105,85)
#675947
(103,89,71)
#544939
(84,73,57)
#41392B
(65,57,43)
#2E291D
(46,41,29)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #D9B99B

#D9B99B
(217,185,155)
#DCBFA4
(220,191,164)
#DFC5AD
(223,197,173)
#E2CBB6
(226,203,182)
#E5D1BF
(229,209,191)
#E8D7C8
(232,215,200)
#EBDDD1
(235,221,209)
#EEE3DA
(238,227,218)
#F1E9E3
(241,233,227)
#F4EFEC
(244,239,236)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B99B color. Also use rgb(217,185,155) instead hex code.

Text Font Color

.myTextColor { color: #D9B99B; }

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

This text font color is #D9B99B.

Background Color

.myBgColor { background-color: #D9B99B; }

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

This div background color is #D9B99B.

Border color

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

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

This div border color is #D9B99B.

Opacity

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

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

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

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

This text has shadow with #D9B99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B99B.

Preview

Color preview on black background

This text has color #D9B99B on black background.


Color preview on white background

This text has color #D9B99B on white background.


Black color preview on #D9B99B background

This text has black color on #D9B99B background.


White color preview on #D9B99B background

This text has white color on #D9B99B background.


Related colors

Complementary color

Complementary color for #hex is #264664.


I love getcolorcode.com

Triadic colors

1 #9BD9B9 and #B99BD9 with #D9B99B are triadic colors.

2 #9BB9D9 and #B9D99B with #D9B99B are triadic colors.