Color Hex Logo

#dea65a Color Hex

#DEA65A
(222,166,90)
0 Favorites   0 Comments

Color spaces of #dea65a

RGB 22216690
HSL0.100.670.61
HSV35°59°87°
CMYK 0.000.250.59   0.13
XYZ45.605943.540215.6733
Yxy43.54020.43510.4154
Hunter Lab65.98507.897532.1064
CIE-Lab71.920112.473246.7698

#dea65a color RGB value is (222,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 01011010
Octal 336 246 132
Decimal 222 166 90
Hex DE A6 5A

RGB Percentages of Color #dea65a

%46.44
%34.73
%18.83

CMYK Percentages of Color #dea65a

%0
%25
%59
%13

Triadic Colors of #dea65a

#dea65a #5adea6 #a65ade

Analogous Colors of #dea65a

#dea65a #d4de5a #de645a

Monochromatic Colors of #dea65a

#dea65a

Complementary Color

#dea65a #5a92de

#dea65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea65a Color CSS Codes

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

#dea65a Text Font Color

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

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


#dea65a Background Color

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

This div background color is #dea65a


#dea65a Border Color

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

This div border color is #dea65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea65a


Comments

No comments written yet.

Please login to write comment.