COLOR #D5CDA0

HEX: #D5CDA0
RGB: (213,205,160)

Color info

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

RGB color model

#D5CDA0 color RGB value is (213,205,160).

  • red value is 213;
  • green value is 205;
  • blue value is 160.
RGB:
(213,205,160)
(84%,80%,63%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 160 of 255 = 63%

213
205
160

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 160 = 578 (100%)
R 213 of 578 ~ 36.85%
G 205 of 578 ~ 35.47%
B 160 of 578 ~ 27.68%

%36.85
%35.47
%27.68

CMYK color model

#D5CDA0 color CMYK value is (0,4,25,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 24.88%
  • key color value is 16.47%
CMYK:
(0,4,25,16)
C0M4Y25K16 
(0%,4%,25%,16%)
(0.00/0.04/0.25/0.16)	

CMYK percentages

%0
%3.76
%24.88
%16.47

Codes

Color #D5CDA0 in popluar color models

D5CDA0
RGB213205160
HSL51°38.69%73.14%
HSB/HSV51°24.88%83.53%
CMYK0.00%3.76%24.88%
16.47%

Color #D5CDA0 in popluar number systems.

HEXD5CDA0
Decimal213205160
Binary110101011100110110100000
Octal325315240

Shades and tints

Shades of #D5CDA0

#D5CDA0
(213,205,160)
#C2BB92
(194,187,146)
#AFA984
(175,169,132)
#9C9776
(156,151,118)
#898568
(137,133,104)
#76735A
(118,115,90)
#63614C
(99,97,76)
#504F3E
(80,79,62)
#3D3D30
(61,61,48)
#2A2B22
(42,43,34)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #D5CDA0

#D5CDA0
(213,205,160)
#D8D1A8
(216,209,168)
#DBD5B0
(219,213,176)
#DED9B8
(222,217,184)
#E1DDC0
(225,221,192)
#E4E1C8
(228,225,200)
#E7E5D0
(231,229,208)
#EAE9D8
(234,233,216)
#EDEDE0
(237,237,224)
#F0F1E8
(240,241,232)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CDA0 color. Also use rgb(213,205,160) instead hex code.

Text Font Color

.myTextColor { color: #D5CDA0; }

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

This text font color is #D5CDA0.


Background Color

.myBgColor { background-color: #D5CDA0; }

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

This div background color is #D5CDA0.


Border color

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

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

This div border color is #D5CDA0.


Opacity

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

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

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

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

This text has shadow with #D5CDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDA0 on black background.


Color preview on white background

This text has color #D5CDA0 on white background.



Black color preview on #D5CDA0 background

This text has black color on #D5CDA0 background.


White color preview on #D5CDA0 background

This text has white color on #D5CDA0 background.