COLOR #DEA029

HEX: #DEA029
RGB: (222,160,41)

Color info

#DEA029 contains mainly red color. Web safe color of #DEA029 is #CC9933 (or #C93).

RGB color model

#DEA029 color RGB value is (222,160,41).

  • red value is 222;
  • green value is 160;
  • blue value is 41.
RGB:
(222,160,41)
(87%,63%,16%)

RGB channels and saturation

R 222 of 255 = 87%
G 160 of 255 = 63%
B 41 of 255 = 16%

222
160
41

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

Portions of RGB colors in percentages

R + G + B =
222 + 160 + 41 = 423 (100%)
R 222 of 423 ~ 52.48%
G 160 of 423 ~ 37.83%
B 41 of 423 ~ 9.69%

%52.48
%37.83
%9.69

CMYK color model

#DEA029 color CMYK value is (0,28,82,13).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 81.53%
  • key color value is 12.94%
CMYK:
(0,28,82,13)
C0M28Y82K13 
(0%,28%,82%,13%)
(0.00/0.28/0.82/0.13)	

CMYK percentages

%0
%27.93
%81.53
%12.94

Codes

Color #DEA029 in popluar color models

DEA029
RGB22216041
HSL39°73.28%51.57%
HSB/HSV39°81.53%87.06%
CMYK0.00%27.93%81.53%
12.94%

Color #DEA029 in popluar number systems.

HEXDEA029
Decimal22216041
Binary1101111010100000101001
Octal33624051

Shades and tints

Shades of #DEA029

#DEA029
(222,160,41)
#CA9226
(202,146,38)
#B68423
(182,132,35)
#A27620
(162,118,32)
#8E681D
(142,104,29)
#7A5A1A
(122,90,26)
#664C17
(102,76,23)
#523E14
(82,62,20)
#3E3011
(62,48,17)
#2A220E
(42,34,14)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #DEA029

#DEA029
(222,160,41)
#E1A83C
(225,168,60)
#E4B04F
(228,176,79)
#E7B862
(231,184,98)
#EAC075
(234,192,117)
#EDC888
(237,200,136)
#F0D09B
(240,208,155)
#F3D8AE
(243,216,174)
#F6E0C1
(246,224,193)
#F9E8D4
(249,232,212)
#FCF0E7
(252,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA029 color. Also use rgb(222,160,41) instead hex code.

Text Font Color

.myTextColor { color: #DEA029; }

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

This text font color is #DEA029.


Background Color

.myBgColor { background-color: #DEA029; }

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

This div background color is #DEA029.


Border color

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

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

This div border color is #DEA029.


Opacity

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

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

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

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

This text has shadow with #DEA029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA029 on black background.


Color preview on white background

This text has color #DEA029 on white background.



Black color preview on #DEA029 background

This text has black color on #DEA029 background.


White color preview on #DEA029 background

This text has white color on #DEA029 background.