COLOR #DDB782

HEX: #DDB782 RGB: (221,183,130)

Color info

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

RGB color model

#DDB782 color RGB value is (221,183,130).

RGB: (221,183,130) (87%, 72%, 51%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 130 of 255 = 51%

221
183
130

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

Portions of RGB colors in percentages

R + G + B = 221 + 183 + 130 = 534 (100%)
R 221 of 534 ~ 41.39%
G 183 of 534 ~ 34.27%
B 130 of 534 ~ 24.34'%

%41.39
%34.27
%24.34

CMYK color model

#DDB782 color CMYK value is (0,17,41,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (0,17,41,13)
C0M17Y41K13 (0%, 17%, 41%, 13%)
(0.00 / 0.17 / 0.41 / 0.13)

CMYK percentages

%0
%17.19
%41.18
%13.33

Codes

Color #DDB782 in popluar color models

DD B7 82
RGB 221 183 130
HSL 35° 57.23% 68.82%
HSB/HSV 35° 41.18% 86.67%
CMYK 0.00% 17.19% 41.18%
13.33%

Color #DDB782 in popluar number systems.

HEX DD B7 82
Decimal 221 183 130
Binary 11011101 10110111 10000010
Octal 335 267 202

Shades and tints

Shades of #DDB782

#DDB782
(221,183,130)
#C9A777
(201,167,119)
#B5976C
(181,151,108)
#A18761
(161,135,97)
#8D7756
(141,119,86)
#79674B
(121,103,75)
#655740
(101,87,64)
#514735
(81,71,53)
#3D372A
(61,55,42)
#29271F
(41,39,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDB782

#DDB782
(221,183,130)
#E0BD8D
(224,189,141)
#E3C398
(227,195,152)
#E6C9A3
(230,201,163)
#E9CFAE
(233,207,174)
#ECD5B9
(236,213,185)
#EFDBC4
(239,219,196)
#F2E1CF
(242,225,207)
#F5E7DA
(245,231,218)
#F8EDE5
(248,237,229)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB782; }

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

This text font color is #DDB782.

Background Color

.myBgColor { background-color: #DDB782; }

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

This div background color is #DDB782.

Border color

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

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

This div border color is #DDB782.

Opacity

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

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

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

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

This text has shadow with #DDB782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB782.

Preview

Color preview on black background

This text has color #DDB782 on black background.


Color preview on white background

This text has color #DDB782 on white background.


Black color preview on #DDB782 background

This text has black color on #DDB782 background.


White color preview on #DDB782 background

This text has white color on #DDB782 background.


Related colors

Complementary color

Complementary color for #hex is #22487D.


I love getcolorcode.com

Triadic colors

1 #82DDB7 and #B782DD with #DDB782 are triadic colors.

2 #82B7DD and #B7DD82 with #DDB782 are triadic colors.