Color Hex Logo

#dea52f Color Hex

#DEA52F
(222,165,47)
0 Favorites   0 Comments

Color spaces of #dea52f

RGB 22216547
HSL0.110.730.53
HSV40°79°87°
CMYK 0.000.260.79   0.13
XYZ44.092442.64518.5967
Yxy42.64510.46250.4473
Hunter Lab65.30326.241737.9071
CIE-Lab71.313410.709264.7404

#dea52f color RGB value is (222,165,47).

#dea52f hex color red value is 222, green value is 165 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dea52f hue: 0.11 , saturation: 0.73 and the lightness value of dea52f is 0.53.

The process color (four color CMYK) of #dea52f color hex is 0.00, 0.26, 0.79, 0.13. Web safe color of #dea52f is #cc9933. Color #dea52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 00101111
Octal 336 245 57
Decimal 222 165 47
Hex DE A5 2F

RGB Percentages of Color #dea52f

%51.15
%38.02
%10.83

CMYK Percentages of Color #dea52f

%0
%26
%79
%13

Triadic Colors of #dea52f

#dea52f #2fdea5 #a52fde

Analogous Colors of #dea52f

#dea52f #c0de2f #de4e2f

Monochromatic Colors of #dea52f

#dea52f

Complementary Color

#dea52f #2f68de

#dea52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea52f Color CSS Codes

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

#dea52f Text Font Color

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

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


#dea52f Background Color

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

This div background color is #dea52f


#dea52f Border Color

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

This div border color is #dea52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea52f


Comments

No comments written yet.

Please login to write comment.