Color Hex Logo

#deb92a Color Hex

#DEB92A
(222,185,42)
0 Favorites   0 Comments

Color spaces of #deb92a

RGB 22218542
HSL0.130.730.52
HSV48°81°87°
CMYK 0.000.170.81   0.13
XYZ47.891150.39479.3935
Yxy50.39470.44480.4680
Hunter Lab70.9892-3.810641.8470
CIE-Lab76.3109-0.020970.7838

#deb92a color RGB value is (222,185,42).

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

The process color (four color CMYK) of #deb92a color hex is 0.00, 0.17, 0.81, 0.13. Web safe color of #deb92a is #cccc33. Color #deb92a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00101010
Octal 336 271 52
Decimal 222 185 42
Hex DE B9 2A

RGB Percentages of Color #deb92a

%49.44
%41.20
%9.35

CMYK Percentages of Color #deb92a

%0
%17
%81
%13

Triadic Colors of #deb92a

#deb92a #2adeb9 #b92ade

Analogous Colors of #deb92a

#deb92a #a9de2a #de5f2a

Monochromatic Colors of #deb92a

#deb92a

Complementary Color

#deb92a #2a4fde

#deb92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb92a Color CSS Codes

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

#deb92a Text Font Color

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

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


#deb92a Background Color

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

This div background color is #deb92a


#deb92a Border Color

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

This div border color is #deb92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb92a


Comments

No comments written yet.

Please login to write comment.