COLOR #DDD9C0

HEX: #DDD9C0
RGB: (221,217,192)

Color info

#DDD9C0 contains red, green and blue colors in about the same proportion. Web safe color of #DDD9C0 is #CCCCCC (or #CCC).

RGB color model

#DDD9C0 color RGB value is (221,217,192).

  • red value is 221;
  • green value is 217;
  • blue value is 192.
RGB:
(221,217,192)
(87%,85%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 192 of 255 = 75%

221
217
192

R + G + B ~ 82%. #DDD9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 192 = 630 (100%)
R 221 of 630 ~ 35.08%
G 217 of 630 ~ 34.44%
B 192 of 630 ~ 30.48%

%35.08
%34.44
%30.48

CMYK color model

#DDD9C0 color CMYK value is (0,2,13,13).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(0,2,13,13)
C0M2Y13K13 
(0%,2%,13%,13%)
(0.00/0.02/0.13/0.13)	

CMYK percentages

%0
%1.81
%13.12
%13.33

Codes

Color #DDD9C0 in popluar color models

DDD9C0
RGB221217192
HSL52°29.90%80.98%
HSB/HSV52°13.12%86.67%
CMYK0.00%1.81%13.12%
13.33%

Color #DDD9C0 in popluar number systems.

HEXDDD9C0
Decimal221217192
Binary110111011101100111000000
Octal335331300

Shades and tints

Shades of #DDD9C0

#DDD9C0
(221,217,192)
#C9C6AF
(201,198,175)
#B5B39E
(181,179,158)
#A1A08D
(161,160,141)
#8D8D7C
(141,141,124)
#797A6B
(121,122,107)
#65675A
(101,103,90)
#515449
(81,84,73)
#3D4138
(61,65,56)
#292E27
(41,46,39)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #DDD9C0

#DDD9C0
(221,217,192)
#E0DCC5
(224,220,197)
#E3DFCA
(227,223,202)
#E6E2CF
(230,226,207)
#E9E5D4
(233,229,212)
#ECE8D9
(236,232,217)
#EFEBDE
(239,235,222)
#F2EEE3
(242,238,227)
#F5F1E8
(245,241,232)
#F8F4ED
(248,244,237)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD9C0 color. Also use rgb(221,217,192) instead hex code.

Text Font Color

.myTextColor { color: #DDD9C0; }

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

This text font color is #DDD9C0.


Background Color

.myBgColor { background-color: #DDD9C0; }

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

This div background color is #DDD9C0.


Border color

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

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

This div border color is #DDD9C0.


Opacity

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

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

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

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

This text has shadow with #DDD9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9C0 on black background.


Color preview on white background

This text has color #DDD9C0 on white background.



Black color preview on #DDD9C0 background

This text has black color on #DDD9C0 background.


White color preview on #DDD9C0 background

This text has white color on #DDD9C0 background.