Color Hex Logo

#deb20a Color Hex

#DEB20A
(222,178,10)
0 Favorites   0 Comments

Color spaces of #deb20a

RGB 22217810
HSL0.130.910.45
HSV48°95°87°
CMYK 0.000.200.95   0.13
XYZ46.099447.39237.0051
Yxy47.39230.45870.4716
Hunter Lab68.8421-0.942942.1563
CIE-Lab74.44003.018375.7913

#deb20a color RGB value is (222,178,10).

#deb20a hex color red value is 222, green value is 178 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #deb20a hue: 0.13 , saturation: 0.91 and the lightness value of deb20a is 0.45.

The process color (four color CMYK) of #deb20a color hex is 0.00, 0.20, 0.95, 0.13. Web safe color of #deb20a is #cc9900. Color #deb20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 00001010
Octal 336 262 12
Decimal 222 178 10
Hex DE B2 A

RGB Percentages of Color #deb20a

%54.15
%43.41
%2.44

CMYK Percentages of Color #deb20a

%0
%20
%95
%13

Triadic Colors of #deb20a

#deb20a #0adeb2 #b20ade

Analogous Colors of #deb20a

#deb20a #a0de0a #de480a

Monochromatic Colors of #deb20a

#deb20a

Complementary Color

#deb20a #0a36de

#deb20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb20a Color CSS Codes

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

#deb20a Text Font Color

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

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


#deb20a Background Color

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

This div background color is #deb20a


#deb20a Border Color

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

This div border color is #deb20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb20a


Comments

No comments written yet.

Please login to write comment.