Color Hex Logo

#dea02a Color Hex

#DEA02A
(222,160,42)
0 Favorites   0 Comments

Color spaces of #dea02a

RGB 22216042
HSL0.110.730.52
HSV39°81°87°
CMYK 0.000.280.81   0.13
XYZ43.112940.83847.8008
Yxy40.83840.46990.4451
Hunter Lab63.90498.589837.4960
CIE-Lab70.062613.213265.3178

#dea02a color RGB value is (222,160,42).

#dea02a hex color red value is 222, green value is 160 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dea02a hue: 0.11 , saturation: 0.73 and the lightness value of dea02a is 0.52.

The process color (four color CMYK) of #dea02a color hex is 0.00, 0.28, 0.81, 0.13. Web safe color of #dea02a is #cc9933. Color #dea02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 00101010
Octal 336 240 52
Decimal 222 160 42
Hex DE A0 2A

RGB Percentages of Color #dea02a

%52.36
%37.74
%9.91

CMYK Percentages of Color #dea02a

%0
%28
%81
%13

Triadic Colors of #dea02a

#dea02a #2adea0 #a02ade

Analogous Colors of #dea02a

#dea02a #c2de2a #de462a

Monochromatic Colors of #dea02a

#dea02a

Complementary Color

#dea02a #2a68de

#dea02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea02a Color CSS Codes

.mybgcolor {background-color:#dea02a; } 
.myforecolor {color:#dea02a; }
.mybordercolor {border:3px solid #dea02a; }

#dea02a Text Font Color

<p style="color:#dea02a">Text here</p>

This sample text font color is #dea02a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dea02a Background Color

<div style="background-color:#dea02a">
Div content here</div>

This div background color is #dea02a


#dea02a Border Color

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

This div border color is #dea02a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,160,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dea02a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dea02a;
  -webkit-box-shadow: 1px 1px 3px 2px #dea02a;
  box-shadow:         1px 1px 3px 2px #dea02a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,160,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dea02a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dea02a;
  -webkit-box-shadow: 1px 1px 3px 2px #dea02a;
  box-shadow:         1px 1px 3px 2px #dea02a;">
Div content here</div>

This div box has shadow with color #dea02a


Comments

No comments written yet.

Please login to write comment.