COLOR #DCCDAA

HEX: #DCCDAA RGB: (220,205,170)

Color info

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

RGB color model

#DCCDAA color RGB value is (220,205,170).

RGB: (220,205,170) (86%, 80%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 170 of 255 = 67%

220
205
170

R + G + B ~ 78%. #DCCDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 205 + 170 = 595 (100%)
R 220 of 595 ~ 36.97%
G 205 of 595 ~ 34.45%
B 170 of 595 ~ 28.57'%

%36.97
%34.45
%28.57

CMYK color model

#DCCDAA color CMYK value is (0,7,23,14).

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

CMYK: (0,7,23,14)
C0M7Y23K14 (0%, 7%, 23%, 14%)
(0.00 / 0.07 / 0.23 / 0.14)

CMYK percentages

%0
%6.82
%22.73
%13.73

Codes

Color #DCCDAA in popluar color models

DC CD AA
RGB 220 205 170
HSL 42° 41.67% 76.47%
HSB/HSV 42° 22.73% 86.27%
CMYK 0.00% 6.82% 22.73%
13.73%

Color #DCCDAA in popluar number systems.

HEX DC CD AA
Decimal 220 205 170
Binary 11011100 11001101 10101010
Octal 334 315 252

Shades and tints

Shades of #DCCDAA

#DCCDAA
(220,205,170)
#C8BB9B
(200,187,155)
#B4A98C
(180,169,140)
#A0977D
(160,151,125)
#8C856E
(140,133,110)
#78735F
(120,115,95)
#646150
(100,97,80)
#504F41
(80,79,65)
#3C3D32
(60,61,50)
#282B23
(40,43,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCCDAA

#DCCDAA
(220,205,170)
#DFD1B1
(223,209,177)
#E2D5B8
(226,213,184)
#E5D9BF
(229,217,191)
#E8DDC6
(232,221,198)
#EBE1CD
(235,225,205)
#EEE5D4
(238,229,212)
#F1E9DB
(241,233,219)
#F4EDE2
(244,237,226)
#F7F1E9
(247,241,233)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCDAA; }

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

This text font color is #DCCDAA.

Background Color

.myBgColor { background-color: #DCCDAA; }

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

This div background color is #DCCDAA.

Border color

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

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

This div border color is #DCCDAA.

Opacity

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

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

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

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

This text has shadow with #DCCDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCDAA.

Preview

Color preview on black background

This text has color #DCCDAA on black background.


Color preview on white background

This text has color #DCCDAA on white background.


Black color preview on #DCCDAA background

This text has black color on #DCCDAA background.


White color preview on #DCCDAA background

This text has white color on #DCCDAA background.


Related colors

Complementary color

Complementary color for #hex is #233255.


I love getcolorcode.com

Triadic colors

1 #AADCCD and #CDAADC with #DCCDAA are triadic colors.

2 #AACDDC and #CDDCAA with #DCCDAA are triadic colors.