COLOR #DDCAA8

HEX: #DDCAA8 RGB: (221,202,168)

Color info

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

RGB color model

#DDCAA8 color RGB value is (221,202,168).

RGB: (221,202,168) (87%, 79%, 66%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 168 of 255 = 66%

221
202
168

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

Portions of RGB colors in percentages

R + G + B = 221 + 202 + 168 = 591 (100%)
R 221 of 591 ~ 37.39%
G 202 of 591 ~ 34.18%
B 168 of 591 ~ 28.43'%

%37.39
%34.18
%28.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 23.98%
  • 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
%23.98
%13.33

Codes

Color #DDCAA8 in popluar color models

DD CA A8
RGB 221 202 168
HSL 38° 43.80% 76.27%
HSB/HSV 38° 23.98% 86.67%
CMYK 0.00% 8.60% 23.98%
13.33%

Color #DDCAA8 in popluar number systems.

HEX DD CA A8
Decimal 221 202 168
Binary 11011101 11001010 10101000
Octal 335 312 250

Shades and tints

Shades of #DDCAA8

#DDCAA8
(221,202,168)
#C9B899
(201,184,153)
#B5A68A
(181,166,138)
#A1947B
(161,148,123)
#8D826C
(141,130,108)
#79705D
(121,112,93)
#655E4E
(101,94,78)
#514C3F
(81,76,63)
#3D3A30
(61,58,48)
#292821
(41,40,33)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #DDCAA8

#DDCAA8
(221,202,168)
#E0CEAF
(224,206,175)
#E3D2B6
(227,210,182)
#E6D6BD
(230,214,189)
#E9DAC4
(233,218,196)
#ECDECB
(236,222,203)
#EFE2D2
(239,226,210)
#F2E6D9
(242,230,217)
#F5EAE0
(245,234,224)
#F8EEE7
(248,238,231)
#FBF2EE
(251,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCAA8; }

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

This text font color is #DDCAA8.

Background Color

.myBgColor { background-color: #DDCAA8; }

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

This div background color is #DDCAA8.

Border color

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

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

This div border color is #DDCAA8.

Opacity

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

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

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

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

This text has shadow with #DDCAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCAA8.

Preview

Color preview on black background

This text has color #DDCAA8 on black background.


Color preview on white background

This text has color #DDCAA8 on white background.


Black color preview on #DDCAA8 background

This text has black color on #DDCAA8 background.


White color preview on #DDCAA8 background

This text has white color on #DDCAA8 background.


Related colors

Complementary color

Complementary color for #hex is #223557.


I love getcolorcode.com

Triadic colors

1 #A8DDCA and #CAA8DD with #DDCAA8 are triadic colors.

2 #A8CADD and #CADDA8 with #DDCAA8 are triadic colors.