Color Hex Logo

#deb12a Color Hex

#DEB12A
(222,177,42)
0 Favorites   0 Comments

Color spaces of #deb12a

RGB 22217742
HSL0.130.730.52
HSV45°81°87°
CMYK 0.000.200.81   0.13
XYZ46.264347.14108.8512
Yxy47.14100.45240.4610
Hunter Lab68.65930.123840.4182
CIE-Lab74.27994.176469.0165

#deb12a color RGB value is (222,177,42).

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

The process color (four color CMYK) of #deb12a color hex is 0.00, 0.20, 0.81, 0.13. Web safe color of #deb12a is #cc9933. Color #deb12a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 00101010
Octal 336 261 52
Decimal 222 177 42
Hex DE B1 2A

RGB Percentages of Color #deb12a

%50.34
%40.14
%9.52

CMYK Percentages of Color #deb12a

%0
%20
%81
%13

Triadic Colors of #deb12a

#deb12a #2adeb1 #b12ade

Analogous Colors of #deb12a

#deb12a #b1de2a #de572a

Monochromatic Colors of #deb12a

#deb12a

Complementary Color

#deb12a #2a57de

#deb12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb12a Color CSS Codes

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

#deb12a Text Font Color

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

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


#deb12a Background Color

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

This div background color is #deb12a


#deb12a Border Color

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

This div border color is #deb12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb12a


Comments

No comments written yet.

Please login to write comment.