Color Hex Logo

#deb92c Color Hex

#DEB92C
(222,185,44)
0 Favorites   0 Comments

Color spaces of #deb92c

RGB 22218544
HSL0.130.730.52
HSV48°80°87°
CMYK 0.000.170.80   0.13
XYZ47.927850.40949.5868
Yxy50.40940.44410.4671
Hunter Lab70.9996-3.754041.6940
CIE-Lab76.31990.042070.1972

#deb92c color RGB value is (222,185,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00101100
Octal 336 271 54
Decimal 222 185 44
Hex DE B9 2C

RGB Percentages of Color #deb92c

%49.22
%41.02
%9.76

CMYK Percentages of Color #deb92c

%0
%17
%80
%13

Triadic Colors of #deb92c

#deb92c #2cdeb9 #b92cde

Analogous Colors of #deb92c

#deb92c #aade2c #de602c

Monochromatic Colors of #deb92c

#deb92c

Complementary Color

#deb92c #2c51de

#deb92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb92c Color CSS Codes

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

#deb92c Text Font Color

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

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


#deb92c Background Color

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

This div background color is #deb92c


#deb92c Border Color

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

This div border color is #deb92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb92c


Comments

No comments written yet.

Please login to write comment.