COLOR #D5D19C

HEX: #D5D19C
RGB: (213,209,156)

Color info

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

RGB color model

#D5D19C color RGB value is (213,209,156).

  • red value is 213;
  • green value is 209;
  • blue value is 156.
RGB:
(213,209,156)
(84%,82%,61%)

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 156 of 255 = 61%

213
209
156

R + G + B ~ 76%. #D5D19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 156 = 578 (100%)
R 213 of 578 ~ 36.85%
G 209 of 578 ~ 36.16%
B 156 of 578 ~ 26.99%

%36.85
%36.16
%26.99

CMYK color model

#D5D19C color CMYK value is (0,2,27,16).

  • cyan value is 0.00%
  • magenta value is 1.88%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(0,2,27,16)
C0M2Y27K16 
(0%,2%,27%,16%)
(0.00/0.02/0.27/0.16)	

CMYK percentages

%0
%1.88
%26.76
%16.47

Codes

Color #D5D19C in popluar color models

D5D19C
RGB213209156
HSL56°40.43%72.35%
HSB/HSV56°26.76%83.53%
CMYK0.00%1.88%26.76%
16.47%

Color #D5D19C in popluar number systems.

HEXD5D19C
Decimal213209156
Binary110101011101000110011100
Octal325321234

Shades and tints

Shades of #D5D19C

#D5D19C
(213,209,156)
#C2BE8E
(194,190,142)
#AFAB80
(175,171,128)
#9C9872
(156,152,114)
#898564
(137,133,100)
#767256
(118,114,86)
#635F48
(99,95,72)
#504C3A
(80,76,58)
#3D392C
(61,57,44)
#2A261E
(42,38,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #D5D19C

#D5D19C
(213,209,156)
#D8D5A5
(216,213,165)
#DBD9AE
(219,217,174)
#DEDDB7
(222,221,183)
#E1E1C0
(225,225,192)
#E4E5C9
(228,229,201)
#E7E9D2
(231,233,210)
#EAEDDB
(234,237,219)
#EDF1E4
(237,241,228)
#F0F5ED
(240,245,237)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D19C color. Also use rgb(213,209,156) instead hex code.

Text Font Color

.myTextColor { color: #D5D19C; }

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

This text font color is #D5D19C.


Background Color

.myBgColor { background-color: #D5D19C; }

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

This div background color is #D5D19C.


Border color

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

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

This div border color is #D5D19C.


Opacity

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

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

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

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

This text has shadow with #D5D19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D19C on black background.


Color preview on white background

This text has color #D5D19C on white background.



Black color preview on #D5D19C background

This text has black color on #D5D19C background.


White color preview on #D5D19C background

This text has white color on #D5D19C background.