Color Hex Logo

#deb520 Color Hex

#DEB520
(222,181,32)
0 Favorites   0 Comments

Color spaces of #deb520

RGB 22218132
HSL0.130.750.50
HSV47°86°87°
CMYK 0.000.180.86   0.13
XYZ46.908848.68168.2906
Yxy48.68160.45160.4686
Hunter Lab69.7722-2.093441.7955
CIE-Lab75.25281.800772.5631

#deb520 color RGB value is (222,181,32).

#deb520 hex color red value is 222, green value is 181 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #deb520 hue: 0.13 , saturation: 0.75 and the lightness value of deb520 is 0.50.

The process color (four color CMYK) of #deb520 color hex is 0.00, 0.18, 0.86, 0.13. Web safe color of #deb520 is #cccc33. Color #deb520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00100000
Octal 336 265 40
Decimal 222 181 32
Hex DE B5 20

RGB Percentages of Color #deb520

%51.03
%41.61
%7.36

CMYK Percentages of Color #deb520

%0
%18
%86
%13

Triadic Colors of #deb520

#deb520 #20deb5 #b520de

Analogous Colors of #deb520

#deb520 #a8de20 #de5620

Monochromatic Colors of #deb520

#deb520

Complementary Color

#deb520 #2049de

#deb520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb520 Color CSS Codes

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

#deb520 Text Font Color

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

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


#deb520 Background Color

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

This div background color is #deb520


#deb520 Border Color

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

This div border color is #deb520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb520


Comments

No comments written yet.

Please login to write comment.