Color Hex Logo

#deb51f Color Hex

#DEB51F
(222,181,31)
0 Favorites   0 Comments

Color spaces of #deb51f

RGB 22218131
HSL0.130.750.50
HSV47°86°87°
CMYK 0.000.180.86   0.13
XYZ46.895448.67638.2201
Yxy48.67630.45180.4690
Hunter Lab69.7684-2.114541.8523
CIE-Lab75.24951.777372.7984

#deb51f color RGB value is (222,181,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00011111
Octal 336 265 37
Decimal 222 181 31
Hex DE B5 1F

RGB Percentages of Color #deb51f

%51.15
%41.71
%7.14

CMYK Percentages of Color #deb51f

%0
%18
%86
%13

Triadic Colors of #deb51f

#deb51f #1fdeb5 #b51fde

Analogous Colors of #deb51f

#deb51f #a8de1f #de561f

Monochromatic Colors of #deb51f

#deb51f

Complementary Color

#deb51f #1f48de

#deb51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb51f Color CSS Codes

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

#deb51f Text Font Color

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

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


#deb51f Background Color

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

This div background color is #deb51f


#deb51f Border Color

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

This div border color is #deb51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb51f


Comments

No comments written yet.

Please login to write comment.