COLOR #DDC8B3

HEX: #DDC8B3 RGB: (221,200,179)

Color info

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

RGB color model

#DDC8B3 color RGB value is (221,200,179).

RGB: (221,200,179) (87%, 78%, 70%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 179 of 255 = 70%

221
200
179

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

Portions of RGB colors in percentages

R + G + B = 221 + 200 + 179 = 600 (100%)
R 221 of 600 ~ 36.83%
G 200 of 600 ~ 33.33%
B 179 of 600 ~ 29.83'%

%36.83
%33.33
%29.83

CMYK color model

#DDC8B3 color CMYK value is (0,10,19,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK: (0,10,19,13) C0M10Y19K13 (0%,10%,19%,13%) (0.00/0.10/0.19/0.13) 

CMYK percentages

%0
%9.5
%19
%13.33

Codes

Color #DDC8B3 in popluar color models

DD C8 B3
RGB 221 200 179
HSL 30° 38.18% 78.43%
HSB/HSV 30° 19.00% 86.67%
CMYK 0.00% 9.50% 19.00%
13.33%

Color #DDC8B3 in popluar number systems.

HEX DD C8 B3
Decimal 221 200 179
Binary 11011101 11001000 10110011
Octal 335 310 263

Shades and tints

Shades of #DDC8B3

#DDC8B3
(221,200,179)
#C9B6A3
(201,182,163)
#B5A493
(181,164,147)
#A19283
(161,146,131)
#8D8073
(141,128,115)
#796E63
(121,110,99)
#655C53
(101,92,83)
#514A43
(81,74,67)
#3D3833
(61,56,51)
#292623
(41,38,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDC8B3

#DDC8B3
(221,200,179)
#E0CDB9
(224,205,185)
#E3D2BF
(227,210,191)
#E6D7C5
(230,215,197)
#E9DCCB
(233,220,203)
#ECE1D1
(236,225,209)
#EFE6D7
(239,230,215)
#F2EBDD
(242,235,221)
#F5F0E3
(245,240,227)
#F8F5E9
(248,245,233)
#FBFAEF
(251,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC8B3 color. Also use rgb(221,200,179) instead hex code.

Text Font Color

.myTextColor { color: #DDC8B3; }

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

This text font color is #DDC8B3.

Background Color

.myBgColor { background-color: #DDC8B3; }

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

This div background color is #DDC8B3.

Border color

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

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

This div border color is #DDC8B3.

Opacity

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

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

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

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

This text has shadow with #DDC8B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC8B3.

Preview

Color preview on black background

This text has color #DDC8B3 on black background.


Color preview on white background

This text has color #DDC8B3 on white background.


Black color preview on #DDC8B3 background

This text has black color on #DDC8B3 background.


White color preview on #DDC8B3 background

This text has white color on #DDC8B3 background.


Related colors

Complementary color

Complementary color for #hex is #22374C.


I love getcolorcode.com

Triadic colors

1 #B3DDC8 and #C8B3DD with #DDC8B3 are triadic colors.

2 #B3C8DD and #C8DDB3 with #DDC8B3 are triadic colors.