Color Hex Logo

#dea00a Color Hex

#DEA00A
(222,160,10)
0 Favorites   0 Comments

Color spaces of #dea00a

RGB 22216010
HSL0.120.910.45
HSV42°95°87°
CMYK 0.000.280.95   0.13
XYZ42.749840.69315.8886
Yxy40.69310.47860.4555
Hunter Lab63.79117.987739.1807
CIE-Lab69.960412.572172.5741

#dea00a color RGB value is (222,160,10).

#dea00a hex color red value is 222, green value is 160 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dea00a hue: 0.12 , saturation: 0.91 and the lightness value of dea00a is 0.45.

The process color (four color CMYK) of #dea00a color hex is 0.00, 0.28, 0.95, 0.13. Web safe color of #dea00a is #cc9900. Color #dea00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 00001010
Octal 336 240 12
Decimal 222 160 10
Hex DE A0 A

RGB Percentages of Color #dea00a

%56.63
%40.82
%2.55

CMYK Percentages of Color #dea00a

%0
%28
%95
%13

Triadic Colors of #dea00a

#dea00a #0adea0 #a00ade

Analogous Colors of #dea00a

#dea00a #b2de0a #de360a

Monochromatic Colors of #dea00a

#dea00a

Complementary Color

#dea00a #0a48de

#dea00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea00a Color CSS Codes

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

#dea00a Text Font Color

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

This sample text font color is #dea00a
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.


#dea00a Background Color

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

This div background color is #dea00a


#dea00a Border Color

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

This div border color is #dea00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea00a


Comments

No comments written yet.

Please login to write comment.