COLOR #DDB786

HEX: #DDB786 RGB: (221,183,134)

Color info

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

RGB color model

#DDB786 color RGB value is (221,183,134).

RGB: (221,183,134) (87%, 72%, 53%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 134 of 255 = 53%

221
183
134

R + G + B ~ 71%. #DDB786 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 183 + 134 = 538 (100%)
R 221 of 538 ~ 41.08%
G 183 of 538 ~ 34.01%
B 134 of 538 ~ 24.91'%

%41.08
%34.01
%24.91

CMYK color model

#DDB786 color CMYK value is (0,17,39,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 39.37%
  • key color value is 13.33%
CMYK: (0,17,39,13) C0M17Y39K13 (0%,17%,39%,13%) (0.00/0.17/0.39/0.13) 

CMYK percentages

%0
%17.19
%39.37
%13.33

Codes

Color #DDB786 in popluar color models

DD B7 86
RGB 221 183 134
HSL 34° 56.13% 69.61%
HSB/HSV 34° 39.37% 86.67%
CMYK 0.00% 17.19% 39.37%
13.33%

Color #DDB786 in popluar number systems.

HEX DD B7 86
Decimal 221 183 134
Binary 11011101 10110111 10000110
Octal 335 267 206

Shades and tints

Shades of #DDB786

#DDB786
(221,183,134)
#C9A77A
(201,167,122)
#B5976E
(181,151,110)
#A18762
(161,135,98)
#8D7756
(141,119,86)
#79674A
(121,103,74)
#65573E
(101,87,62)
#514732
(81,71,50)
#3D3726
(61,55,38)
#29271A
(41,39,26)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #DDB786

#DDB786
(221,183,134)
#E0BD91
(224,189,145)
#E3C39C
(227,195,156)
#E6C9A7
(230,201,167)
#E9CFB2
(233,207,178)
#ECD5BD
(236,213,189)
#EFDBC8
(239,219,200)
#F2E1D3
(242,225,211)
#F5E7DE
(245,231,222)
#F8EDE9
(248,237,233)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB786 color. Also use rgb(221,183,134) instead hex code.

Text Font Color

.myTextColor { color: #DDB786; }

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

This text font color is #DDB786.

Background Color

.myBgColor { background-color: #DDB786; }

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

This div background color is #DDB786.

Border color

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

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

This div border color is #DDB786.

Opacity

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

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

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

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

This text has shadow with #DDB786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB786.

Preview

Color preview on black background

This text has color #DDB786 on black background.


Color preview on white background

This text has color #DDB786 on white background.


Black color preview on #DDB786 background

This text has black color on #DDB786 background.


White color preview on #DDB786 background

This text has white color on #DDB786 background.


Related colors

Complementary color

Complementary color for #hex is #224879.


I love getcolorcode.com

Triadic colors

1 #86DDB7 and #B786DD with #DDB786 are triadic colors.

2 #86B7DD and #B7DD86 with #DDB786 are triadic colors.