COLOR #DEAD52

HEX: #DEAD52
RGB: (222,173,82)

Color info

#DEAD52 contains mainly red and green colors. Web safe color of #DEAD52 is #CC9966 (or #C96).

RGB color model

#DEAD52 color RGB value is (222,173,82).

  • red value is 222;
  • green value is 173;
  • blue value is 82.
RGB:
(222,173,82)
(87%,68%,32%)

RGB channels and saturation

R 222 of 255 = 87%
G 173 of 255 = 68%
B 82 of 255 = 32%

222
173
82

R + G + B ~ 62%. #DEAD52 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 173 + 82 = 477 (100%)
R 222 of 477 ~ 46.54%
G 173 of 477 ~ 36.27%
B 82 of 477 ~ 17.19%

%46.54
%36.27
%17.19

CMYK color model

#DEAD52 color CMYK value is (0,22,63,13).

  • cyan value is 0.00%
  • magenta value is 22.07%
  • yellow value is 63.06%
  • key color value is 12.94%
CMYK:
(0,22,63,13)
C0M22Y63K13 
(0%,22%,63%,13%)
(0.00/0.22/0.63/0.13)	

CMYK percentages

%0
%22.07
%63.06
%12.94

Codes

Color #DEAD52 in popluar color models

DEAD52
RGB22217382
HSL39°67.96%59.61%
HSB/HSV39°63.06%87.06%
CMYK0.00%22.07%63.06%
12.94%

Color #DEAD52 in popluar number systems.

HEXDEAD52
Decimal22217382
Binary11011110101011011010010
Octal336255122

Shades and tints

Shades of #DEAD52

#DEAD52
(222,173,82)
#CA9E4B
(202,158,75)
#B68F44
(182,143,68)
#A2803D
(162,128,61)
#8E7136
(142,113,54)
#7A622F
(122,98,47)
#665328
(102,83,40)
#524421
(82,68,33)
#3E351A
(62,53,26)
#2A2613
(42,38,19)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #DEAD52

#DEAD52
(222,173,82)
#E1B461
(225,180,97)
#E4BB70
(228,187,112)
#E7C27F
(231,194,127)
#EAC98E
(234,201,142)
#EDD09D
(237,208,157)
#F0D7AC
(240,215,172)
#F3DEBB
(243,222,187)
#F6E5CA
(246,229,202)
#F9ECD9
(249,236,217)
#FCF3E8
(252,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEAD52 color. Also use rgb(222,173,82) instead hex code.

Text Font Color

.myTextColor { color: #DEAD52; }

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

This text font color is #DEAD52.


Background Color

.myBgColor { background-color: #DEAD52; }

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

This div background color is #DEAD52.


Border color

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

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

This div border color is #DEAD52.


Opacity

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

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

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

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

This text has shadow with #DEAD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAD52 on black background.


Color preview on white background

This text has color #DEAD52 on white background.



Black color preview on #DEAD52 background

This text has black color on #DEAD52 background.


White color preview on #DEAD52 background

This text has white color on #DEAD52 background.