COLOR #D9D39B

HEX: #D9D39B
RGB: (217,211,155)

Color info

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

RGB color model

#D9D39B color RGB value is (217,211,155).

  • red value is 217;
  • green value is 211;
  • blue value is 155.
RGB:
(217,211,155)
(85%,83%,61%)

RGB channels and saturation

R 217 of 255 = 85%
G 211 of 255 = 83%
B 155 of 255 = 61%

217
211
155

R + G + B ~ 76%. #D9D39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 155 = 583 (100%)
R 217 of 583 ~ 37.22%
G 211 of 583 ~ 36.19%
B 155 of 583 ~ 26.59%

%37.22
%36.19
%26.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 28.57%
  • key color value is 14.90%
CMYK:
(0,3,29,15)
C0M3Y29K15 
(0%,3%,29%,15%)
(0.00/0.03/0.29/0.15)	

CMYK percentages

%0
%2.76
%28.57
%14.9

Codes

Color #D9D39B in popluar color models

D9D39B
RGB217211155
HSL54°44.93%72.94%
HSB/HSV54°28.57%85.10%
CMYK0.00%2.76%28.57%
14.90%

Color #D9D39B in popluar number systems.

HEXD9D39B
Decimal217211155
Binary110110011101001110011011
Octal331323233

Shades and tints

Shades of #D9D39B

#D9D39B
(217,211,155)
#C6C08D
(198,192,141)
#B3AD7F
(179,173,127)
#A09A71
(160,154,113)
#8D8763
(141,135,99)
#7A7455
(122,116,85)
#676147
(103,97,71)
#544E39
(84,78,57)
#413B2B
(65,59,43)
#2E281D
(46,40,29)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #D9D39B

#D9D39B
(217,211,155)
#DCD7A4
(220,215,164)
#DFDBAD
(223,219,173)
#E2DFB6
(226,223,182)
#E5E3BF
(229,227,191)
#E8E7C8
(232,231,200)
#EBEBD1
(235,235,209)
#EEEFDA
(238,239,218)
#F1F3E3
(241,243,227)
#F4F7EC
(244,247,236)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D39B; }

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

This text font color is #D9D39B.


Background Color

.myBgColor { background-color: #D9D39B; }

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

This div background color is #D9D39B.


Border color

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

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

This div border color is #D9D39B.


Opacity

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

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

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

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

This text has shadow with #D9D39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D39B on black background.


Color preview on white background

This text has color #D9D39B on white background.



Black color preview on #D9D39B background

This text has black color on #D9D39B background.


White color preview on #D9D39B background

This text has white color on #D9D39B background.