Color Hex Logo

#deb51a Color Hex

#DEB51A
(222,181,26)
0 Favorites   0 Comments

Color spaces of #deb51a

RGB 22218126
HSL0.130.790.49
HSV47°88°87°
CMYK 0.000.180.88   0.13
XYZ46.834548.65197.8996
Yxy48.65190.45300.4706
Hunter Lab69.7509-2.209642.1108
CIE-Lab75.23431.672073.8853

#deb51a color RGB value is (222,181,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 00011010
Octal 336 265 32
Decimal 222 181 26
Hex DE B5 1A

RGB Percentages of Color #deb51a

%51.75
%42.19
%6.06

CMYK Percentages of Color #deb51a

%0
%18
%88
%13

Triadic Colors of #deb51a

#deb51a #1adeb5 #b51ade

Analogous Colors of #deb51a

#deb51a #a5de1a #de531a

Monochromatic Colors of #deb51a

#deb51a

Complementary Color

#deb51a #1a43de

#deb51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb51a Color CSS Codes

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

#deb51a Text Font Color

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

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


#deb51a Background Color

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

This div background color is #deb51a


#deb51a Border Color

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

This div border color is #deb51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb51a


Comments

No comments written yet.

Please login to write comment.