Color Hex Logo

#deb41e Color Hex

#DEB41E
(222,180,30)
0 Favorites   0 Comments

Color spaces of #deb41e

RGB 22218030
HSL0.130.760.49
HSV47°86°87°
CMYK 0.000.190.86   0.13
XYZ46.679848.26588.0842
Yxy48.26580.45310.4685
Hunter Lab69.4736-1.643441.7323
CIE-Lab74.99232.279772.8233

#deb41e color RGB value is (222,180,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 00011110
Octal 336 264 36
Decimal 222 180 30
Hex DE B4 1E

RGB Percentages of Color #deb41e

%51.39
%41.67
%6.94

CMYK Percentages of Color #deb41e

%0
%19
%86
%13

Triadic Colors of #deb41e

#deb41e #1edeb4 #b41ede

Analogous Colors of #deb41e

#deb41e #a8de1e #de541e

Monochromatic Colors of #deb41e

#deb41e

Complementary Color

#deb41e #1e48de

#deb41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb41e Color CSS Codes

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

#deb41e Text Font Color

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

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


#deb41e Background Color

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

This div background color is #deb41e


#deb41e Border Color

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

This div border color is #deb41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb41e


Comments

No comments written yet.

Please login to write comment.