COLOR #DCC3AA

HEX: #DCC3AA RGB: (220,195,170)

Color info

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

RGB color model

#DCC3AA color RGB value is (220,195,170).

RGB: (220,195,170) (86%, 76%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 170 of 255 = 67%

220
195
170

R + G + B ~ 76%. #DCC3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 195 + 170 = 585 (100%)
R 220 of 585 ~ 37.61%
G 195 of 585 ~ 33.33%
B 170 of 585 ~ 29.06'%

%37.61
%33.33
%29.06

CMYK color model

#DCC3AA color CMYK value is (0,11,23,14).

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

CMYK: (0,11,23,14)
C0M11Y23K14 (0%, 11%, 23%, 14%)
(0.00 / 0.11 / 0.23 / 0.14)

CMYK percentages

%0
%11.36
%22.73
%13.73

Codes

Color #DCC3AA in popluar color models

DC C3 AA
RGB 220 195 170
HSL 30° 41.67% 76.47%
HSB/HSV 30° 22.73% 86.27%
CMYK 0.00% 11.36% 22.73%
13.73%

Color #DCC3AA in popluar number systems.

HEX DC C3 AA
Decimal 220 195 170
Binary 11011100 11000011 10101010
Octal 334 303 252

Shades and tints

Shades of #DCC3AA

#DCC3AA
(220,195,170)
#C8B29B
(200,178,155)
#B4A18C
(180,161,140)
#A0907D
(160,144,125)
#8C7F6E
(140,127,110)
#786E5F
(120,110,95)
#645D50
(100,93,80)
#504C41
(80,76,65)
#3C3B32
(60,59,50)
#282A23
(40,42,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCC3AA

#DCC3AA
(220,195,170)
#DFC8B1
(223,200,177)
#E2CDB8
(226,205,184)
#E5D2BF
(229,210,191)
#E8D7C6
(232,215,198)
#EBDCCD
(235,220,205)
#EEE1D4
(238,225,212)
#F1E6DB
(241,230,219)
#F4EBE2
(244,235,226)
#F7F0E9
(247,240,233)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC3AA; }

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

This text font color is #DCC3AA.

Background Color

.myBgColor { background-color: #DCC3AA; }

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

This div background color is #DCC3AA.

Border color

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

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

This div border color is #DCC3AA.

Opacity

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

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

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

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

This text has shadow with #DCC3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC3AA.

Preview

Color preview on black background

This text has color #DCC3AA on black background.


Color preview on white background

This text has color #DCC3AA on white background.


Black color preview on #DCC3AA background

This text has black color on #DCC3AA background.


White color preview on #DCC3AA background

This text has white color on #DCC3AA background.


Related colors

Complementary color

Complementary color for #hex is #233C55.


I love getcolorcode.com

Triadic colors

1 #AADCC3 and #C3AADC with #DCC3AA are triadic colors.

2 #AAC3DC and #C3DCAA with #DCC3AA are triadic colors.