COLOR #DCD6AC

HEX: #DCD6AC RGB: (220,214,172)

Color info

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

RGB color model

#DCD6AC color RGB value is (220,214,172).

RGB: (220,214,172) (86%, 84%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 172 of 255 = 67%

220
214
172

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

Portions of RGB colors in percentages

R + G + B = 220 + 214 + 172 = 606 (100%)
R 220 of 606 ~ 36.3%
G 214 of 606 ~ 35.31%
B 172 of 606 ~ 28.38'%

%36.3
%35.31
%28.38

CMYK color model

#DCD6AC color CMYK value is (0,3,22,14).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 21.82%
  • key color value is 13.73%

CMYK: (0,3,22,14)
C0M3Y22K14 (0%, 3%, 22%, 14%)
(0.00 / 0.03 / 0.22 / 0.14)

CMYK percentages

%0
%2.73
%21.82
%13.73

Codes

Color #DCD6AC in popluar color models

DC D6 AC
RGB 220 214 172
HSL 53° 40.68% 76.86%
HSB/HSV 53° 21.82% 86.27%
CMYK 0.00% 2.73% 21.82%
13.73%

Color #DCD6AC in popluar number systems.

HEX DC D6 AC
Decimal 220 214 172
Binary 11011100 11010110 10101100
Octal 334 326 254

Shades and tints

Shades of #DCD6AC

#DCD6AC
(220,214,172)
#C8C39D
(200,195,157)
#B4B08E
(180,176,142)
#A09D7F
(160,157,127)
#8C8A70
(140,138,112)
#787761
(120,119,97)
#646452
(100,100,82)
#505143
(80,81,67)
#3C3E34
(60,62,52)
#282B25
(40,43,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #DCD6AC

#DCD6AC
(220,214,172)
#DFD9B3
(223,217,179)
#E2DCBA
(226,220,186)
#E5DFC1
(229,223,193)
#E8E2C8
(232,226,200)
#EBE5CF
(235,229,207)
#EEE8D6
(238,232,214)
#F1EBDD
(241,235,221)
#F4EEE4
(244,238,228)
#F7F1EB
(247,241,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6AC; }

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

This text font color is #DCD6AC.

Background Color

.myBgColor { background-color: #DCD6AC; }

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

This div background color is #DCD6AC.

Border color

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

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

This div border color is #DCD6AC.

Opacity

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

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

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

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

This text has shadow with #DCD6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD6AC.

Preview

Color preview on black background

This text has color #DCD6AC on black background.


Color preview on white background

This text has color #DCD6AC on white background.


Black color preview on #DCD6AC background

This text has black color on #DCD6AC background.


White color preview on #DCD6AC background

This text has white color on #DCD6AC background.


Related colors

Complementary color

Complementary color for #hex is #232953.


I love getcolorcode.com

Triadic colors

1 #ACDCD6 and #D6ACDC with #DCD6AC are triadic colors.

2 #ACD6DC and #D6DCAC with #DCD6AC are triadic colors.