Color Hex Logo

#deb515 Color Hex

#DEB515
(222,181,21)
0 Favorites   0 Comments

Color spaces of #deb515

RGB 22218121
HSL0.130.830.48
HSV48°91°87°
CMYK 0.000.180.91   0.13
XYZ46.783448.63157.6305
Yxy48.63150.45400.4719
Hunter Lab69.7363-2.289742.3279
CIE-Lab75.22151.583374.8214

#deb515 color RGB value is (222,181,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00010101
Octal 336 265 25
Decimal 222 181 21
Hex DE B5 15

RGB Percentages of Color #deb515

%52.36
%42.69
%4.95

CMYK Percentages of Color #deb515

%0
%18
%91
%13

Triadic Colors of #deb515

#deb515 #15deb5 #b515de

Analogous Colors of #deb515

#deb515 #a3de15 #de5115

Monochromatic Colors of #deb515

#deb515

Complementary Color

#deb515 #153ede

#deb515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb515 Color CSS Codes

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

#deb515 Text Font Color

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

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


#deb515 Background Color

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

This div background color is #deb515


#deb515 Border Color

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

This div border color is #deb515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb515


Comments

No comments written yet.

Please login to write comment.