Color Hex Logo

#dea10a Color Hex

#DEA10A
(222,161,10)
0 Favorites   0 Comments

Color spaces of #dea10a

RGB 22216110
HSL0.120.910.45
HSV43°95°87°
CMYK 0.000.270.95   0.13
XYZ42.923941.04125.9466
Yxy41.04120.47740.4565
Hunter Lab64.06347.488039.3409
CIE-Lab70.204812.038072.7480

#dea10a color RGB value is (222,161,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00001010
Octal 336 241 12
Decimal 222 161 10
Hex DE A1 A

RGB Percentages of Color #dea10a

%56.49
%40.97
%2.54

CMYK Percentages of Color #dea10a

%0
%27
%95
%13

Triadic Colors of #dea10a

#dea10a #0adea1 #a10ade

Analogous Colors of #dea10a

#dea10a #b1de0a #de370a

Monochromatic Colors of #dea10a

#dea10a

Complementary Color

#dea10a #0a47de

#dea10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea10a Color CSS Codes

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

#dea10a Text Font Color

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

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


#dea10a Background Color

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

This div background color is #dea10a


#dea10a Border Color

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

This div border color is #dea10a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,161,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 #dea10a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea10a


Comments

No comments written yet.

Please login to write comment.