COLOR #DDCAAA

HEX: #DDCAAA RGB: (221,202,170)

Color info

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

RGB color model

#DDCAAA color RGB value is (221,202,170).

RGB: (221,202,170) (87%, 79%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 170 of 255 = 67%

221
202
170

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

Portions of RGB colors in percentages

R + G + B = 221 + 202 + 170 = 593 (100%)
R 221 of 593 ~ 37.27%
G 202 of 593 ~ 34.06%
B 170 of 593 ~ 28.67'%

%37.27
%34.06
%28.67

CMYK color model

#DDCAAA color CMYK value is (0,9,23,13).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (0,9,23,13)
C0M9Y23K13 (0%, 9%, 23%, 13%)
(0.00 / 0.09 / 0.23 / 0.13)

CMYK percentages

%0
%8.6
%23.08
%13.33

Codes

Color #DDCAAA in popluar color models

DD CA AA
RGB 221 202 170
HSL 38° 42.86% 76.67%
HSB/HSV 38° 23.08% 86.67%
CMYK 0.00% 8.60% 23.08%
13.33%

Color #DDCAAA in popluar number systems.

HEX DD CA AA
Decimal 221 202 170
Binary 11011101 11001010 10101010
Octal 335 312 252

Shades and tints

Shades of #DDCAAA

#DDCAAA
(221,202,170)
#C9B89B
(201,184,155)
#B5A68C
(181,166,140)
#A1947D
(161,148,125)
#8D826E
(141,130,110)
#79705F
(121,112,95)
#655E50
(101,94,80)
#514C41
(81,76,65)
#3D3A32
(61,58,50)
#292823
(41,40,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDCAAA

#DDCAAA
(221,202,170)
#E0CEB1
(224,206,177)
#E3D2B8
(227,210,184)
#E6D6BF
(230,214,191)
#E9DAC6
(233,218,198)
#ECDECD
(236,222,205)
#EFE2D4
(239,226,212)
#F2E6DB
(242,230,219)
#F5EAE2
(245,234,226)
#F8EEE9
(248,238,233)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCAAA color. Also use rgb(221,202,170) instead hex code.

Text Font Color

.myTextColor { color: #DDCAAA; }

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

This text font color is #DDCAAA.

Background Color

.myBgColor { background-color: #DDCAAA; }

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

This div background color is #DDCAAA.

Border color

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

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

This div border color is #DDCAAA.

Opacity

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

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

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

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

This text has shadow with #DDCAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCAAA.

Preview

Color preview on black background

This text has color #DDCAAA on black background.


Color preview on white background

This text has color #DDCAAA on white background.


Black color preview on #DDCAAA background

This text has black color on #DDCAAA background.


White color preview on #DDCAAA background

This text has white color on #DDCAAA background.


Related colors

Complementary color

Complementary color for #hex is #223555.


I love getcolorcode.com

Triadic colors

1 #AADDCA and #CAAADD with #DDCAAA are triadic colors.

2 #AACADD and #CADDAA with #DDCAAA are triadic colors.