Color Hex Logo

#dea55e Color Hex

#DEA55E
(222,165,94)
0 Favorites   0 Comments

Color spaces of #dea55e

RGB 22216594
HSL0.090.660.62
HSV33°58°87°
CMYK 0.000.260.58   0.13
XYZ45.599743.248016.5340
Yxy43.24800.43270.4104
Hunter Lab65.76328.684931.1277
CIE-Lab71.723013.305144.5453

#dea55e color RGB value is (222,165,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01011110
Octal 336 245 136
Decimal 222 165 94
Hex DE A5 5E

RGB Percentages of Color #dea55e

%46.15
%34.30
%19.54

CMYK Percentages of Color #dea55e

%0
%26
%58
%13

Triadic Colors of #dea55e

#dea55e #5edea5 #a55ede

Analogous Colors of #dea55e

#dea55e #d7de5e #de655e

Monochromatic Colors of #dea55e

#dea55e

Complementary Color

#dea55e #5e97de

#dea55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea55e Color CSS Codes

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

#dea55e Text Font Color

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

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


#dea55e Background Color

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

This div background color is #dea55e


#dea55e Border Color

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

This div border color is #dea55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea55e


Comments

No comments written yet.

Please login to write comment.