COLOR #D5C0A9

HEX: #D5C0A9
RGB: (213,192,169)

Color info

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

RGB color model

#D5C0A9 color RGB value is (213,192,169).

  • red value is 213;
  • green value is 192;
  • blue value is 169.
RGB:
(213,192,169)
(84%,75%,66%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 169 of 255 = 66%

213
192
169

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

Portions of RGB colors in percentages

R + G + B =
213 + 192 + 169 = 574 (100%)
R 213 of 574 ~ 37.11%
G 192 of 574 ~ 33.45%
B 169 of 574 ~ 29.44%

%37.11
%33.45
%29.44

CMYK color model

#D5C0A9 color CMYK value is (0,10,21,16).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(0,10,21,16)
C0M10Y21K16 
(0%,10%,21%,16%)
(0.00/0.10/0.21/0.16)	

CMYK percentages

%0
%9.86
%20.66
%16.47

Codes

Color #D5C0A9 in popluar color models

D5C0A9
RGB213192169
HSL31°34.38%74.90%
HSB/HSV31°20.66%83.53%
CMYK0.00%9.86%20.66%
16.47%

Color #D5C0A9 in popluar number systems.

HEXD5C0A9
Decimal213192169
Binary110101011100000010101001
Octal325300251

Shades and tints

Shades of #D5C0A9

#D5C0A9
(213,192,169)
#C2AF9A
(194,175,154)
#AF9E8B
(175,158,139)
#9C8D7C
(156,141,124)
#897C6D
(137,124,109)
#766B5E
(118,107,94)
#635A4F
(99,90,79)
#504940
(80,73,64)
#3D3831
(61,56,49)
#2A2722
(42,39,34)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #D5C0A9

#D5C0A9
(213,192,169)
#D8C5B0
(216,197,176)
#DBCAB7
(219,202,183)
#DECFBE
(222,207,190)
#E1D4C5
(225,212,197)
#E4D9CC
(228,217,204)
#E7DED3
(231,222,211)
#EAE3DA
(234,227,218)
#EDE8E1
(237,232,225)
#F0EDE8
(240,237,232)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C0A9 color. Also use rgb(213,192,169) instead hex code.

Text Font Color

.myTextColor { color: #D5C0A9; }

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

This text font color is #D5C0A9.


Background Color

.myBgColor { background-color: #D5C0A9; }

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

This div background color is #D5C0A9.


Border color

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

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

This div border color is #D5C0A9.


Opacity

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

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

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

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

This text has shadow with #D5C0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C0A9 on black background.


Color preview on white background

This text has color #D5C0A9 on white background.



Black color preview on #D5C0A9 background

This text has black color on #D5C0A9 background.


White color preview on #D5C0A9 background

This text has white color on #D5C0A9 background.