Color Hex Logo

#dea62c Color Hex

#DEA62C
(222,166,44)
0 Favorites   0 Comments

Color spaces of #dea62c

RGB 22216644
HSL0.110.730.52
HSV41°80°87°
CMYK 0.000.250.80   0.13
XYZ44.215042.98398.3492
Yxy42.98390.46280.4499
Hunter Lab65.56215.646538.3430
CIE-Lab71.544010.073565.9694

#dea62c color RGB value is (222,166,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 00101100
Octal 336 246 54
Decimal 222 166 44
Hex DE A6 2C

RGB Percentages of Color #dea62c

%51.39
%38.43
%10.19

CMYK Percentages of Color #dea62c

%0
%25
%80
%13

Triadic Colors of #dea62c

#dea62c #2cdea6 #a62cde

Analogous Colors of #dea62c

#dea62c #bdde2c #de4d2c

Monochromatic Colors of #dea62c

#dea62c

Complementary Color

#dea62c #2c64de

#dea62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea62c Color CSS Codes

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

#dea62c Text Font Color

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

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


#dea62c Background Color

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

This div background color is #dea62c


#dea62c Border Color

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

This div border color is #dea62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea62c


Comments

No comments written yet.

Please login to write comment.