COLOR #DDD1B9

HEX: #DDD1B9 RGB: (221,209,185)

Color info

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

RGB color model

#DDD1B9 color RGB value is (221,209,185).

RGB: (221,209,185) (87%, 82%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 185 of 255 = 73%

221
209
185

R + G + B ~ 81%. #DDD1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 209 + 185 = 615 (100%)
R 221 of 615 ~ 35.93%
G 209 of 615 ~ 33.98%
B 185 of 615 ~ 30.08'%

%35.93
%33.98
%30.08

CMYK color model

#DDD1B9 color CMYK value is (0,5,16,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 16.29%
  • key color value is 13.33%

CMYK: (0,5,16,13)
C0M5Y16K13 (0%, 5%, 16%, 13%)
(0.00 / 0.05 / 0.16 / 0.13)

CMYK percentages

%0
%5.43
%16.29
%13.33

Codes

Color #DDD1B9 in popluar color models

DD D1 B9
RGB 221 209 185
HSL 40° 34.62% 79.61%
HSB/HSV 40° 16.29% 86.67%
CMYK 0.00% 5.43% 16.29%
13.33%

Color #DDD1B9 in popluar number systems.

HEX DD D1 B9
Decimal 221 209 185
Binary 11011101 11010001 10111001
Octal 335 321 271

Shades and tints

Shades of #DDD1B9

#DDD1B9
(221,209,185)
#C9BEA9
(201,190,169)
#B5AB99
(181,171,153)
#A19889
(161,152,137)
#8D8579
(141,133,121)
#797269
(121,114,105)
#655F59
(101,95,89)
#514C49
(81,76,73)
#3D3939
(61,57,57)
#292629
(41,38,41)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #DDD1B9

#DDD1B9
(221,209,185)
#E0D5BF
(224,213,191)
#E3D9C5
(227,217,197)
#E6DDCB
(230,221,203)
#E9E1D1
(233,225,209)
#ECE5D7
(236,229,215)
#EFE9DD
(239,233,221)
#F2EDE3
(242,237,227)
#F5F1E9
(245,241,233)
#F8F5EF
(248,245,239)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1B9; }

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

This text font color is #DDD1B9.

Background Color

.myBgColor { background-color: #DDD1B9; }

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

This div background color is #DDD1B9.

Border color

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

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

This div border color is #DDD1B9.

Opacity

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

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

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

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

This text has shadow with #DDD1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD1B9.

Preview

Color preview on black background

This text has color #DDD1B9 on black background.


Color preview on white background

This text has color #DDD1B9 on white background.


Black color preview on #DDD1B9 background

This text has black color on #DDD1B9 background.


White color preview on #DDD1B9 background

This text has white color on #DDD1B9 background.


Related colors

Complementary color

Complementary color for #hex is #222E46.


I love getcolorcode.com

Triadic colors

1 #B9DDD1 and #D1B9DD with #DDD1B9 are triadic colors.

2 #B9D1DD and #D1DDB9 with #DDD1B9 are triadic colors.