COLOR #DDC887

HEX: #DDC887 RGB: (221,200,135)

Color info

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

RGB color model

#DDC887 color RGB value is (221,200,135).

RGB: (221,200,135) (87%, 78%, 53%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 135 of 255 = 53%

221
200
135

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

Portions of RGB colors in percentages

R + G + B = 221 + 200 + 135 = 556 (100%)
R 221 of 556 ~ 39.75%
G 200 of 556 ~ 35.97%
B 135 of 556 ~ 24.28'%

%39.75
%35.97
%24.28

CMYK color model

#DDC887 color CMYK value is (0,10,39,13).

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

CMYK: (0,10,39,13)
C0M10Y39K13 (0%, 10%, 39%, 13%)
(0.00 / 0.10 / 0.39 / 0.13)

CMYK percentages

%0
%9.5
%38.91
%13.33

Codes

Color #DDC887 in popluar color models

DD C8 87
RGB 221 200 135
HSL 45° 55.84% 69.80%
HSB/HSV 45° 38.91% 86.67%
CMYK 0.00% 9.50% 38.91%
13.33%

Color #DDC887 in popluar number systems.

HEX DD C8 87
Decimal 221 200 135
Binary 11011101 11001000 10000111
Octal 335 310 207

Shades and tints

Shades of #DDC887

#DDC887
(221,200,135)
#C9B67B
(201,182,123)
#B5A46F
(181,164,111)
#A19263
(161,146,99)
#8D8057
(141,128,87)
#796E4B
(121,110,75)
#655C3F
(101,92,63)
#514A33
(81,74,51)
#3D3827
(61,56,39)
#29261B
(41,38,27)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #DDC887

#DDC887
(221,200,135)
#E0CD91
(224,205,145)
#E3D29B
(227,210,155)
#E6D7A5
(230,215,165)
#E9DCAF
(233,220,175)
#ECE1B9
(236,225,185)
#EFE6C3
(239,230,195)
#F2EBCD
(242,235,205)
#F5F0D7
(245,240,215)
#F8F5E1
(248,245,225)
#FBFAEB
(251,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC887; }

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

This text font color is #DDC887.

Background Color

.myBgColor { background-color: #DDC887; }

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

This div background color is #DDC887.

Border color

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

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

This div border color is #DDC887.

Opacity

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

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

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

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

This text has shadow with #DDC887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC887.

Preview

Color preview on black background

This text has color #DDC887 on black background.


Color preview on white background

This text has color #DDC887 on white background.


Black color preview on #DDC887 background

This text has black color on #DDC887 background.


White color preview on #DDC887 background

This text has white color on #DDC887 background.


Related colors

Complementary color

Complementary color for #hex is #223778.


I love getcolorcode.com

Triadic colors

1 #87DDC8 and #C887DD with #DDC887 are triadic colors.

2 #87C8DD and #C8DD87 with #DDC887 are triadic colors.