COLOR #D9D696

HEX: #D9D696
RGB: (217,214,150)

Color info

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

RGB color model

#D9D696 color RGB value is (217,214,150).

  • red value is 217;
  • green value is 214;
  • blue value is 150.
RGB:
(217,214,150)
(85%,84%,59%)

RGB channels and saturation

R 217 of 255 = 85%
G 214 of 255 = 84%
B 150 of 255 = 59%

217
214
150

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

Portions of RGB colors in percentages

R + G + B =
217 + 214 + 150 = 581 (100%)
R 217 of 581 ~ 37.35%
G 214 of 581 ~ 36.83%
B 150 of 581 ~ 25.82%

%37.35
%36.83
%25.82

CMYK color model

#D9D696 color CMYK value is (0,1,31,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(0,1,31,15)
C0M1Y31K15 
(0%,1%,31%,15%)
(0.00/0.01/0.31/0.15)	

CMYK percentages

%0
%1.38
%30.88
%14.9

Codes

Color #D9D696 in popluar color models

D9D696
RGB217214150
HSL57°46.85%71.96%
HSB/HSV57°30.88%85.10%
CMYK0.00%1.38%30.88%
14.90%

Color #D9D696 in popluar number systems.

HEXD9D696
Decimal217214150
Binary110110011101011010010110
Octal331326226

Shades and tints

Shades of #D9D696

#D9D696
(217,214,150)
#C6C389
(198,195,137)
#B3B07C
(179,176,124)
#A09D6F
(160,157,111)
#8D8A62
(141,138,98)
#7A7755
(122,119,85)
#676448
(103,100,72)
#54513B
(84,81,59)
#413E2E
(65,62,46)
#2E2B21
(46,43,33)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #D9D696

#D9D696
(217,214,150)
#DCD99F
(220,217,159)
#DFDCA8
(223,220,168)
#E2DFB1
(226,223,177)
#E5E2BA
(229,226,186)
#E8E5C3
(232,229,195)
#EBE8CC
(235,232,204)
#EEEBD5
(238,235,213)
#F1EEDE
(241,238,222)
#F4F1E7
(244,241,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D696 color. Also use rgb(217,214,150) instead hex code.

Text Font Color

.myTextColor { color: #D9D696; }

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

This text font color is #D9D696.


Background Color

.myBgColor { background-color: #D9D696; }

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

This div background color is #D9D696.


Border color

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

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

This div border color is #D9D696.


Opacity

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

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

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

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

This text has shadow with #D9D696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D696 on black background.


Color preview on white background

This text has color #D9D696 on white background.



Black color preview on #D9D696 background

This text has black color on #D9D696 background.


White color preview on #D9D696 background

This text has white color on #D9D696 background.