COLOR #DEB982

HEX: #DEB982
RGB: (222,185,130)

Color info

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

RGB color model

#DEB982 color RGB value is (222,185,130).

  • red value is 222;
  • green value is 185;
  • blue value is 130.
RGB:
(222,185,130)
(87%,73%,51%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 130 of 255 = 51%

222
185
130

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

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 130 = 537 (100%)
R 222 of 537 ~ 41.34%
G 185 of 537 ~ 34.45%
B 130 of 537 ~ 24.21%

%41.34
%34.45
%24.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 41.44%
  • key color value is 12.94%
CMYK:
(0,17,41,13)
C0M17Y41K13 
(0%,17%,41%,13%)
(0.00/0.17/0.41/0.13)	

CMYK percentages

%0
%16.67
%41.44
%12.94

Codes

Color #DEB982 in popluar color models

DEB982
RGB222185130
HSL36°58.23%69.02%
HSB/HSV36°41.44%87.06%
CMYK0.00%16.67%41.44%
12.94%

Color #DEB982 in popluar number systems.

HEXDEB982
Decimal222185130
Binary110111101011100110000010
Octal336271202

Shades and tints

Shades of #DEB982

#DEB982
(222,185,130)
#CAA977
(202,169,119)
#B6996C
(182,153,108)
#A28961
(162,137,97)
#8E7956
(142,121,86)
#7A694B
(122,105,75)
#665940
(102,89,64)
#524935
(82,73,53)
#3E392A
(62,57,42)
#2A291F
(42,41,31)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #DEB982

#DEB982
(222,185,130)
#E1BF8D
(225,191,141)
#E4C598
(228,197,152)
#E7CBA3
(231,203,163)
#EAD1AE
(234,209,174)
#EDD7B9
(237,215,185)
#F0DDC4
(240,221,196)
#F3E3CF
(243,227,207)
#F6E9DA
(246,233,218)
#F9EFE5
(249,239,229)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB982 color. Also use rgb(222,185,130) instead hex code.

Text Font Color

.myTextColor { color: #DEB982; }

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

This text font color is #DEB982.


Background Color

.myBgColor { background-color: #DEB982; }

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

This div background color is #DEB982.


Border color

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

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

This div border color is #DEB982.


Opacity

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

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

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

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

This text has shadow with #DEB982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB982 on black background.


Color preview on white background

This text has color #DEB982 on white background.



Black color preview on #DEB982 background

This text has black color on #DEB982 background.


White color preview on #DEB982 background

This text has white color on #DEB982 background.