COLOR #DDD1B0

HEX: #DDD1B0
RGB: (221,209,176)

Color info

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

RGB color model

#DDD1B0 color RGB value is (221,209,176).

  • red value is 221;
  • green value is 209;
  • blue value is 176.
RGB:
(221,209,176)
(87%,82%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 176 of 255 = 69%

221
209
176

R + G + B ~ 79%. #DDD1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 176 = 606 (100%)
R 221 of 606 ~ 36.47%
G 209 of 606 ~ 34.49%
B 176 of 606 ~ 29.04%

%36.47
%34.49
%29.04

CMYK color model

#DDD1B0 color CMYK value is (0,5,20,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(0,5,20,13)
C0M5Y20K13 
(0%,5%,20%,13%)
(0.00/0.05/0.20/0.13)	

CMYK percentages

%0
%5.43
%20.36
%13.33

Codes

Color #DDD1B0 in popluar color models

DDD1B0
RGB221209176
HSL44°39.82%77.84%
HSB/HSV44°20.36%86.67%
CMYK0.00%5.43%20.36%
13.33%

Color #DDD1B0 in popluar number systems.

HEXDDD1B0
Decimal221209176
Binary110111011101000110110000
Octal335321260

Shades and tints

Shades of #DDD1B0

#DDD1B0
(221,209,176)
#C9BEA0
(201,190,160)
#B5AB90
(181,171,144)
#A19880
(161,152,128)
#8D8570
(141,133,112)
#797260
(121,114,96)
#655F50
(101,95,80)
#514C40
(81,76,64)
#3D3930
(61,57,48)
#292620
(41,38,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #DDD1B0

#DDD1B0
(221,209,176)
#E0D5B7
(224,213,183)
#E3D9BE
(227,217,190)
#E6DDC5
(230,221,197)
#E9E1CC
(233,225,204)
#ECE5D3
(236,229,211)
#EFE9DA
(239,233,218)
#F2EDE1
(242,237,225)
#F5F1E8
(245,241,232)
#F8F5EF
(248,245,239)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD1B0 color. Also use rgb(221,209,176) instead hex code.

Text Font Color

.myTextColor { color: #DDD1B0; }

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

This text font color is #DDD1B0.


Background Color

.myBgColor { background-color: #DDD1B0; }

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

This div background color is #DDD1B0.


Border color

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

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

This div border color is #DDD1B0.


Opacity

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

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

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

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

This text has shadow with #DDD1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1B0 on black background.


Color preview on white background

This text has color #DDD1B0 on white background.



Black color preview on #DDD1B0 background

This text has black color on #DDD1B0 background.


White color preview on #DDD1B0 background

This text has white color on #DDD1B0 background.