COLOR #D5C99A

HEX: #D5C99A
RGB: (213,201,154)

Color info

#D5C99A contains red, green and blue colors in about the same proportion. Web safe color of #D5C99A is #CCCC99 (or #CC9).

RGB color model

#D5C99A color RGB value is (213,201,154).

  • red value is 213;
  • green value is 201;
  • blue value is 154.
RGB:
(213,201,154)
(84%,79%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 154 of 255 = 60%

213
201
154

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

Portions of RGB colors in percentages

R + G + B =
213 + 201 + 154 = 568 (100%)
R 213 of 568 ~ 37.5%
G 201 of 568 ~ 35.39%
B 154 of 568 ~ 27.11%

%37.5
%35.39
%27.11

CMYK color model

#D5C99A color CMYK value is (0,6,28,16).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(0,6,28,16)
C0M6Y28K16 
(0%,6%,28%,16%)
(0.00/0.06/0.28/0.16)	

CMYK percentages

%0
%5.63
%27.7
%16.47

Codes

Color #D5C99A in popluar color models

D5C99A
RGB213201154
HSL48°41.26%71.96%
HSB/HSV48°27.70%83.53%
CMYK0.00%5.63%27.70%
16.47%

Color #D5C99A in popluar number systems.

HEXD5C99A
Decimal213201154
Binary110101011100100110011010
Octal325311232

Shades and tints

Shades of #D5C99A

#D5C99A
(213,201,154)
#C2B78C
(194,183,140)
#AFA57E
(175,165,126)
#9C9370
(156,147,112)
#898162
(137,129,98)
#766F54
(118,111,84)
#635D46
(99,93,70)
#504B38
(80,75,56)
#3D392A
(61,57,42)
#2A271C
(42,39,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #D5C99A

#D5C99A
(213,201,154)
#D8CDA3
(216,205,163)
#DBD1AC
(219,209,172)
#DED5B5
(222,213,181)
#E1D9BE
(225,217,190)
#E4DDC7
(228,221,199)
#E7E1D0
(231,225,208)
#EAE5D9
(234,229,217)
#EDE9E2
(237,233,226)
#F0EDEB
(240,237,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C99A color. Also use rgb(213,201,154) instead hex code.

Text Font Color

.myTextColor { color: #D5C99A; }

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

This text font color is #D5C99A.


Background Color

.myBgColor { background-color: #D5C99A; }

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

This div background color is #D5C99A.


Border color

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

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

This div border color is #D5C99A.


Opacity

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

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

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

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

This text has shadow with #D5C99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C99A on black background.


Color preview on white background

This text has color #D5C99A on white background.



Black color preview on #D5C99A background

This text has black color on #D5C99A background.


White color preview on #D5C99A background

This text has white color on #D5C99A background.