COLOR #DCC8AC

HEX: #DCC8AC
RGB: (220,200,172)

Color info

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

RGB color model

#DCC8AC color RGB value is (220,200,172).

  • red value is 220;
  • green value is 200;
  • blue value is 172.
RGB:
(220,200,172)
(86%,78%,67%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 172 of 255 = 67%

220
200
172

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

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 172 = 592 (100%)
R 220 of 592 ~ 37.16%
G 200 of 592 ~ 33.78%
B 172 of 592 ~ 29.05%

%37.16
%33.78
%29.05

CMYK color model

#DCC8AC color CMYK value is (0,9,22,14).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 21.82%
  • key color value is 13.73%
CMYK:
(0,9,22,14)
C0M9Y22K14 
(0%,9%,22%,14%)
(0.00/0.09/0.22/0.14)	

CMYK percentages

%0
%9.09
%21.82
%13.73

Codes

Color #DCC8AC in popluar color models

DCC8AC
RGB220200172
HSL35°40.68%76.86%
HSB/HSV35°21.82%86.27%
CMYK0.00%9.09%21.82%
13.73%

Color #DCC8AC in popluar number systems.

HEXDCC8AC
Decimal220200172
Binary110111001100100010101100
Octal334310254

Shades and tints

Shades of #DCC8AC

#DCC8AC
(220,200,172)
#C8B69D
(200,182,157)
#B4A48E
(180,164,142)
#A0927F
(160,146,127)
#8C8070
(140,128,112)
#786E61
(120,110,97)
#645C52
(100,92,82)
#504A43
(80,74,67)
#3C3834
(60,56,52)
#282625
(40,38,37)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #DCC8AC

#DCC8AC
(220,200,172)
#DFCDB3
(223,205,179)
#E2D2BA
(226,210,186)
#E5D7C1
(229,215,193)
#E8DCC8
(232,220,200)
#EBE1CF
(235,225,207)
#EEE6D6
(238,230,214)
#F1EBDD
(241,235,221)
#F4F0E4
(244,240,228)
#F7F5EB
(247,245,235)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC8AC color. Also use rgb(220,200,172) instead hex code.

Text Font Color

.myTextColor { color: #DCC8AC; }

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

This text font color is #DCC8AC.


Background Color

.myBgColor { background-color: #DCC8AC; }

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

This div background color is #DCC8AC.


Border color

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

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

This div border color is #DCC8AC.


Opacity

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

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

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

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

This text has shadow with #DCC8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC8AC on black background.


Color preview on white background

This text has color #DCC8AC on white background.



Black color preview on #DCC8AC background

This text has black color on #DCC8AC background.


White color preview on #DCC8AC background

This text has white color on #DCC8AC background.