COLOR #DCD7AA

HEX: #DCD7AA RGB: (220,215,170)

Color info

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

RGB color model

#DCD7AA color RGB value is (220,215,170).

RGB: (220,215,170) (86%, 84%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 170 of 255 = 67%

220
215
170

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

Portions of RGB colors in percentages

R + G + B = 220 + 215 + 170 = 605 (100%)
R 220 of 605 ~ 36.36%
G 215 of 605 ~ 35.54%
B 170 of 605 ~ 28.1'%

%36.36
%35.54
%28.1

CMYK color model

#DCD7AA color CMYK value is (0,2,23,14).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK: (0,2,23,14) C0M2Y23K14 (0%,2%,23%,14%) (0.00/0.02/0.23/0.14) 

CMYK percentages

%0
%2.27
%22.73
%13.73

Codes

Color #DCD7AA in popluar color models

DC D7 AA
RGB 220 215 170
HSL 54° 41.67% 76.47%
HSB/HSV 54° 22.73% 86.27%
CMYK 0.00% 2.27% 22.73%
13.73%

Color #DCD7AA in popluar number systems.

HEX DC D7 AA
Decimal 220 215 170
Binary 11011100 11010111 10101010
Octal 334 327 252

Shades and tints

Shades of #DCD7AA

#DCD7AA
(220,215,170)
#C8C49B
(200,196,155)
#B4B18C
(180,177,140)
#A09E7D
(160,158,125)
#8C8B6E
(140,139,110)
#78785F
(120,120,95)
#646550
(100,101,80)
#505241
(80,82,65)
#3C3F32
(60,63,50)
#282C23
(40,44,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCD7AA

#DCD7AA
(220,215,170)
#DFDAB1
(223,218,177)
#E2DDB8
(226,221,184)
#E5E0BF
(229,224,191)
#E8E3C6
(232,227,198)
#EBE6CD
(235,230,205)
#EEE9D4
(238,233,212)
#F1ECDB
(241,236,219)
#F4EFE2
(244,239,226)
#F7F2E9
(247,242,233)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7AA; }

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

This text font color is #DCD7AA.

Background Color

.myBgColor { background-color: #DCD7AA; }

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

This div background color is #DCD7AA.

Border color

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

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

This div border color is #DCD7AA.

Opacity

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

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

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

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

This text has shadow with #DCD7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD7AA.

Preview

Color preview on black background

This text has color #DCD7AA on black background.


Color preview on white background

This text has color #DCD7AA on white background.


Black color preview on #DCD7AA background

This text has black color on #DCD7AA background.


White color preview on #DCD7AA background

This text has white color on #DCD7AA background.


Related colors

Complementary color

Complementary color for #hex is #232855.


I love getcolorcode.com

Triadic colors

1 #AADCD7 and #D7AADC with #DCD7AA are triadic colors.

2 #AAD7DC and #D7DCAA with #DCD7AA are triadic colors.