COLOR #DCD2AD

HEX: #DCD2AD
RGB: (220,210,173)

Color info

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

RGB color model

#DCD2AD color RGB value is (220,210,173).

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

RGB channels and saturation

R 220 of 255 = 86%
G 210 of 255 = 82%
B 173 of 255 = 68%

220
210
173

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

Portions of RGB colors in percentages

R + G + B =
220 + 210 + 173 = 603 (100%)
R 220 of 603 ~ 36.48%
G 210 of 603 ~ 34.83%
B 173 of 603 ~ 28.69%

%36.48
%34.83
%28.69

CMYK color model

#DCD2AD color CMYK value is (0,5,21,14).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK:
(0,5,21,14)
C0M5Y21K14 
(0%,5%,21%,14%)
(0.00/0.05/0.21/0.14)	

CMYK percentages

%0
%4.55
%21.36
%13.73

Codes

Color #DCD2AD in popluar color models

DCD2AD
RGB220210173
HSL47°40.17%77.06%
HSB/HSV47°21.36%86.27%
CMYK0.00%4.55%21.36%
13.73%

Color #DCD2AD in popluar number systems.

HEXDCD2AD
Decimal220210173
Binary110111001101001010101101
Octal334322255

Shades and tints

Shades of #DCD2AD

#DCD2AD
(220,210,173)
#C8BF9E
(200,191,158)
#B4AC8F
(180,172,143)
#A09980
(160,153,128)
#8C8671
(140,134,113)
#787362
(120,115,98)
#646053
(100,96,83)
#504D44
(80,77,68)
#3C3A35
(60,58,53)
#282726
(40,39,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DCD2AD

#DCD2AD
(220,210,173)
#DFD6B4
(223,214,180)
#E2DABB
(226,218,187)
#E5DEC2
(229,222,194)
#E8E2C9
(232,226,201)
#EBE6D0
(235,230,208)
#EEEAD7
(238,234,215)
#F1EEDE
(241,238,222)
#F4F2E5
(244,242,229)
#F7F6EC
(247,246,236)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD2AD; }

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

This text font color is #DCD2AD.


Background Color

.myBgColor { background-color: #DCD2AD; }

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

This div background color is #DCD2AD.


Border color

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

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

This div border color is #DCD2AD.


Opacity

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

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

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

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

This text has shadow with #DCD2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD2AD on black background.


Color preview on white background

This text has color #DCD2AD on white background.



Black color preview on #DCD2AD background

This text has black color on #DCD2AD background.


White color preview on #DCD2AD background

This text has white color on #DCD2AD background.