Color Hex Logo

#dea42f Color Hex

#DEA42F
(222,164,47)
0 Favorites   0 Comments

Color spaces of #dea42f

RGB 22216447
HSL0.110.730.53
HSV40°79°87°
CMYK 0.000.260.79   0.13
XYZ43.912842.28588.5368
Yxy42.28580.46350.4464
Hunter Lab65.02756.742137.7357
CIE-Lab71.067511.242964.5162

#dea42f color RGB value is (222,164,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 00101111
Octal 336 244 57
Decimal 222 164 47
Hex DE A4 2F

RGB Percentages of Color #dea42f

%51.27
%37.88
%10.85

CMYK Percentages of Color #dea42f

%0
%26
%79
%13

Triadic Colors of #dea42f

#dea42f #2fdea4 #a42fde

Analogous Colors of #dea42f

#dea42f #c1de2f #de4d2f

Monochromatic Colors of #dea42f

#dea42f

Complementary Color

#dea42f #2f69de

#dea42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea42f Color CSS Codes

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

#dea42f Text Font Color

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

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


#dea42f Background Color

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

This div background color is #dea42f


#dea42f Border Color

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

This div border color is #dea42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea42f


Comments

No comments written yet.

Please login to write comment.