COLOR #DCC2AD

HEX: #DCC2AD
RGB: (220,194,173)

Color info

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

RGB color model

#DCC2AD color RGB value is (220,194,173).

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

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 173 of 255 = 68%

220
194
173

R + G + B ~ 77%. #DCC2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 194 + 173 = 587 (100%)
R 220 of 587 ~ 37.48%
G 194 of 587 ~ 33.05%
B 173 of 587 ~ 29.47%

%37.48
%33.05
%29.47

CMYK color model

#DCC2AD color CMYK value is (0,12,21,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK:
(0,12,21,14)
C0M12Y21K14 
(0%,12%,21%,14%)
(0.00/0.12/0.21/0.14)	

CMYK percentages

%0
%11.82
%21.36
%13.73

Codes

Color #DCC2AD in popluar color models

DCC2AD
RGB220194173
HSL27°40.17%77.06%
HSB/HSV27°21.36%86.27%
CMYK0.00%11.82%21.36%
13.73%

Color #DCC2AD in popluar number systems.

HEXDCC2AD
Decimal220194173
Binary110111001100001010101101
Octal334302255

Shades and tints

Shades of #DCC2AD

#DCC2AD
(220,194,173)
#C8B19E
(200,177,158)
#B4A08F
(180,160,143)
#A08F80
(160,143,128)
#8C7E71
(140,126,113)
#786D62
(120,109,98)
#645C53
(100,92,83)
#504B44
(80,75,68)
#3C3A35
(60,58,53)
#282926
(40,41,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCC2AD

#DCC2AD
(220,194,173)
#DFC7B4
(223,199,180)
#E2CCBB
(226,204,187)
#E5D1C2
(229,209,194)
#E8D6C9
(232,214,201)
#EBDBD0
(235,219,208)
#EEE0D7
(238,224,215)
#F1E5DE
(241,229,222)
#F4EAE5
(244,234,229)
#F7EFEC
(247,239,236)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC2AD; }

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

This text font color is #DCC2AD.


Background Color

.myBgColor { background-color: #DCC2AD; }

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

This div background color is #DCC2AD.


Border color

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

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

This div border color is #DCC2AD.


Opacity

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

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

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

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

This text has shadow with #DCC2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC2AD on black background.


Color preview on white background

This text has color #DCC2AD on white background.



Black color preview on #DCC2AD background

This text has black color on #DCC2AD background.


White color preview on #DCC2AD background

This text has white color on #DCC2AD background.