Color Hex Logo

#deb61e Color Hex

#DEB61E
(222,182,30)
0 Favorites   0 Comments

Color spaces of #deb61e

RGB 22218230
HSL0.130.760.49
HSV48°86°87°
CMYK 0.000.180.86   0.13
XYZ47.086549.07928.2198
Yxy49.07920.45110.4702
Hunter Lab70.0565-2.625342.0830
CIE-Lab75.50061.231173.2323

#deb61e color RGB value is (222,182,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00011110
Octal 336 266 36
Decimal 222 182 30
Hex DE B6 1E

RGB Percentages of Color #deb61e

%51.15
%41.94
%6.91

CMYK Percentages of Color #deb61e

%0
%18
%86
%13

Triadic Colors of #deb61e

#deb61e #1edeb6 #b61ede

Analogous Colors of #deb61e

#deb61e #a6de1e #de561e

Monochromatic Colors of #deb61e

#deb61e

Complementary Color

#deb61e #1e46de

#deb61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb61e Color CSS Codes

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

#deb61e Text Font Color

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

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


#deb61e Background Color

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

This div background color is #deb61e


#deb61e Border Color

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

This div border color is #deb61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb61e


Comments

No comments written yet.

Please login to write comment.