Color Hex Logo

#deb510 Color Hex

#DEB510
(222,181,16)
0 Favorites   0 Comments

Color spaces of #deb510

RGB 22218116
HSL0.130.870.47
HSV48°93°87°
CMYK 0.000.180.93   0.13
XYZ46.741648.61487.4103
Yxy48.61480.45480.4731
Hunter Lab69.7243-2.355242.5057
CIE-Lab75.21111.510775.6044

#deb510 color RGB value is (222,181,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00010000
Octal 336 265 20
Decimal 222 181 16
Hex DE B5 10

RGB Percentages of Color #deb510

%52.98
%43.20
%3.82

CMYK Percentages of Color #deb510

%0
%18
%93
%13

Triadic Colors of #deb510

#deb510 #10deb5 #b510de

Analogous Colors of #deb510

#deb510 #a0de10 #de4e10

Monochromatic Colors of #deb510

#deb510

Complementary Color

#deb510 #1039de

#deb510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb510 Color CSS Codes

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

#deb510 Text Font Color

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

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


#deb510 Background Color

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

This div background color is #deb510


#deb510 Border Color

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

This div border color is #deb510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb510


Comments

No comments written yet.

Please login to write comment.