COLOR #D9C999

HEX: #D9C999
RGB: (217,201,153)

Color info

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

RGB color model

#D9C999 color RGB value is (217,201,153).

  • red value is 217;
  • green value is 201;
  • blue value is 153.
RGB:
(217,201,153)
(85%,79%,60%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 153 of 255 = 60%

217
201
153

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

Portions of RGB colors in percentages

R + G + B =
217 + 201 + 153 = 571 (100%)
R 217 of 571 ~ 38%
G 201 of 571 ~ 35.2%
B 153 of 571 ~ 26.8%

%38
%35.2
%26.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 29.49%
  • key color value is 14.90%
CMYK:
(0,7,29,15)
C0M7Y29K15 
(0%,7%,29%,15%)
(0.00/0.07/0.29/0.15)	

CMYK percentages

%0
%7.37
%29.49
%14.9

Codes

Color #D9C999 in popluar color models

D9C999
RGB217201153
HSL45°45.71%72.55%
HSB/HSV45°29.49%85.10%
CMYK0.00%7.37%29.49%
14.90%

Color #D9C999 in popluar number systems.

HEXD9C999
Decimal217201153
Binary110110011100100110011001
Octal331311231

Shades and tints

Shades of #D9C999

#D9C999
(217,201,153)
#C6B78C
(198,183,140)
#B3A57F
(179,165,127)
#A09372
(160,147,114)
#8D8165
(141,129,101)
#7A6F58
(122,111,88)
#675D4B
(103,93,75)
#544B3E
(84,75,62)
#413931
(65,57,49)
#2E2724
(46,39,36)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #D9C999

#D9C999
(217,201,153)
#DCCDA2
(220,205,162)
#DFD1AB
(223,209,171)
#E2D5B4
(226,213,180)
#E5D9BD
(229,217,189)
#E8DDC6
(232,221,198)
#EBE1CF
(235,225,207)
#EEE5D8
(238,229,216)
#F1E9E1
(241,233,225)
#F4EDEA
(244,237,234)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C999 color. Also use rgb(217,201,153) instead hex code.

Text Font Color

.myTextColor { color: #D9C999; }

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

This text font color is #D9C999.


Background Color

.myBgColor { background-color: #D9C999; }

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

This div background color is #D9C999.


Border color

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

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

This div border color is #D9C999.


Opacity

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

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

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

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

This text has shadow with #D9C999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C999 on black background.


Color preview on white background

This text has color #D9C999 on white background.



Black color preview on #D9C999 background

This text has black color on #D9C999 background.


White color preview on #D9C999 background

This text has white color on #D9C999 background.