COLOR #DDB682

HEX: #DDB682
RGB: (221,182,130)

Color info

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

RGB color model

#DDB682 color RGB value is (221,182,130).

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

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 130 of 255 = 51%

221
182
130

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 130 = 533 (100%)
R 221 of 533 ~ 41.46%
G 182 of 533 ~ 34.15%
B 130 of 533 ~ 24.39%

%41.46
%34.15
%24.39

CMYK color model

#DDB682 color CMYK value is (0,18,41,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 41.18%
  • key color value is 13.33%
CMYK:
(0,18,41,13)
C0M18Y41K13 
(0%,18%,41%,13%)
(0.00/0.18/0.41/0.13)	

CMYK percentages

%0
%17.65
%41.18
%13.33

Codes

Color #DDB682 in popluar color models

DDB682
RGB221182130
HSL34°57.23%68.82%
HSB/HSV34°41.18%86.67%
CMYK0.00%17.65%41.18%
13.33%

Color #DDB682 in popluar number systems.

HEXDDB682
Decimal221182130
Binary110111011011011010000010
Octal335266202

Shades and tints

Shades of #DDB682

#DDB682
(221,182,130)
#C9A677
(201,166,119)
#B5966C
(181,150,108)
#A18661
(161,134,97)
#8D7656
(141,118,86)
#79664B
(121,102,75)
#655640
(101,86,64)
#514635
(81,70,53)
#3D362A
(61,54,42)
#29261F
(41,38,31)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDB682

#DDB682
(221,182,130)
#E0BC8D
(224,188,141)
#E3C298
(227,194,152)
#E6C8A3
(230,200,163)
#E9CEAE
(233,206,174)
#ECD4B9
(236,212,185)
#EFDAC4
(239,218,196)
#F2E0CF
(242,224,207)
#F5E6DA
(245,230,218)
#F8ECE5
(248,236,229)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB682; }

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

This text font color is #DDB682.


Background Color

.myBgColor { background-color: #DDB682; }

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

This div background color is #DDB682.


Border color

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

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

This div border color is #DDB682.


Opacity

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

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

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

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

This text has shadow with #DDB682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB682 on black background.


Color preview on white background

This text has color #DDB682 on white background.



Black color preview on #DDB682 background

This text has black color on #DDB682 background.


White color preview on #DDB682 background

This text has white color on #DDB682 background.