COLOR #D9C59A

HEX: #D9C59A
RGB: (217,197,154)

Color info

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

RGB color model

#D9C59A color RGB value is (217,197,154).

  • red value is 217;
  • green value is 197;
  • blue value is 154.
RGB:
(217,197,154)
(85%,77%,60%)

RGB channels and saturation

R 217 of 255 = 85%
G 197 of 255 = 77%
B 154 of 255 = 60%

217
197
154

R + G + B ~ 74%. #D9C59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 197 + 154 = 568 (100%)
R 217 of 568 ~ 38.2%
G 197 of 568 ~ 34.68%
B 154 of 568 ~ 27.11%

%38.2
%34.68
%27.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.22%
  • yellow value is 29.03%
  • key color value is 14.90%
CMYK:
(0,9,29,15)
C0M9Y29K15 
(0%,9%,29%,15%)
(0.00/0.09/0.29/0.15)	

CMYK percentages

%0
%9.22
%29.03
%14.9

Codes

Color #D9C59A in popluar color models

D9C59A
RGB217197154
HSL41°45.32%72.75%
HSB/HSV41°29.03%85.10%
CMYK0.00%9.22%29.03%
14.90%

Color #D9C59A in popluar number systems.

HEXD9C59A
Decimal217197154
Binary110110011100010110011010
Octal331305232

Shades and tints

Shades of #D9C59A

#D9C59A
(217,197,154)
#C6B48C
(198,180,140)
#B3A37E
(179,163,126)
#A09270
(160,146,112)
#8D8162
(141,129,98)
#7A7054
(122,112,84)
#675F46
(103,95,70)
#544E38
(84,78,56)
#413D2A
(65,61,42)
#2E2C1C
(46,44,28)
#1B1B0E
(27,27,14)
#000000
(0,0,0)

Tints of #D9C59A

#D9C59A
(217,197,154)
#DCCAA3
(220,202,163)
#DFCFAC
(223,207,172)
#E2D4B5
(226,212,181)
#E5D9BE
(229,217,190)
#E8DEC7
(232,222,199)
#EBE3D0
(235,227,208)
#EEE8D9
(238,232,217)
#F1EDE2
(241,237,226)
#F4F2EB
(244,242,235)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C59A color. Also use rgb(217,197,154) instead hex code.

Text Font Color

.myTextColor { color: #D9C59A; }

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

This text font color is #D9C59A.


Background Color

.myBgColor { background-color: #D9C59A; }

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

This div background color is #D9C59A.


Border color

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

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

This div border color is #D9C59A.


Opacity

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

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

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

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

This text has shadow with #D9C59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C59A on black background.


Color preview on white background

This text has color #D9C59A on white background.



Black color preview on #D9C59A background

This text has black color on #D9C59A background.


White color preview on #D9C59A background

This text has white color on #D9C59A background.