COLOR #DDBF87

HEX: #DDBF87 RGB: (221,191,135)

Color info

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

RGB color model

#DDBF87 color RGB value is (221,191,135).

RGB: (221,191,135) (87%, 75%, 53%)

RGB channels and saturation

R 221 of 255 = 87%
G 191 of 255 = 75%
B 135 of 255 = 53%

221
191
135

R + G + B ~ 72%. #DDBF87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 191 + 135 = 547 (100%)
R 221 of 547 ~ 40.4%
G 191 of 547 ~ 34.92%
B 135 of 547 ~ 24.68'%

%40.4
%34.92
%24.68

CMYK color model

#DDBF87 color CMYK value is (0,14,39,13).

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

CMYK: (0,14,39,13)
C0M14Y39K13 (0%, 14%, 39%, 13%)
(0.00 / 0.14 / 0.39 / 0.13)

CMYK percentages

%0
%13.57
%38.91
%13.33

Codes

Color #DDBF87 in popluar color models

DD BF 87
RGB 221 191 135
HSL 39° 55.84% 69.80%
HSB/HSV 39° 38.91% 86.67%
CMYK 0.00% 13.57% 38.91%
13.33%

Color #DDBF87 in popluar number systems.

HEX DD BF 87
Decimal 221 191 135
Binary 11011101 10111111 10000111
Octal 335 277 207

Shades and tints

Shades of #DDBF87

#DDBF87
(221,191,135)
#C9AE7B
(201,174,123)
#B59D6F
(181,157,111)
#A18C63
(161,140,99)
#8D7B57
(141,123,87)
#796A4B
(121,106,75)
#65593F
(101,89,63)
#514833
(81,72,51)
#3D3727
(61,55,39)
#29261B
(41,38,27)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #DDBF87

#DDBF87
(221,191,135)
#E0C491
(224,196,145)
#E3C99B
(227,201,155)
#E6CEA5
(230,206,165)
#E9D3AF
(233,211,175)
#ECD8B9
(236,216,185)
#EFDDC3
(239,221,195)
#F2E2CD
(242,226,205)
#F5E7D7
(245,231,215)
#F8ECE1
(248,236,225)
#FBF1EB
(251,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBF87; }

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

This text font color is #DDBF87.

Background Color

.myBgColor { background-color: #DDBF87; }

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

This div background color is #DDBF87.

Border color

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

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

This div border color is #DDBF87.

Opacity

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

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

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

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

This text has shadow with #DDBF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBF87.

Preview

Color preview on black background

This text has color #DDBF87 on black background.


Color preview on white background

This text has color #DDBF87 on white background.


Black color preview on #DDBF87 background

This text has black color on #DDBF87 background.


White color preview on #DDBF87 background

This text has white color on #DDBF87 background.


Related colors

Complementary color

Complementary color for #hex is #224078.


I love getcolorcode.com

Triadic colors

1 #87DDBF and #BF87DD with #DDBF87 are triadic colors.

2 #87BFDD and #BFDD87 with #DDBF87 are triadic colors.