Color Hex Logo

#deb617 Color Hex

#DEB617
(222,182,23)
0 Favorites   0 Comments

Color spaces of #deb617

RGB 22218223
HSL0.130.810.48
HSV48°90°87°
CMYK 0.000.180.90   0.13
XYZ47.006849.04747.8002
Yxy49.04740.45260.4723
Hunter Lab70.0338-2.749842.4201
CIE-Lab75.48081.092974.6617

#deb617 color RGB value is (222,182,23).

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

The process color (four color CMYK) of #deb617 color hex is 0.00, 0.18, 0.90, 0.13. Web safe color of #deb617 is #cccc00. Color #deb617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00010111
Octal 336 266 27
Decimal 222 182 23
Hex DE B6 17

RGB Percentages of Color #deb617

%51.99
%42.62
%5.39

CMYK Percentages of Color #deb617

%0
%18
%90
%13

Triadic Colors of #deb617

#deb617 #17deb6 #b617de

Analogous Colors of #deb617

#deb617 #a3de17 #de5317

Monochromatic Colors of #deb617

#deb617

Complementary Color

#deb617 #173fde

#deb617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb617 Color CSS Codes

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

#deb617 Text Font Color

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

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


#deb617 Background Color

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

This div background color is #deb617


#deb617 Border Color

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

This div border color is #deb617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb617


Comments

No comments written yet.

Please login to write comment.