Color Hex Logo

#deb513 Color Hex

#DEB513
(222,181,19)
0 Favorites   0 Comments

Color spaces of #deb513

RGB 22218119
HSL0.130.840.47
HSV48°91°87°
CMYK 0.000.180.91   0.13
XYZ46.765648.62447.5367
Yxy48.62440.45440.4724
Hunter Lab69.7312-2.317642.4036
CIE-Lab75.21711.552375.1530

#deb513 color RGB value is (222,181,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00010011
Octal 336 265 23
Decimal 222 181 19
Hex DE B5 13

RGB Percentages of Color #deb513

%52.61
%42.89
%4.50

CMYK Percentages of Color #deb513

%0
%18
%91
%13

Triadic Colors of #deb513

#deb513 #13deb5 #b513de

Analogous Colors of #deb513

#deb513 #a2de13 #de4f13

Monochromatic Colors of #deb513

#deb513

Complementary Color

#deb513 #133cde

#deb513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb513 Color CSS Codes

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

#deb513 Text Font Color

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

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


#deb513 Background Color

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

This div background color is #deb513


#deb513 Border Color

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

This div border color is #deb513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb513


Comments

No comments written yet.

Please login to write comment.