COLOR #DCDAAD

HEX: #DCDAAD
RGB: (220,218,173)

Color info

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

RGB color model

#DCDAAD color RGB value is (220,218,173).

  • red value is 220;
  • green value is 218;
  • blue value is 173.
RGB:
(220,218,173)
(86%,85%,68%)

RGB channels and saturation

R 220 of 255 = 86%
G 218 of 255 = 85%
B 173 of 255 = 68%

220
218
173

R + G + B ~ 80%. #DCDAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 218 + 173 = 611 (100%)
R 220 of 611 ~ 36.01%
G 218 of 611 ~ 35.68%
B 173 of 611 ~ 28.31%

%36.01
%35.68
%28.31

CMYK color model

#DCDAAD color CMYK value is (0,1,21,14).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK:
(0,1,21,14)
C0M1Y21K14 
(0%,1%,21%,14%)
(0.00/0.01/0.21/0.14)	

CMYK percentages

%0
%0.91
%21.36
%13.73

Codes

Color #DCDAAD in popluar color models

DCDAAD
RGB220218173
HSL57°40.17%77.06%
HSB/HSV57°21.36%86.27%
CMYK0.00%0.91%21.36%
13.73%

Color #DCDAAD in popluar number systems.

HEXDCDAAD
Decimal220218173
Binary110111001101101010101101
Octal334332255

Shades and tints

Shades of #DCDAAD

#DCDAAD
(220,218,173)
#C8C79E
(200,199,158)
#B4B48F
(180,180,143)
#A0A180
(160,161,128)
#8C8E71
(140,142,113)
#787B62
(120,123,98)
#646853
(100,104,83)
#505544
(80,85,68)
#3C4235
(60,66,53)
#282F26
(40,47,38)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #DCDAAD

#DCDAAD
(220,218,173)
#DFDDB4
(223,221,180)
#E2E0BB
(226,224,187)
#E5E3C2
(229,227,194)
#E8E6C9
(232,230,201)
#EBE9D0
(235,233,208)
#EEECD7
(238,236,215)
#F1EFDE
(241,239,222)
#F4F2E5
(244,242,229)
#F7F5EC
(247,245,236)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDAAD color. Also use rgb(220,218,173) instead hex code.

Text Font Color

.myTextColor { color: #DCDAAD; }

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

This text font color is #DCDAAD.


Background Color

.myBgColor { background-color: #DCDAAD; }

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

This div background color is #DCDAAD.


Border color

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

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

This div border color is #DCDAAD.


Opacity

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

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

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

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

This text has shadow with #DCDAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDAAD on black background.


Color preview on white background

This text has color #DCDAAD on white background.



Black color preview on #DCDAAD background

This text has black color on #DCDAAD background.


White color preview on #DCDAAD background

This text has white color on #DCDAAD background.