COLOR #DEA52E

HEX: #DEA52E
RGB: (222,165,46)

Color info

#DEA52E contains mainly red and green colors. Web safe color of #DEA52E is #CC9933 (or #C93).

RGB color model

#DEA52E color RGB value is (222,165,46).

  • red value is 222;
  • green value is 165;
  • blue value is 46.
RGB:
(222,165,46)
(87%,65%,18%)

RGB channels and saturation

R 222 of 255 = 87%
G 165 of 255 = 65%
B 46 of 255 = 18%

222
165
46

R + G + B ~ 57%. #DEA52E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
222 + 165 + 46 = 433 (100%)
R 222 of 433 ~ 51.27%
G 165 of 433 ~ 38.11%
B 46 of 433 ~ 10.62%

%51.27
%38.11
%10.62

CMYK color model

#DEA52E color CMYK value is (0,26,79,13).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 79.28%
  • key color value is 12.94%
CMYK:
(0,26,79,13)
C0M26Y79K13 
(0%,26%,79%,13%)
(0.00/0.26/0.79/0.13)	

CMYK percentages

%0
%25.68
%79.28
%12.94

Codes

Color #DEA52E in popluar color models

DEA52E
RGB22216546
HSL41°72.73%52.55%
HSB/HSV41°79.28%87.06%
CMYK0.00%25.68%79.28%
12.94%

Color #DEA52E in popluar number systems.

HEXDEA52E
Decimal22216546
Binary1101111010100101101110
Octal33624556

Shades and tints

Shades of #DEA52E

#DEA52E
(222,165,46)
#CA962A
(202,150,42)
#B68726
(182,135,38)
#A27822
(162,120,34)
#8E691E
(142,105,30)
#7A5A1A
(122,90,26)
#664B16
(102,75,22)
#523C12
(82,60,18)
#3E2D0E
(62,45,14)
#2A1E0A
(42,30,10)
#160F06
(22,15,6)
#000000
(0,0,0)

Tints of #DEA52E

#DEA52E
(222,165,46)
#E1AD41
(225,173,65)
#E4B554
(228,181,84)
#E7BD67
(231,189,103)
#EAC57A
(234,197,122)
#EDCD8D
(237,205,141)
#F0D5A0
(240,213,160)
#F3DDB3
(243,221,179)
#F6E5C6
(246,229,198)
#F9EDD9
(249,237,217)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA52E color. Also use rgb(222,165,46) instead hex code.

Text Font Color

.myTextColor { color: #DEA52E; }

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

This text font color is #DEA52E.


Background Color

.myBgColor { background-color: #DEA52E; }

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

This div background color is #DEA52E.


Border color

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

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

This div border color is #DEA52E.


Opacity

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

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

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

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

This text has shadow with #DEA52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA52E on black background.


Color preview on white background

This text has color #DEA52E on white background.



Black color preview on #DEA52E background

This text has black color on #DEA52E background.


White color preview on #DEA52E background

This text has white color on #DEA52E background.