COLOR #DCC0A6

HEX: #DCC0A6
RGB: (220,192,166)

Color info

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

RGB color model

#DCC0A6 color RGB value is (220,192,166).

  • red value is 220;
  • green value is 192;
  • blue value is 166.
RGB:
(220,192,166)
(86%,75%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 166 of 255 = 65%

220
192
166

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

Portions of RGB colors in percentages

R + G + B =
220 + 192 + 166 = 578 (100%)
R 220 of 578 ~ 38.06%
G 192 of 578 ~ 33.22%
B 166 of 578 ~ 28.72%

%38.06
%33.22
%28.72

CMYK color model

#DCC0A6 color CMYK value is (0,13,25,14).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 24.55%
  • key color value is 13.73%
CMYK:
(0,13,25,14)
C0M13Y25K14 
(0%,13%,25%,14%)
(0.00/0.13/0.25/0.14)	

CMYK percentages

%0
%12.73
%24.55
%13.73

Codes

Color #DCC0A6 in popluar color models

DCC0A6
RGB220192166
HSL29°43.55%75.69%
HSB/HSV29°24.55%86.27%
CMYK0.00%12.73%24.55%
13.73%

Color #DCC0A6 in popluar number systems.

HEXDCC0A6
Decimal220192166
Binary110111001100000010100110
Octal334300246

Shades and tints

Shades of #DCC0A6

#DCC0A6
(220,192,166)
#C8AF97
(200,175,151)
#B49E88
(180,158,136)
#A08D79
(160,141,121)
#8C7C6A
(140,124,106)
#786B5B
(120,107,91)
#645A4C
(100,90,76)
#50493D
(80,73,61)
#3C382E
(60,56,46)
#28271F
(40,39,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #DCC0A6

#DCC0A6
(220,192,166)
#DFC5AE
(223,197,174)
#E2CAB6
(226,202,182)
#E5CFBE
(229,207,190)
#E8D4C6
(232,212,198)
#EBD9CE
(235,217,206)
#EEDED6
(238,222,214)
#F1E3DE
(241,227,222)
#F4E8E6
(244,232,230)
#F7EDEE
(247,237,238)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC0A6 color. Also use rgb(220,192,166) instead hex code.

Text Font Color

.myTextColor { color: #DCC0A6; }

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

This text font color is #DCC0A6.


Background Color

.myBgColor { background-color: #DCC0A6; }

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

This div background color is #DCC0A6.


Border color

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

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

This div border color is #DCC0A6.


Opacity

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

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

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

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

This text has shadow with #DCC0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC0A6 on black background.


Color preview on white background

This text has color #DCC0A6 on white background.



Black color preview on #DCC0A6 background

This text has black color on #DCC0A6 background.


White color preview on #DCC0A6 background

This text has white color on #DCC0A6 background.