COLOR #DDD7C0

HEX: #DDD7C0
RGB: (221,215,192)

Color info

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

RGB color model

#DDD7C0 color RGB value is (221,215,192).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 192 of 255 = 75%

221
215
192

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

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 192 = 628 (100%)
R 221 of 628 ~ 35.19%
G 215 of 628 ~ 34.24%
B 192 of 628 ~ 30.57%

%35.19
%34.24
%30.57

CMYK color model

#DDD7C0 color CMYK value is (0,3,13,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(0,3,13,13)
C0M3Y13K13 
(0%,3%,13%,13%)
(0.00/0.03/0.13/0.13)	

CMYK percentages

%0
%2.71
%13.12
%13.33

Codes

Color #DDD7C0 in popluar color models

DDD7C0
RGB221215192
HSL48°29.90%80.98%
HSB/HSV48°13.12%86.67%
CMYK0.00%2.71%13.12%
13.33%

Color #DDD7C0 in popluar number systems.

HEXDDD7C0
Decimal221215192
Binary110111011101011111000000
Octal335327300

Shades and tints

Shades of #DDD7C0

#DDD7C0
(221,215,192)
#C9C4AF
(201,196,175)
#B5B19E
(181,177,158)
#A19E8D
(161,158,141)
#8D8B7C
(141,139,124)
#79786B
(121,120,107)
#65655A
(101,101,90)
#515249
(81,82,73)
#3D3F38
(61,63,56)
#292C27
(41,44,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDD7C0

#DDD7C0
(221,215,192)
#E0DAC5
(224,218,197)
#E3DDCA
(227,221,202)
#E6E0CF
(230,224,207)
#E9E3D4
(233,227,212)
#ECE6D9
(236,230,217)
#EFE9DE
(239,233,222)
#F2ECE3
(242,236,227)
#F5EFE8
(245,239,232)
#F8F2ED
(248,242,237)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7C0; }

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

This text font color is #DDD7C0.


Background Color

.myBgColor { background-color: #DDD7C0; }

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

This div background color is #DDD7C0.


Border color

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

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

This div border color is #DDD7C0.


Opacity

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

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

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

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

This text has shadow with #DDD7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7C0 on black background.


Color preview on white background

This text has color #DDD7C0 on white background.



Black color preview on #DDD7C0 background

This text has black color on #DDD7C0 background.


White color preview on #DDD7C0 background

This text has white color on #DDD7C0 background.