COLOR #DDB882

HEX: #DDB882
RGB: (221,184,130)

Color info

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

RGB color model

#DDB882 color RGB value is (221,184,130).

  • red value is 221;
  • green value is 184;
  • blue value is 130.
RGB: (221,184,130) (87%,72%,51%)

RGB channels and saturation

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

221
184
130

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

Portions of RGB colors in percentages

R + G + B =
221 + 184 + 130 = 535 (100%)
R 221 of 535 ~ 41.31%
G 184 of 535 ~ 34.39%
B 130 of 535 ~ 24.3%

%41.31
%34.39
%24.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • 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
%16.74
%41.18
%13.33

Codes

Color #DDB882 in popluar color models

DDB882
RGB221184130
HSL36°57.23%68.82%
HSB/HSV36°41.18%86.67%
CMYK0.00%16.74%41.18%
13.33%

Color #DDB882 in popluar number systems.

HEXDDB882
Decimal221184130
Binary110111011011100010000010
Octal335270202

Shades and tints

Shades of #DDB882

#DDB882
(221,184,130)
#C9A877
(201,168,119)
#B5986C
(181,152,108)
#A18861
(161,136,97)
#8D7856
(141,120,86)
#79684B
(121,104,75)
#655840
(101,88,64)
#514835
(81,72,53)
#3D382A
(61,56,42)
#29281F
(41,40,31)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDB882

#DDB882
(221,184,130)
#E0BE8D
(224,190,141)
#E3C498
(227,196,152)
#E6CAA3
(230,202,163)
#E9D0AE
(233,208,174)
#ECD6B9
(236,214,185)
#EFDCC4
(239,220,196)
#F2E2CF
(242,226,207)
#F5E8DA
(245,232,218)
#F8EEE5
(248,238,229)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB882; }

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

This text font color is #DDB882.


Background Color

.myBgColor { background-color: #DDB882; }

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

This div background color is #DDB882.


Border color

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

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

This div border color is #DDB882.


Opacity

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

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

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

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

This text has shadow with #DDB882 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #DDB882; -webkit-box-shadow:	1px 1px 3px 2px #DDB882; box-shadow:	1px 1px 3px 2px #DDB882; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DDB882; -webkit-box-shadow: 1px 1px 3px 2px #DDB882; box-shadow:1px 1px 3px 2px #DDB882;">
Div content here</div>
This div box has shadow with color #DDB882.

Preview

Color preview on black background

This text has color #DDB882 on black background.


Color preview on white background

This text has color #DDB882 on white background.



Black color preview on #DDB882 background

This text has black color on #DDB882 background.


White color preview on #DDB882 background

This text has white color on #DDB882 background.