COLOR #D5C99E

HEX: #D5C99E
RGB: (213,201,158)

Color info

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

RGB color model

#D5C99E color RGB value is (213,201,158).

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

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 158 of 255 = 62%

213
201
158

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

Portions of RGB colors in percentages

R + G + B =
213 + 201 + 158 = 572 (100%)
R 213 of 572 ~ 37.24%
G 201 of 572 ~ 35.14%
B 158 of 572 ~ 27.62%

%37.24
%35.14
%27.62

CMYK color model

#D5C99E color CMYK value is (0,6,26,16).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 25.82%
  • key color value is 16.47%
CMYK:
(0,6,26,16)
C0M6Y26K16 
(0%,6%,26%,16%)
(0.00/0.06/0.26/0.16)	

CMYK percentages

%0
%5.63
%25.82
%16.47

Codes

Color #D5C99E in popluar color models

D5C99E
RGB213201158
HSL47°39.57%72.75%
HSB/HSV47°25.82%83.53%
CMYK0.00%5.63%25.82%
16.47%

Color #D5C99E in popluar number systems.

HEXD5C99E
Decimal213201158
Binary110101011100100110011110
Octal325311236

Shades and tints

Shades of #D5C99E

#D5C99E
(213,201,158)
#C2B790
(194,183,144)
#AFA582
(175,165,130)
#9C9374
(156,147,116)
#898166
(137,129,102)
#766F58
(118,111,88)
#635D4A
(99,93,74)
#504B3C
(80,75,60)
#3D392E
(61,57,46)
#2A2720
(42,39,32)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #D5C99E

#D5C99E
(213,201,158)
#D8CDA6
(216,205,166)
#DBD1AE
(219,209,174)
#DED5B6
(222,213,182)
#E1D9BE
(225,217,190)
#E4DDC6
(228,221,198)
#E7E1CE
(231,225,206)
#EAE5D6
(234,229,214)
#EDE9DE
(237,233,222)
#F0EDE6
(240,237,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C99E; }

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

This text font color is #D5C99E.


Background Color

.myBgColor { background-color: #D5C99E; }

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

This div background color is #D5C99E.


Border color

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

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

This div border color is #D5C99E.


Opacity

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

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

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

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

This text has shadow with #D5C99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C99E on black background.


Color preview on white background

This text has color #D5C99E on white background.



Black color preview on #D5C99E background

This text has black color on #D5C99E background.


White color preview on #D5C99E background

This text has white color on #D5C99E background.