COLOR #DDD6BD

HEX: #DDD6BD RGB: (221,214,189)

Color info

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

RGB color model

#DDD6BD color RGB value is (221,214,189).

RGB: (221,214,189) (87%, 84%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 189 of 255 = 74%

221
214
189

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

Portions of RGB colors in percentages

R + G + B = 221 + 214 + 189 = 624 (100%)
R 221 of 624 ~ 35.42%
G 214 of 624 ~ 34.29%
B 189 of 624 ~ 30.29'%

%35.42
%34.29
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 14.48%
  • key color value is 13.33%

CMYK: (0,3,14,13)
C0M3Y14K13 (0%, 3%, 14%, 13%)
(0.00 / 0.03 / 0.14 / 0.13)

CMYK percentages

%0
%3.17
%14.48
%13.33

Codes

Color #DDD6BD in popluar color models

DD D6 BD
RGB 221 214 189
HSL 47° 32.00% 80.39%
HSB/HSV 47° 14.48% 86.67%
CMYK 0.00% 3.17% 14.48%
13.33%

Color #DDD6BD in popluar number systems.

HEX DD D6 BD
Decimal 221 214 189
Binary 11011101 11010110 10111101
Octal 335 326 275

Shades and tints

Shades of #DDD6BD

#DDD6BD
(221,214,189)
#C9C3AC
(201,195,172)
#B5B09B
(181,176,155)
#A19D8A
(161,157,138)
#8D8A79
(141,138,121)
#797768
(121,119,104)
#656457
(101,100,87)
#515146
(81,81,70)
#3D3E35
(61,62,53)
#292B24
(41,43,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #DDD6BD

#DDD6BD
(221,214,189)
#E0D9C3
(224,217,195)
#E3DCC9
(227,220,201)
#E6DFCF
(230,223,207)
#E9E2D5
(233,226,213)
#ECE5DB
(236,229,219)
#EFE8E1
(239,232,225)
#F2EBE7
(242,235,231)
#F5EEED
(245,238,237)
#F8F1F3
(248,241,243)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD6BD color. Also use rgb(221,214,189) instead hex code.

Text Font Color

.myTextColor { color: #DDD6BD; }

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

This text font color is #DDD6BD.

Background Color

.myBgColor { background-color: #DDD6BD; }

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

This div background color is #DDD6BD.

Border color

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

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

This div border color is #DDD6BD.

Opacity

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

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

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

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

This text has shadow with #DDD6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD6BD.

Preview

Color preview on black background

This text has color #DDD6BD on black background.


Color preview on white background

This text has color #DDD6BD on white background.


Black color preview on #DDD6BD background

This text has black color on #DDD6BD background.


White color preview on #DDD6BD background

This text has white color on #DDD6BD background.


Related colors

Complementary color

Complementary color for #hex is #222942.


I love getcolorcode.com

Triadic colors

1 #BDDDD6 and #D6BDDD with #DDD6BD are triadic colors.

2 #BDD6DD and #D6DDBD with #DDD6BD are triadic colors.