COLOR #DCD8A9

HEX: #DCD8A9
RGB: (220,216,169)

Color info

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

RGB color model

#DCD8A9 color RGB value is (220,216,169).

  • red value is 220;
  • green value is 216;
  • blue value is 169.
RGB:
(220,216,169)
(86%,85%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 169 of 255 = 66%

220
216
169

R + G + B ~ 79%. #DCD8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 169 = 605 (100%)
R 220 of 605 ~ 36.36%
G 216 of 605 ~ 35.7%
B 169 of 605 ~ 27.93%

%36.36
%35.7
%27.93

CMYK color model

#DCD8A9 color CMYK value is (0,2,23,14).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(0,2,23,14)
C0M2Y23K14 
(0%,2%,23%,14%)
(0.00/0.02/0.23/0.14)	

CMYK percentages

%0
%1.82
%23.18
%13.73

Codes

Color #DCD8A9 in popluar color models

DCD8A9
RGB220216169
HSL55°42.15%76.27%
HSB/HSV55°23.18%86.27%
CMYK0.00%1.82%23.18%
13.73%

Color #DCD8A9 in popluar number systems.

HEXDCD8A9
Decimal220216169
Binary110111001101100010101001
Octal334330251

Shades and tints

Shades of #DCD8A9

#DCD8A9
(220,216,169)
#C8C59A
(200,197,154)
#B4B28B
(180,178,139)
#A09F7C
(160,159,124)
#8C8C6D
(140,140,109)
#78795E
(120,121,94)
#64664F
(100,102,79)
#505340
(80,83,64)
#3C4031
(60,64,49)
#282D22
(40,45,34)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #DCD8A9

#DCD8A9
(220,216,169)
#DFDBB0
(223,219,176)
#E2DEB7
(226,222,183)
#E5E1BE
(229,225,190)
#E8E4C5
(232,228,197)
#EBE7CC
(235,231,204)
#EEEAD3
(238,234,211)
#F1EDDA
(241,237,218)
#F4F0E1
(244,240,225)
#F7F3E8
(247,243,232)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD8A9 color. Also use rgb(220,216,169) instead hex code.

Text Font Color

.myTextColor { color: #DCD8A9; }

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

This text font color is #DCD8A9.


Background Color

.myBgColor { background-color: #DCD8A9; }

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

This div background color is #DCD8A9.


Border color

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

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

This div border color is #DCD8A9.


Opacity

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

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

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

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

This text has shadow with #DCD8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8A9 on black background.


Color preview on white background

This text has color #DCD8A9 on white background.



Black color preview on #DCD8A9 background

This text has black color on #DCD8A9 background.


White color preview on #DCD8A9 background

This text has white color on #DCD8A9 background.