COLOR #DDB187

HEX: #DDB187 RGB: (221,177,135)

Color info

#DDB187 contains mainly red and green colors. Web safe color of #DDB187 is #CC9999 (or #C99).

RGB color model

#DDB187 color RGB value is (221,177,135).

RGB: (221,177,135) (87%, 69%, 53%)

RGB channels and saturation

R 221 of 255 = 87%
G 177 of 255 = 69%
B 135 of 255 = 53%

221
177
135

R + G + B ~ 70%. #DDB187 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 177 + 135 = 533 (100%)
R 221 of 533 ~ 41.46%
G 177 of 533 ~ 33.21%
B 135 of 533 ~ 25.33'%

%41.46
%33.21
%25.33

CMYK color model

#DDB187 color CMYK value is (0,20,39,13).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 38.91%
  • key color value is 13.33%

CMYK: (0,20,39,13)
C0M20Y39K13 (0%, 20%, 39%, 13%)
(0.00 / 0.20 / 0.39 / 0.13)

CMYK percentages

%0
%19.91
%38.91
%13.33

Codes

Color #DDB187 in popluar color models

DD B1 87
RGB 221 177 135
HSL 29° 55.84% 69.80%
HSB/HSV 29° 38.91% 86.67%
CMYK 0.00% 19.91% 38.91%
13.33%

Color #DDB187 in popluar number systems.

HEX DD B1 87
Decimal 221 177 135
Binary 11011101 10110001 10000111
Octal 335 261 207

Shades and tints

Shades of #DDB187

#DDB187
(221,177,135)
#C9A17B
(201,161,123)
#B5916F
(181,145,111)
#A18163
(161,129,99)
#8D7157
(141,113,87)
#79614B
(121,97,75)
#65513F
(101,81,63)
#514133
(81,65,51)
#3D3127
(61,49,39)
#29211B
(41,33,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #DDB187

#DDB187
(221,177,135)
#E0B891
(224,184,145)
#E3BF9B
(227,191,155)
#E6C6A5
(230,198,165)
#E9CDAF
(233,205,175)
#ECD4B9
(236,212,185)
#EFDBC3
(239,219,195)
#F2E2CD
(242,226,205)
#F5E9D7
(245,233,215)
#F8F0E1
(248,240,225)
#FBF7EB
(251,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB187 color. Also use rgb(221,177,135) instead hex code.

Text Font Color

.myTextColor { color: #DDB187; }

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

This text font color is #DDB187.

Background Color

.myBgColor { background-color: #DDB187; }

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

This div background color is #DDB187.

Border color

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

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

This div border color is #DDB187.

Opacity

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

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

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

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

This text has shadow with #DDB187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB187.

Preview

Color preview on black background

This text has color #DDB187 on black background.


Color preview on white background

This text has color #DDB187 on white background.


Black color preview on #DDB187 background

This text has black color on #DDB187 background.


White color preview on #DDB187 background

This text has white color on #DDB187 background.


Related colors

Complementary color

Complementary color for #hex is #224E78.


I love getcolorcode.com

Triadic colors

1 #87DDB1 and #B187DD with #DDB187 are triadic colors.

2 #87B1DD and #B1DD87 with #DDB187 are triadic colors.