Color Hex Logo

#dea05d Color Hex

#DEA05D
(222,160,93)
0 Favorites   0 Comments

Color spaces of #dea05d

RGB 22216093
HSL0.090.660.62
HSV31°58°87°
CMYK 0.000.280.58   0.13
XYZ44.670841.461516.0044
Yxy41.46150.43740.4059
Hunter Lab64.390611.150330.3368
CIE-Lab70.498115.908843.5850

#dea05d color RGB value is (222,160,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 01011101
Octal 336 240 135
Decimal 222 160 93
Hex DE A0 5D

RGB Percentages of Color #dea05d

%46.74
%33.68
%19.58

CMYK Percentages of Color #dea05d

%0
%28
%58
%13

Triadic Colors of #dea05d

#dea05d #5ddea0 #a05dde

Analogous Colors of #dea05d

#dea05d #dcde5d #de605d

Monochromatic Colors of #dea05d

#dea05d

Complementary Color

#dea05d #5d9bde

#dea05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea05d Color CSS Codes

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

#dea05d Text Font Color

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

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


#dea05d Background Color

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

This div background color is #dea05d


#dea05d Border Color

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

This div border color is #dea05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea05d


Comments

No comments written yet.

Please login to write comment.