Color Hex Logo

#dea32f Color Hex

#DEA32F
(222,163,47)
0 Favorites   0 Comments

Color spaces of #dea32f

RGB 22216347
HSL0.110.730.53
HSV40°79°87°
CMYK 0.000.270.79   0.13
XYZ43.734541.92928.4774
Yxy41.92920.46460.4454
Hunter Lab64.75287.242937.5647
CIE-Lab70.822111.776964.2920

#dea32f color RGB value is (222,163,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 00101111
Octal 336 243 57
Decimal 222 163 47
Hex DE A3 2F

RGB Percentages of Color #dea32f

%51.39
%37.73
%10.88

CMYK Percentages of Color #dea32f

%0
%27
%79
%13

Triadic Colors of #dea32f

#dea32f #2fdea3 #a32fde

Analogous Colors of #dea32f

#dea32f #c2de2f #de4b2f

Monochromatic Colors of #dea32f

#dea32f

Complementary Color

#dea32f #2f6ade

#dea32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea32f Color CSS Codes

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

#dea32f Text Font Color

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

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


#dea32f Background Color

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

This div background color is #dea32f


#dea32f Border Color

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

This div border color is #dea32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea32f


Comments

No comments written yet.

Please login to write comment.