COLOR #DDCAA7

HEX: #DDCAA7 RGB: (221,202,167)

Color info

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

RGB color model

#DDCAA7 color RGB value is (221,202,167).

RGB: (221,202,167) (87%, 79%, 65%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 167 of 255 = 65%

221
202
167

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

Portions of RGB colors in percentages

R + G + B = 221 + 202 + 167 = 590 (100%)
R 221 of 590 ~ 37.46%
G 202 of 590 ~ 34.24%
B 167 of 590 ~ 28.31'%

%37.46
%34.24
%28.31

CMYK color model

#DDCAA7 color CMYK value is (0,9,24,13).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 24.43%
  • key color value is 13.33%
CMYK: (0,9,24,13) C0M9Y24K13 (0%,9%,24%,13%) (0.00/0.09/0.24/0.13) 

CMYK percentages

%0
%8.6
%24.43
%13.33

Codes

Color #DDCAA7 in popluar color models

DD CA A7
RGB 221 202 167
HSL 39° 44.26% 76.08%
HSB/HSV 39° 24.43% 86.67%
CMYK 0.00% 8.60% 24.43%
13.33%

Color #DDCAA7 in popluar number systems.

HEX DD CA A7
Decimal 221 202 167
Binary 11011101 11001010 10100111
Octal 335 312 247

Shades and tints

Shades of #DDCAA7

#DDCAA7
(221,202,167)
#C9B898
(201,184,152)
#B5A689
(181,166,137)
#A1947A
(161,148,122)
#8D826B
(141,130,107)
#79705C
(121,112,92)
#655E4D
(101,94,77)
#514C3E
(81,76,62)
#3D3A2F
(61,58,47)
#292820
(41,40,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #DDCAA7

#DDCAA7
(221,202,167)
#E0CEAF
(224,206,175)
#E3D2B7
(227,210,183)
#E6D6BF
(230,214,191)
#E9DAC7
(233,218,199)
#ECDECF
(236,222,207)
#EFE2D7
(239,226,215)
#F2E6DF
(242,230,223)
#F5EAE7
(245,234,231)
#F8EEEF
(248,238,239)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCAA7; }

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

This text font color is #DDCAA7.

Background Color

.myBgColor { background-color: #DDCAA7; }

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

This div background color is #DDCAA7.

Border color

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

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

This div border color is #DDCAA7.

Opacity

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

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

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

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

This text has shadow with #DDCAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCAA7.

Preview

Color preview on black background

This text has color #DDCAA7 on black background.


Color preview on white background

This text has color #DDCAA7 on white background.


Black color preview on #DDCAA7 background

This text has black color on #DDCAA7 background.


White color preview on #DDCAA7 background

This text has white color on #DDCAA7 background.


Related colors

Complementary color

Complementary color for #hex is #223558.


I love getcolorcode.com

Triadic colors

1 #A7DDCA and #CAA7DD with #DDCAA7 are triadic colors.

2 #A7CADD and #CADDA7 with #DDCAA7 are triadic colors.