COLOR #DCC6AA

HEX: #DCC6AA RGB: (220,198,170)

Color info

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

RGB color model

#DCC6AA color RGB value is (220,198,170).

RGB: (220,198,170) (86%, 78%, 67%)

RGB channels and saturation

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

220
198
170

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

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 170 = 588 (100%)
R 220 of 588 ~ 37.41%
G 198 of 588 ~ 33.67%
B 170 of 588 ~ 28.91'%

%37.41
%33.67
%28.91

CMYK color model

#DCC6AA color CMYK value is (0,10,23,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.73%
  • key color value is 13.73%

CMYK: (0,10,23,14)
C0M10Y23K14 (0%, 10%, 23%, 14%)
(0.00 / 0.10 / 0.23 / 0.14)

CMYK percentages

%0
%10
%22.73
%13.73

Codes

Color #DCC6AA in popluar color models

DC C6 AA
RGB 220 198 170
HSL 34° 41.67% 76.47%
HSB/HSV 34° 22.73% 86.27%
CMYK 0.00% 10.00% 22.73%
13.73%

Color #DCC6AA in popluar number systems.

HEX DC C6 AA
Decimal 220 198 170
Binary 11011100 11000110 10101010
Octal 334 306 252

Shades and tints

Shades of #DCC6AA

#DCC6AA
(220,198,170)
#C8B49B
(200,180,155)
#B4A28C
(180,162,140)
#A0907D
(160,144,125)
#8C7E6E
(140,126,110)
#786C5F
(120,108,95)
#645A50
(100,90,80)
#504841
(80,72,65)
#3C3632
(60,54,50)
#282423
(40,36,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #DCC6AA

#DCC6AA
(220,198,170)
#DFCBB1
(223,203,177)
#E2D0B8
(226,208,184)
#E5D5BF
(229,213,191)
#E8DAC6
(232,218,198)
#EBDFCD
(235,223,205)
#EEE4D4
(238,228,212)
#F1E9DB
(241,233,219)
#F4EEE2
(244,238,226)
#F7F3E9
(247,243,233)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6AA; }

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

This text font color is #DCC6AA.

Background Color

.myBgColor { background-color: #DCC6AA; }

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

This div background color is #DCC6AA.

Border color

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

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

This div border color is #DCC6AA.

Opacity

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

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

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

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

This text has shadow with #DCC6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC6AA.

Preview

Color preview on black background

This text has color #DCC6AA on black background.


Color preview on white background

This text has color #DCC6AA on white background.


Black color preview on #DCC6AA background

This text has black color on #DCC6AA background.


White color preview on #DCC6AA background

This text has white color on #DCC6AA background.


Related colors

Complementary color

Complementary color for #hex is #233955.


I love getcolorcode.com

Triadic colors

1 #AADCC6 and #C6AADC with #DCC6AA are triadic colors.

2 #AAC6DC and #C6DCAA with #DCC6AA are triadic colors.