COLOR #D9D495

HEX: #D9D495
RGB: (217,212,149)

Color info

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

RGB color model

#D9D495 color RGB value is (217,212,149).

  • red value is 217;
  • green value is 212;
  • blue value is 149.
RGB:
(217,212,149)
(85%,83%,58%)

RGB channels and saturation

R 217 of 255 = 85%
G 212 of 255 = 83%
B 149 of 255 = 58%

217
212
149

R + G + B ~ 75%. #D9D495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 212 + 149 = 578 (100%)
R 217 of 578 ~ 37.54%
G 212 of 578 ~ 36.68%
B 149 of 578 ~ 25.78%

%37.54
%36.68
%25.78

CMYK color model

#D9D495 color CMYK value is (0,2,31,15).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 31.34%
  • key color value is 14.90%
CMYK:
(0,2,31,15)
C0M2Y31K15 
(0%,2%,31%,15%)
(0.00/0.02/0.31/0.15)	

CMYK percentages

%0
%2.3
%31.34
%14.9

Codes

Color #D9D495 in popluar color models

D9D495
RGB217212149
HSL56°47.22%71.76%
HSB/HSV56°31.34%85.10%
CMYK0.00%2.30%31.34%
14.90%

Color #D9D495 in popluar number systems.

HEXD9D495
Decimal217212149
Binary110110011101010010010101
Octal331324225

Shades and tints

Shades of #D9D495

#D9D495
(217,212,149)
#C6C188
(198,193,136)
#B3AE7B
(179,174,123)
#A09B6E
(160,155,110)
#8D8861
(141,136,97)
#7A7554
(122,117,84)
#676247
(103,98,71)
#544F3A
(84,79,58)
#413C2D
(65,60,45)
#2E2920
(46,41,32)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #D9D495

#D9D495
(217,212,149)
#DCD79E
(220,215,158)
#DFDAA7
(223,218,167)
#E2DDB0
(226,221,176)
#E5E0B9
(229,224,185)
#E8E3C2
(232,227,194)
#EBE6CB
(235,230,203)
#EEE9D4
(238,233,212)
#F1ECDD
(241,236,221)
#F4EFE6
(244,239,230)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D495 color. Also use rgb(217,212,149) instead hex code.

Text Font Color

.myTextColor { color: #D9D495; }

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

This text font color is #D9D495.


Background Color

.myBgColor { background-color: #D9D495; }

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

This div background color is #D9D495.


Border color

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

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

This div border color is #D9D495.


Opacity

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

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

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

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

This text has shadow with #D9D495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D495 on black background.


Color preview on white background

This text has color #D9D495 on white background.



Black color preview on #D9D495 background

This text has black color on #D9D495 background.


White color preview on #D9D495 background

This text has white color on #D9D495 background.