Color Hex Logo

#dea32c Color Hex

#DEA32C
(222,163,44)
0 Favorites   0 Comments

Color spaces of #dea32c

RGB 22216344
HSL0.110.730.52
HSV40°80°87°
CMYK 0.000.270.80   0.13
XYZ43.676041.90588.1695
Yxy41.90580.46590.4470
Hunter Lab64.73477.146937.8319
CIE-Lab70.805911.674465.3108

#dea32c color RGB value is (222,163,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 00101100
Octal 336 243 54
Decimal 222 163 44
Hex DE A3 2C

RGB Percentages of Color #dea32c

%51.75
%38.00
%10.26

CMYK Percentages of Color #dea32c

%0
%27
%80
%13

Triadic Colors of #dea32c

#dea32c #2cdea3 #a32cde

Analogous Colors of #dea32c

#dea32c #c0de2c #de4a2c

Monochromatic Colors of #dea32c

#dea32c

Complementary Color

#dea32c #2c67de

#dea32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea32c Color CSS Codes

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

#dea32c Text Font Color

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

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


#dea32c Background Color

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

This div background color is #dea32c


#dea32c Border Color

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

This div border color is #dea32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea32c


Comments

No comments written yet.

Please login to write comment.