COLOR #DDBD9D

HEX: #DDBD9D RGB: (221,189,157)

Color info

#DDBD9D contains mainly red and green colors. Web safe color of #DDBD9D is #CCCC99 (or #CC9).

RGB color model

#DDBD9D color RGB value is (221,189,157).

RGB: (221,189,157) (87%, 74%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 157 of 255 = 62%

221
189
157

R + G + B ~ 74%. #DDBD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 157 = 567 (100%)
R 221 of 567 ~ 38.98%
G 189 of 567 ~ 33.33%
B 157 of 567 ~ 27.69'%

%38.98
%33.33
%27.69

CMYK color model

#DDBD9D color CMYK value is (0,14,29,13).

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

CMYK: (0,14,29,13)
C0M14Y29K13 (0%, 14%, 29%, 13%)
(0.00 / 0.14 / 0.29 / 0.13)

CMYK percentages

%0
%14.48
%28.96
%13.33

Codes

Color #DDBD9D in popluar color models

DD BD 9D
RGB 221 189 157
HSL 30° 48.48% 74.12%
HSB/HSV 30° 28.96% 86.67%
CMYK 0.00% 14.48% 28.96%
13.33%

Color #DDBD9D in popluar number systems.

HEX DD BD 9D
Decimal 221 189 157
Binary 11011101 10111101 10011101
Octal 335 275 235

Shades and tints

Shades of #DDBD9D

#DDBD9D
(221,189,157)
#C9AC8F
(201,172,143)
#B59B81
(181,155,129)
#A18A73
(161,138,115)
#8D7965
(141,121,101)
#796857
(121,104,87)
#655749
(101,87,73)
#51463B
(81,70,59)
#3D352D
(61,53,45)
#29241F
(41,36,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #DDBD9D

#DDBD9D
(221,189,157)
#E0C3A5
(224,195,165)
#E3C9AD
(227,201,173)
#E6CFB5
(230,207,181)
#E9D5BD
(233,213,189)
#ECDBC5
(236,219,197)
#EFE1CD
(239,225,205)
#F2E7D5
(242,231,213)
#F5EDDD
(245,237,221)
#F8F3E5
(248,243,229)
#FBF9ED
(251,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBD9D; }

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

This text font color is #DDBD9D.

Background Color

.myBgColor { background-color: #DDBD9D; }

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

This div background color is #DDBD9D.

Border color

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

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

This div border color is #DDBD9D.

Opacity

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

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

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

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

This text has shadow with #DDBD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBD9D.

Preview

Color preview on black background

This text has color #DDBD9D on black background.


Color preview on white background

This text has color #DDBD9D on white background.


Black color preview on #DDBD9D background

This text has black color on #DDBD9D background.


White color preview on #DDBD9D background

This text has white color on #DDBD9D background.


Related colors

Complementary color

Complementary color for #hex is #224262.


I love getcolorcode.com

Triadic colors

1 #9DDDBD and #BD9DDD with #DDBD9D are triadic colors.

2 #9DBDDD and #BDDD9D with #DDBD9D are triadic colors.