COLOR #DCC7AA

HEX: #DCC7AA RGB: (220,199,170)

Color info

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

RGB color model

#DCC7AA color RGB value is (220,199,170).

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

RGB channels and saturation

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

220
199
170

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

Portions of RGB colors in percentages

R + G + B = 220 + 199 + 170 = 589 (100%)
R 220 of 589 ~ 37.35%
G 199 of 589 ~ 33.79%
B 170 of 589 ~ 28.86'%

%37.35
%33.79
%28.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.55%
  • 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
%9.55
%22.73
%13.73

Codes

Color #DCC7AA in popluar color models

DC C7 AA
RGB 220 199 170
HSL 35° 41.67% 76.47%
HSB/HSV 35° 22.73% 86.27%
CMYK 0.00% 9.55% 22.73%
13.73%

Color #DCC7AA in popluar number systems.

HEX DC C7 AA
Decimal 220 199 170
Binary 11011100 11000111 10101010
Octal 334 307 252

Shades and tints

Shades of #DCC7AA

#DCC7AA
(220,199,170)
#C8B59B
(200,181,155)
#B4A38C
(180,163,140)
#A0917D
(160,145,125)
#8C7F6E
(140,127,110)
#786D5F
(120,109,95)
#645B50
(100,91,80)
#504941
(80,73,65)
#3C3732
(60,55,50)
#282523
(40,37,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #DCC7AA

#DCC7AA
(220,199,170)
#DFCCB1
(223,204,177)
#E2D1B8
(226,209,184)
#E5D6BF
(229,214,191)
#E8DBC6
(232,219,198)
#EBE0CD
(235,224,205)
#EEE5D4
(238,229,212)
#F1EADB
(241,234,219)
#F4EFE2
(244,239,226)
#F7F4E9
(247,244,233)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC7AA; }

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

This text font color is #DCC7AA.

Background Color

.myBgColor { background-color: #DCC7AA; }

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

This div background color is #DCC7AA.

Border color

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

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

This div border color is #DCC7AA.

Opacity

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

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

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

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

This text has shadow with #DCC7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC7AA.

Preview

Color preview on black background

This text has color #DCC7AA on black background.


Color preview on white background

This text has color #DCC7AA on white background.


Black color preview on #DCC7AA background

This text has black color on #DCC7AA background.


White color preview on #DCC7AA background

This text has white color on #DCC7AA background.


Related colors

Complementary color

Complementary color for #hex is #233855.


I love getcolorcode.com

Triadic colors

1 #AADCC7 and #C7AADC with #DCC7AA are triadic colors.

2 #AAC7DC and #C7DCAA with #DCC7AA are triadic colors.