Color Hex Logo

#dea55a Color Hex

#DEA55A
(222,165,90)
0 Favorites   0 Comments

Color spaces of #dea55a

RGB 22216590
HSL0.090.670.61
HSV34°59°87°
CMYK 0.000.260.59   0.13
XYZ45.424843.178015.6129
Yxy43.17800.43590.4143
Hunter Lab65.71008.403231.9095
CIE-Lab71.675613.008146.4831

#dea55a color RGB value is (222,165,90).

#dea55a hex color red value is 222, green value is 165 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dea55a hue: 0.09 , saturation: 0.67 and the lightness value of dea55a is 0.61.

The process color (four color CMYK) of #dea55a color hex is 0.00, 0.26, 0.59, 0.13. Web safe color of #dea55a is #cc9966. Color #dea55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01011010
Octal 336 245 132
Decimal 222 165 90
Hex DE A5 5A

RGB Percentages of Color #dea55a

%46.54
%34.59
%18.87

CMYK Percentages of Color #dea55a

%0
%26
%59
%13

Triadic Colors of #dea55a

#dea55a #5adea5 #a55ade

Analogous Colors of #dea55a

#dea55a #d5de5a #de635a

Monochromatic Colors of #dea55a

#dea55a

Complementary Color

#dea55a #5a93de

#dea55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea55a Color CSS Codes

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

#dea55a Text Font Color

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

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


#dea55a Background Color

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

This div background color is #dea55a


#dea55a Border Color

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

This div border color is #dea55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea55a


Comments

No comments written yet.

Please login to write comment.