COLOR #D5CC9F

HEX: #D5CC9F
RGB: (213,204,159)

Color info

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

RGB color model

#D5CC9F color RGB value is (213,204,159).

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

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 159 of 255 = 62%

213
204
159

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 159 = 576 (100%)
R 213 of 576 ~ 36.98%
G 204 of 576 ~ 35.42%
B 159 of 576 ~ 27.6%

%36.98
%35.42
%27.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 25.35%
  • 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
%4.23
%25.35
%16.47

Codes

Color #D5CC9F in popluar color models

D5CC9F
RGB213204159
HSL50°39.13%72.94%
HSB/HSV50°25.35%83.53%
CMYK0.00%4.23%25.35%
16.47%

Color #D5CC9F in popluar number systems.

HEXD5CC9F
Decimal213204159
Binary110101011100110010011111
Octal325314237

Shades and tints

Shades of #D5CC9F

#D5CC9F
(213,204,159)
#C2BA91
(194,186,145)
#AFA883
(175,168,131)
#9C9675
(156,150,117)
#898467
(137,132,103)
#767259
(118,114,89)
#63604B
(99,96,75)
#504E3D
(80,78,61)
#3D3C2F
(61,60,47)
#2A2A21
(42,42,33)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5CC9F

#D5CC9F
(213,204,159)
#D8D0A7
(216,208,167)
#DBD4AF
(219,212,175)
#DED8B7
(222,216,183)
#E1DCBF
(225,220,191)
#E4E0C7
(228,224,199)
#E7E4CF
(231,228,207)
#EAE8D7
(234,232,215)
#EDECDF
(237,236,223)
#F0F0E7
(240,240,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CC9F color. Also use rgb(213,204,159) instead hex code.

Text Font Color

.myTextColor { color: #D5CC9F; }

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

This text font color is #D5CC9F.


Background Color

.myBgColor { background-color: #D5CC9F; }

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

This div background color is #D5CC9F.


Border color

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

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

This div border color is #D5CC9F.


Opacity

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

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

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

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

This text has shadow with #D5CC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CC9F on black background.


Color preview on white background

This text has color #D5CC9F on white background.



Black color preview on #D5CC9F background

This text has black color on #D5CC9F background.


White color preview on #D5CC9F background

This text has white color on #D5CC9F background.