COLOR #DDCC9F

HEX: #DDCC9F RGB: (221,204,159)

Color info

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

RGB color model

#DDCC9F color RGB value is (221,204,159).

RGB: (221,204,159) (87%, 80%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 159 of 255 = 62%

221
204
159

R + G + B ~ 76%. #DDCC9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 159 = 584 (100%)
R 221 of 584 ~ 37.84%
G 204 of 584 ~ 34.93%
B 159 of 584 ~ 27.23'%

%37.84
%34.93
%27.23

CMYK color model

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

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

Codes

Color #DDCC9F in popluar color models

DD CC 9F
RGB 221 204 159
HSL 44° 47.69% 74.51%
HSB/HSV 44° 28.05% 86.67%
CMYK 0.00% 7.69% 28.05%
13.33%

Color #DDCC9F in popluar number systems.

HEX DD CC 9F
Decimal 221 204 159
Binary 11011101 11001100 10011111
Octal 335 314 237

Shades and tints

Shades of #DDCC9F

#DDCC9F
(221,204,159)
#C9BA91
(201,186,145)
#B5A883
(181,168,131)
#A19675
(161,150,117)
#8D8467
(141,132,103)
#797259
(121,114,89)
#65604B
(101,96,75)
#514E3D
(81,78,61)
#3D3C2F
(61,60,47)
#292A21
(41,42,33)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #DDCC9F

#DDCC9F
(221,204,159)
#E0D0A7
(224,208,167)
#E3D4AF
(227,212,175)
#E6D8B7
(230,216,183)
#E9DCBF
(233,220,191)
#ECE0C7
(236,224,199)
#EFE4CF
(239,228,207)
#F2E8D7
(242,232,215)
#F5ECDF
(245,236,223)
#F8F0E7
(248,240,231)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCC9F; }

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

This text font color is #DDCC9F.

Background Color

.myBgColor { background-color: #DDCC9F; }

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

This div background color is #DDCC9F.

Border color

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

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

This div border color is #DDCC9F.

Opacity

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

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

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

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

This text has shadow with #DDCC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCC9F.

Preview

Color preview on black background

This text has color #DDCC9F on black background.


Color preview on white background

This text has color #DDCC9F on white background.


Black color preview on #DDCC9F background

This text has black color on #DDCC9F background.


White color preview on #DDCC9F background

This text has white color on #DDCC9F background.


Related colors

Complementary color

Complementary color for #hex is #223360.


I love getcolorcode.com

Triadic colors

1 #9FDDCC and #CC9FDD with #DDCC9F are triadic colors.

2 #9FCCDD and #CCDD9F with #DDCC9F are triadic colors.