Color Hex Logo

#deb31a Color Hex

#DEB31A
(222,179,26)
0 Favorites   0 Comments

Color spaces of #deb31a

RGB 22217926
HSL0.130.790.49
HSV47°88°87°
CMYK 0.000.190.88   0.13
XYZ46.430847.84447.7650
Yxy47.84440.45500.4689
Hunter Lab69.1696-1.227041.7628
CIE-Lab74.72672.721873.4866

#deb31a color RGB value is (222,179,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 00011010
Octal 336 263 32
Decimal 222 179 26
Hex DE B3 1A

RGB Percentages of Color #deb31a

%51.99
%41.92
%6.09

CMYK Percentages of Color #deb31a

%0
%19
%88
%13

Triadic Colors of #deb31a

#deb31a #1adeb3 #b31ade

Analogous Colors of #deb31a

#deb31a #a7de1a #de511a

Monochromatic Colors of #deb31a

#deb31a

Complementary Color

#deb31a #1a45de

#deb31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb31a Color CSS Codes

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

#deb31a Text Font Color

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

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


#deb31a Background Color

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

This div background color is #deb31a


#deb31a Border Color

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

This div border color is #deb31a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,179,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 #deb31a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb31a


Comments

No comments written yet.

Please login to write comment.