Color Hex Logo

#deb91e Color Hex

#DEB91E
(222,185,30)
0 Favorites   0 Comments

Color spaces of #deb91e

RGB 22218530
HSL0.130.760.49
HSV48°86°87°
CMYK 0.000.170.86   0.13
XYZ47.707550.32138.4268
Yxy50.32130.44810.4727
Hunter Lab70.9375-4.094342.6131
CIE-Lab76.2661-0.336773.8484

#deb91e color RGB value is (222,185,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00011110
Octal 336 271 36
Decimal 222 185 30
Hex DE B9 1E

RGB Percentages of Color #deb91e

%50.80
%42.33
%6.86

CMYK Percentages of Color #deb91e

%0
%17
%86
%13

Triadic Colors of #deb91e

#deb91e #1edeb9 #b91ede

Analogous Colors of #deb91e

#deb91e #a3de1e #de591e

Monochromatic Colors of #deb91e

#deb91e

Complementary Color

#deb91e #1e43de

#deb91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb91e Color CSS Codes

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

#deb91e Text Font Color

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

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


#deb91e Background Color

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

This div background color is #deb91e


#deb91e Border Color

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

This div border color is #deb91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb91e


Comments

No comments written yet.

Please login to write comment.