Color Hex Logo

#dea12c Color Hex

#DEA12C
(222,161,44)
0 Favorites   0 Comments

Color spaces of #dea12c

RGB 22216144
HSL0.110.730.52
HSV39°80°87°
CMYK 0.000.270.80   0.13
XYZ43.323741.20128.0521
Yxy41.20120.46800.4450
Hunter Lab64.18828.149037.4941
CIE-Lab70.316712.743164.8733

#dea12c color RGB value is (222,161,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00101100
Octal 336 241 54
Decimal 222 161 44
Hex DE A1 2C

RGB Percentages of Color #dea12c

%51.99
%37.70
%10.30

CMYK Percentages of Color #dea12c

%0
%27
%80
%13

Triadic Colors of #dea12c

#dea12c #2cdea1 #a12cde

Analogous Colors of #dea12c

#dea12c #c2de2c #de482c

Monochromatic Colors of #dea12c

#dea12c

Complementary Color

#dea12c #2c69de

#dea12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea12c Color CSS Codes

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

#dea12c Text Font Color

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

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


#dea12c Background Color

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

This div background color is #dea12c


#dea12c Border Color

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

This div border color is #dea12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea12c


Comments

No comments written yet.

Please login to write comment.