COLOR #DDB49D

HEX: #DDB49D RGB: (221,180,157)

Color info

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

RGB color model

#DDB49D color RGB value is (221,180,157).

RGB: (221,180,157) (87%, 71%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 157 of 255 = 62%

221
180
157

R + G + B ~ 73%. #DDB49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 157 = 558 (100%)
R 221 of 558 ~ 39.61%
G 180 of 558 ~ 32.26%
B 157 of 558 ~ 28.14'%

%39.61
%32.26
%28.14

CMYK color model

#DDB49D color CMYK value is (0,19,29,13).

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

CMYK: (0,19,29,13)
C0M19Y29K13 (0%, 19%, 29%, 13%)
(0.00 / 0.19 / 0.29 / 0.13)

CMYK percentages

%0
%18.55
%28.96
%13.33

Codes

Color #DDB49D in popluar color models

DD B4 9D
RGB 221 180 157
HSL 22° 48.48% 74.12%
HSB/HSV 22° 28.96% 86.67%
CMYK 0.00% 18.55% 28.96%
13.33%

Color #DDB49D in popluar number systems.

HEX DD B4 9D
Decimal 221 180 157
Binary 11011101 10110100 10011101
Octal 335 264 235

Shades and tints

Shades of #DDB49D

#DDB49D
(221,180,157)
#C9A48F
(201,164,143)
#B59481
(181,148,129)
#A18473
(161,132,115)
#8D7465
(141,116,101)
#796457
(121,100,87)
#655449
(101,84,73)
#51443B
(81,68,59)
#3D342D
(61,52,45)
#29241F
(41,36,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDB49D

#DDB49D
(221,180,157)
#E0BAA5
(224,186,165)
#E3C0AD
(227,192,173)
#E6C6B5
(230,198,181)
#E9CCBD
(233,204,189)
#ECD2C5
(236,210,197)
#EFD8CD
(239,216,205)
#F2DED5
(242,222,213)
#F5E4DD
(245,228,221)
#F8EAE5
(248,234,229)
#FBF0ED
(251,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB49D; }

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

This text font color is #DDB49D.

Background Color

.myBgColor { background-color: #DDB49D; }

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

This div background color is #DDB49D.

Border color

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

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

This div border color is #DDB49D.

Opacity

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

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

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

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

This text has shadow with #DDB49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB49D.

Preview

Color preview on black background

This text has color #DDB49D on black background.


Color preview on white background

This text has color #DDB49D on white background.


Black color preview on #DDB49D background

This text has black color on #DDB49D background.


White color preview on #DDB49D background

This text has white color on #DDB49D background.


Related colors

Complementary color

Complementary color for #hex is #224B62.


I love getcolorcode.com

Triadic colors

1 #9DDDB4 and #B49DDD with #DDB49D are triadic colors.

2 #9DB4DD and #B4DD9D with #DDB49D are triadic colors.