COLOR #DCC6AC

HEX: #DCC6AC
RGB: (220,198,172)

Color info

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

RGB color model

#DCC6AC color RGB value is (220,198,172).

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

RGB channels and saturation

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

220
198
172

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

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 172 = 590 (100%)
R 220 of 590 ~ 37.29%
G 198 of 590 ~ 33.56%
B 172 of 590 ~ 29.15%

%37.29
%33.56
%29.15

CMYK color model

#DCC6AC color CMYK value is (0,10,22,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 21.82%
  • key color value is 13.73%
CMYK:
(0,10,22,14)
C0M10Y22K14 
(0%,10%,22%,14%)
(0.00/0.10/0.22/0.14)	

CMYK percentages

%0
%10
%21.82
%13.73

Codes

Color #DCC6AC in popluar color models

DCC6AC
RGB220198172
HSL33°40.68%76.86%
HSB/HSV33°21.82%86.27%
CMYK0.00%10.00%21.82%
13.73%

Color #DCC6AC in popluar number systems.

HEXDCC6AC
Decimal220198172
Binary110111001100011010101100
Octal334306254

Shades and tints

Shades of #DCC6AC

#DCC6AC
(220,198,172)
#C8B49D
(200,180,157)
#B4A28E
(180,162,142)
#A0907F
(160,144,127)
#8C7E70
(140,126,112)
#786C61
(120,108,97)
#645A52
(100,90,82)
#504843
(80,72,67)
#3C3634
(60,54,52)
#282425
(40,36,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #DCC6AC

#DCC6AC
(220,198,172)
#DFCBB3
(223,203,179)
#E2D0BA
(226,208,186)
#E5D5C1
(229,213,193)
#E8DAC8
(232,218,200)
#EBDFCF
(235,223,207)
#EEE4D6
(238,228,214)
#F1E9DD
(241,233,221)
#F4EEE4
(244,238,228)
#F7F3EB
(247,243,235)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6AC; }

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

This text font color is #DCC6AC.


Background Color

.myBgColor { background-color: #DCC6AC; }

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

This div background color is #DCC6AC.


Border color

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

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

This div border color is #DCC6AC.


Opacity

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

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

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

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

This text has shadow with #DCC6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC6AC on black background.


Color preview on white background

This text has color #DCC6AC on white background.



Black color preview on #DCC6AC background

This text has black color on #DCC6AC background.


White color preview on #DCC6AC background

This text has white color on #DCC6AC background.