COLOR #DDB4A7

HEX: #DDB4A7 RGB: (221,180,167)

Color info

#DDB4A7 contains red, green and blue colors in about the same proportion. Web safe color of #DDB4A7 is #CCCC99 (or #CC9).

RGB color model

#DDB4A7 color RGB value is (221,180,167).

RGB: (221,180,167) (87%, 71%, 65%)

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 167 of 255 = 65%

221
180
167

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

Portions of RGB colors in percentages

R + G + B = 221 + 180 + 167 = 568 (100%)
R 221 of 568 ~ 38.91%
G 180 of 568 ~ 31.69%
B 167 of 568 ~ 29.4'%

%38.91
%31.69
%29.4

CMYK color model

#DDB4A7 color CMYK value is (0,19,24,13).

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

CMYK: (0,19,24,13)
C0M19Y24K13 (0%, 19%, 24%, 13%)
(0.00 / 0.19 / 0.24 / 0.13)

CMYK percentages

%0
%18.55
%24.43
%13.33

Codes

Color #DDB4A7 in popluar color models

DD B4 A7
RGB 221 180 167
HSL 14° 44.26% 76.08%
HSB/HSV 14° 24.43% 86.67%
CMYK 0.00% 18.55% 24.43%
13.33%

Color #DDB4A7 in popluar number systems.

HEX DD B4 A7
Decimal 221 180 167
Binary 11011101 10110100 10100111
Octal 335 264 247

Shades and tints

Shades of #DDB4A7

#DDB4A7
(221,180,167)
#C9A498
(201,164,152)
#B59489
(181,148,137)
#A1847A
(161,132,122)
#8D746B
(141,116,107)
#79645C
(121,100,92)
#65544D
(101,84,77)
#51443E
(81,68,62)
#3D342F
(61,52,47)
#292420
(41,36,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDB4A7

#DDB4A7
(221,180,167)
#E0BAAF
(224,186,175)
#E3C0B7
(227,192,183)
#E6C6BF
(230,198,191)
#E9CCC7
(233,204,199)
#ECD2CF
(236,210,207)
#EFD8D7
(239,216,215)
#F2DEDF
(242,222,223)
#F5E4E7
(245,228,231)
#F8EAEF
(248,234,239)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4A7; }

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

This text font color is #DDB4A7.

Background Color

.myBgColor { background-color: #DDB4A7; }

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

This div background color is #DDB4A7.

Border color

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

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

This div border color is #DDB4A7.

Opacity

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

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

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

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

This text has shadow with #DDB4A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB4A7.

Preview

Color preview on black background

This text has color #DDB4A7 on black background.


Color preview on white background

This text has color #DDB4A7 on white background.


Black color preview on #DDB4A7 background

This text has black color on #DDB4A7 background.


White color preview on #DDB4A7 background

This text has white color on #DDB4A7 background.


Related colors

Complementary color

Complementary color for #hex is #224B58.


I love getcolorcode.com

Triadic colors

1 #A7DDB4 and #B4A7DD with #DDB4A7 are triadic colors.

2 #A7B4DD and #B4DDA7 with #DDB4A7 are triadic colors.