Color Hex Logo

#dea95d Color Hex

#DEA95D
(222,169,93)
0 Favorites   0 Comments

Color spaces of #dea95d

RGB 22216993
HSL0.100.660.62
HSV35°58°87°
CMYK 0.000.240.58   0.13
XYZ46.288044.695816.5434
Yxy44.69580.43050.4157
Hunter Lab66.85496.591032.1270
CIE-Lab72.691111.091646.1943

#dea95d color RGB value is (222,169,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 01011101
Octal 336 251 135
Decimal 222 169 93
Hex DE A9 5D

RGB Percentages of Color #dea95d

%45.87
%34.92
%19.21

CMYK Percentages of Color #dea95d

%0
%24
%58
%13

Triadic Colors of #dea95d

#dea95d #5ddea9 #a95dde

Analogous Colors of #dea95d

#dea95d #d3de5d #de695d

Monochromatic Colors of #dea95d

#dea95d

Complementary Color

#dea95d #5d92de

#dea95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea95d Color CSS Codes

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

#dea95d Text Font Color

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

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


#dea95d Background Color

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

This div background color is #dea95d


#dea95d Border Color

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

This div border color is #dea95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea95d


Comments

No comments written yet.

Please login to write comment.