COLOR #DDB4A0

HEX: #DDB4A0 RGB: (221,180,160)

Color info

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

RGB color model

#DDB4A0 color RGB value is (221,180,160).

RGB: (221,180,160) (87%, 71%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 160 of 255 = 63%

221
180
160

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

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 160 = 561 (100%)
R 221 of 561 ~ 39.39%
G 180 of 561 ~ 32.09%
B 160 of 561 ~ 28.52'%

%39.39
%32.09
%28.52

CMYK color model

#DDB4A0 color CMYK value is (0,19,28,13).

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

CMYK: (0,19,28,13)
C0M19Y28K13 (0%, 19%, 28%, 13%)
(0.00 / 0.19 / 0.28 / 0.13)

CMYK percentages

%0
%18.55
%27.6
%13.33

Codes

Color #DDB4A0 in popluar color models

DD B4 A0
RGB 221 180 160
HSL 20° 47.29% 74.71%
HSB/HSV 20° 27.60% 86.67%
CMYK 0.00% 18.55% 27.60%
13.33%

Color #DDB4A0 in popluar number systems.

HEX DD B4 A0
Decimal 221 180 160
Binary 11011101 10110100 10100000
Octal 335 264 240

Shades and tints

Shades of #DDB4A0

#DDB4A0
(221,180,160)
#C9A492
(201,164,146)
#B59484
(181,148,132)
#A18476
(161,132,118)
#8D7468
(141,116,104)
#79645A
(121,100,90)
#65544C
(101,84,76)
#51443E
(81,68,62)
#3D3430
(61,52,48)
#292422
(41,36,34)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #DDB4A0

#DDB4A0
(221,180,160)
#E0BAA8
(224,186,168)
#E3C0B0
(227,192,176)
#E6C6B8
(230,198,184)
#E9CCC0
(233,204,192)
#ECD2C8
(236,210,200)
#EFD8D0
(239,216,208)
#F2DED8
(242,222,216)
#F5E4E0
(245,228,224)
#F8EAE8
(248,234,232)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4A0; }

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

This text font color is #DDB4A0.

Background Color

.myBgColor { background-color: #DDB4A0; }

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

This div background color is #DDB4A0.

Border color

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

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

This div border color is #DDB4A0.

Opacity

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

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

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

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

This text has shadow with #DDB4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB4A0.

Preview

Color preview on black background

This text has color #DDB4A0 on black background.


Color preview on white background

This text has color #DDB4A0 on white background.


Black color preview on #DDB4A0 background

This text has black color on #DDB4A0 background.


White color preview on #DDB4A0 background

This text has white color on #DDB4A0 background.


Related colors

Complementary color

Complementary color for #hex is #224B5F.


I love getcolorcode.com

Triadic colors

1 #A0DDB4 and #B4A0DD with #DDB4A0 are triadic colors.

2 #A0B4DD and #B4DDA0 with #DDB4A0 are triadic colors.