COLOR #DDCCA0

HEX: #DDCCA0 RGB: (221,204,160)

Color info

#DDCCA0 contains mainly red and green colors. Web safe color of #DDCCA0 is #CCCC99 (or #CC9).

RGB color model

#DDCCA0 color RGB value is (221,204,160).

RGB: (221,204,160) (87%, 80%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 160 of 255 = 63%

221
204
160

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 160 = 585 (100%)
R 221 of 585 ~ 37.78%
G 204 of 585 ~ 34.87%
B 160 of 585 ~ 27.35'%

%37.78
%34.87
%27.35

CMYK color model

#DDCCA0 color CMYK value is (0,8,28,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 27.60%
  • key color value is 13.33%

CMYK: (0,8,28,13)
C0M8Y28K13 (0%, 8%, 28%, 13%)
(0.00 / 0.08 / 0.28 / 0.13)

CMYK percentages

%0
%7.69
%27.6
%13.33

Codes

Color #DDCCA0 in popluar color models

DD CC A0
RGB 221 204 160
HSL 43° 47.29% 74.71%
HSB/HSV 43° 27.60% 86.67%
CMYK 0.00% 7.69% 27.60%
13.33%

Color #DDCCA0 in popluar number systems.

HEX DD CC A0
Decimal 221 204 160
Binary 11011101 11001100 10100000
Octal 335 314 240

Shades and tints

Shades of #DDCCA0

#DDCCA0
(221,204,160)
#C9BA92
(201,186,146)
#B5A884
(181,168,132)
#A19676
(161,150,118)
#8D8468
(141,132,104)
#79725A
(121,114,90)
#65604C
(101,96,76)
#514E3E
(81,78,62)
#3D3C30
(61,60,48)
#292A22
(41,42,34)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDCCA0

#DDCCA0
(221,204,160)
#E0D0A8
(224,208,168)
#E3D4B0
(227,212,176)
#E6D8B8
(230,216,184)
#E9DCC0
(233,220,192)
#ECE0C8
(236,224,200)
#EFE4D0
(239,228,208)
#F2E8D8
(242,232,216)
#F5ECE0
(245,236,224)
#F8F0E8
(248,240,232)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCA0 color. Also use rgb(221,204,160) instead hex code.

Text Font Color

.myTextColor { color: #DDCCA0; }

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

This text font color is #DDCCA0.

Background Color

.myBgColor { background-color: #DDCCA0; }

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

This div background color is #DDCCA0.

Border color

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

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

This div border color is #DDCCA0.

Opacity

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

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

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

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

This text has shadow with #DDCCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCA0.

Preview

Color preview on black background

This text has color #DDCCA0 on black background.


Color preview on white background

This text has color #DDCCA0 on white background.


Black color preview on #DDCCA0 background

This text has black color on #DDCCA0 background.


White color preview on #DDCCA0 background

This text has white color on #DDCCA0 background.


Related colors

Complementary color

Complementary color for #hex is #22335F.


I love getcolorcode.com

Triadic colors

1 #A0DDCC and #CCA0DD with #DDCCA0 are triadic colors.

2 #A0CCDD and #CCDDA0 with #DDCCA0 are triadic colors.