COLOR #DDB0AA

HEX: #DDB0AA RGB: (221,176,170)

Color info

#DDB0AA contains red, green and blue colors in about the same proportion. Web safe color of #DDB0AA is #CC9999 (or #C99).

RGB color model

#DDB0AA color RGB value is (221,176,170).

RGB: (221,176,170) (87%, 69%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 170 of 255 = 67%

221
176
170

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

Portions of RGB colors in percentages

R + G + B = 221 + 176 + 170 = 567 (100%)
R 221 of 567 ~ 38.98%
G 176 of 567 ~ 31.04%
B 170 of 567 ~ 29.98'%

%38.98
%31.04
%29.98

CMYK color model

#DDB0AA color CMYK value is (0,20,23,13).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (0,20,23,13)
C0M20Y23K13 (0%, 20%, 23%, 13%)
(0.00 / 0.20 / 0.23 / 0.13)

CMYK percentages

%0
%20.36
%23.08
%13.33

Codes

Color #DDB0AA in popluar color models

DD B0 AA
RGB 221 176 170
HSL 42.86% 76.67%
HSB/HSV 23.08% 86.67%
CMYK 0.00% 20.36% 23.08%
13.33%

Color #DDB0AA in popluar number systems.

HEX DD B0 AA
Decimal 221 176 170
Binary 11011101 10110000 10101010
Octal 335 260 252

Shades and tints

Shades of #DDB0AA

#DDB0AA
(221,176,170)
#C9A09B
(201,160,155)
#B5908C
(181,144,140)
#A1807D
(161,128,125)
#8D706E
(141,112,110)
#79605F
(121,96,95)
#655050
(101,80,80)
#514041
(81,64,65)
#3D3032
(61,48,50)
#292023
(41,32,35)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #DDB0AA

#DDB0AA
(221,176,170)
#E0B7B1
(224,183,177)
#E3BEB8
(227,190,184)
#E6C5BF
(230,197,191)
#E9CCC6
(233,204,198)
#ECD3CD
(236,211,205)
#EFDAD4
(239,218,212)
#F2E1DB
(242,225,219)
#F5E8E2
(245,232,226)
#F8EFE9
(248,239,233)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB0AA; }

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

This text font color is #DDB0AA.

Background Color

.myBgColor { background-color: #DDB0AA; }

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

This div background color is #DDB0AA.

Border color

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

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

This div border color is #DDB0AA.

Opacity

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

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

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

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

This text has shadow with #DDB0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB0AA.

Preview

Color preview on black background

This text has color #DDB0AA on black background.


Color preview on white background

This text has color #DDB0AA on white background.


Black color preview on #DDB0AA background

This text has black color on #DDB0AA background.


White color preview on #DDB0AA background

This text has white color on #DDB0AA background.


Related colors

Complementary color

Complementary color for #hex is #224F55.


I love getcolorcode.com

Triadic colors

1 #AADDB0 and #B0AADD with #DDB0AA are triadic colors.

2 #AAB0DD and #B0DDAA with #DDB0AA are triadic colors.