COLOR #D5CD9D

HEX: #D5CD9D
RGB: (213,205,157)

Color info

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

RGB color model

#D5CD9D color RGB value is (213,205,157).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 157 of 255 = 62%

213
205
157

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 157 = 575 (100%)
R 213 of 575 ~ 37.04%
G 205 of 575 ~ 35.65%
B 157 of 575 ~ 27.3%

%37.04
%35.65
%27.3

CMYK color model

#D5CD9D color CMYK value is (0,4,26,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK:
(0,4,26,16)
C0M4Y26K16 
(0%,4%,26%,16%)
(0.00/0.04/0.26/0.16)	

CMYK percentages

%0
%3.76
%26.29
%16.47

Codes

Color #D5CD9D in popluar color models

D5CD9D
RGB213205157
HSL51°40.00%72.55%
HSB/HSV51°26.29%83.53%
CMYK0.00%3.76%26.29%
16.47%

Color #D5CD9D in popluar number systems.

HEXD5CD9D
Decimal213205157
Binary110101011100110110011101
Octal325315235

Shades and tints

Shades of #D5CD9D

#D5CD9D
(213,205,157)
#C2BB8F
(194,187,143)
#AFA981
(175,169,129)
#9C9773
(156,151,115)
#898565
(137,133,101)
#767357
(118,115,87)
#636149
(99,97,73)
#504F3B
(80,79,59)
#3D3D2D
(61,61,45)
#2A2B1F
(42,43,31)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5CD9D

#D5CD9D
(213,205,157)
#D8D1A5
(216,209,165)
#DBD5AD
(219,213,173)
#DED9B5
(222,217,181)
#E1DDBD
(225,221,189)
#E4E1C5
(228,225,197)
#E7E5CD
(231,229,205)
#EAE9D5
(234,233,213)
#EDEDDD
(237,237,221)
#F0F1E5
(240,241,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CD9D; }

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

This text font color is #D5CD9D.


Background Color

.myBgColor { background-color: #D5CD9D; }

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

This div background color is #D5CD9D.


Border color

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

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

This div border color is #D5CD9D.


Opacity

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

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

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

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

This text has shadow with #D5CD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CD9D on black background.


Color preview on white background

This text has color #D5CD9D on white background.



Black color preview on #D5CD9D background

This text has black color on #D5CD9D background.


White color preview on #D5CD9D background

This text has white color on #D5CD9D background.