Color Hex Logo

#dea55d Color Hex

#DEA55D
(222,165,93)
0 Favorites   0 Comments

Color spaces of #dea55d

RGB 22216593
HSL0.090.660.62
HSV33°58°87°
CMYK 0.000.260.58   0.13
XYZ45.555143.230216.2992
Yxy43.23020.43350.4114
Hunter Lab65.74978.613031.3269
CIE-Lab71.710913.229345.0321

#dea55d color RGB value is (222,165,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01011101
Octal 336 245 135
Decimal 222 165 93
Hex DE A5 5D

RGB Percentages of Color #dea55d

%46.25
%34.38
%19.38

CMYK Percentages of Color #dea55d

%0
%26
%58
%13

Triadic Colors of #dea55d

#dea55d #5ddea5 #a55dde

Analogous Colors of #dea55d

#dea55d #d7de5d #de655d

Monochromatic Colors of #dea55d

#dea55d

Complementary Color

#dea55d #5d96de

#dea55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea55d Color CSS Codes

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

#dea55d Text Font Color

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

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


#dea55d Background Color

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

This div background color is #dea55d


#dea55d Border Color

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

This div border color is #dea55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea55d


Comments

No comments written yet.

Please login to write comment.