Color Hex Logo

#deb517 Color Hex

#DEB517
(222,181,23)
0 Favorites   0 Comments

Color spaces of #deb517

RGB 22218123
HSL0.130.810.48
HSV48°90°87°
CMYK 0.000.180.90   0.13
XYZ46.802748.63927.7321
Yxy48.63920.45360.4714
Hunter Lab69.7418-2.259442.2459
CIE-Lab75.22631.616874.4654

#deb517 color RGB value is (222,181,23).

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

The process color (four color CMYK) of #deb517 color hex is 0.00, 0.18, 0.90, 0.13. Web safe color of #deb517 is #cccc00. Color #deb517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00010111
Octal 336 265 27
Decimal 222 181 23
Hex DE B5 17

RGB Percentages of Color #deb517

%52.11
%42.49
%5.40

CMYK Percentages of Color #deb517

%0
%18
%90
%13

Triadic Colors of #deb517

#deb517 #17deb5 #b517de

Analogous Colors of #deb517

#deb517 #a4de17 #de5217

Monochromatic Colors of #deb517

#deb517

Complementary Color

#deb517 #1740de

#deb517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb517 Color CSS Codes

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

#deb517 Text Font Color

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

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


#deb517 Background Color

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

This div background color is #deb517


#deb517 Border Color

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

This div border color is #deb517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb517


Comments

No comments written yet.

Please login to write comment.