COLOR #DDCEA8

HEX: #DDCEA8 RGB: (221,206,168)

Color info

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

RGB color model

#DDCEA8 color RGB value is (221,206,168).

RGB: (221,206,168) (87%, 81%, 66%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 168 of 255 = 66%

221
206
168

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

Portions of RGB colors in percentages

R + G + B = 221 + 206 + 168 = 595 (100%)
R 221 of 595 ~ 37.14%
G 206 of 595 ~ 34.62%
B 168 of 595 ~ 28.24'%

%37.14
%34.62
%28.24

CMYK color model

#DDCEA8 color CMYK value is (0,7,24,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 23.98%
  • key color value is 13.33%

CMYK: (0,7,24,13)
C0M7Y24K13 (0%, 7%, 24%, 13%)
(0.00 / 0.07 / 0.24 / 0.13)

CMYK percentages

%0
%6.79
%23.98
%13.33

Codes

Color #DDCEA8 in popluar color models

DD CE A8
RGB 221 206 168
HSL 43° 43.80% 76.27%
HSB/HSV 43° 23.98% 86.67%
CMYK 0.00% 6.79% 23.98%
13.33%

Color #DDCEA8 in popluar number systems.

HEX DD CE A8
Decimal 221 206 168
Binary 11011101 11001110 10101000
Octal 335 316 250

Shades and tints

Shades of #DDCEA8

#DDCEA8
(221,206,168)
#C9BC99
(201,188,153)
#B5AA8A
(181,170,138)
#A1987B
(161,152,123)
#8D866C
(141,134,108)
#79745D
(121,116,93)
#65624E
(101,98,78)
#51503F
(81,80,63)
#3D3E30
(61,62,48)
#292C21
(41,44,33)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #DDCEA8

#DDCEA8
(221,206,168)
#E0D2AF
(224,210,175)
#E3D6B6
(227,214,182)
#E6DABD
(230,218,189)
#E9DEC4
(233,222,196)
#ECE2CB
(236,226,203)
#EFE6D2
(239,230,210)
#F2EAD9
(242,234,217)
#F5EEE0
(245,238,224)
#F8F2E7
(248,242,231)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEA8; }

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

This text font color is #DDCEA8.

Background Color

.myBgColor { background-color: #DDCEA8; }

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

This div background color is #DDCEA8.

Border color

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

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

This div border color is #DDCEA8.

Opacity

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

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

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

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

This text has shadow with #DDCEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCEA8.

Preview

Color preview on black background

This text has color #DDCEA8 on black background.


Color preview on white background

This text has color #DDCEA8 on white background.


Black color preview on #DDCEA8 background

This text has black color on #DDCEA8 background.


White color preview on #DDCEA8 background

This text has white color on #DDCEA8 background.


Related colors

Complementary color

Complementary color for #hex is #223157.


I love getcolorcode.com

Triadic colors

1 #A8DDCE and #CEA8DD with #DDCEA8 are triadic colors.

2 #A8CEDD and #CEDDA8 with #DDCEA8 are triadic colors.