Color Hex Logo

#deb159 Color Hex

#DEB159
(222,177,89)
0 Favorites   0 Comments

Color spaces of #deb159

RGB 22217789
HSL0.110.670.61
HSV40°60°87°
CMYK 0.000.200.60   0.13
XYZ47.649547.695116.1459
Yxy47.69510.42740.4278
Hunter Lab69.06162.299334.4818
CIE-Lab74.63226.544650.4027

#deb159 color RGB value is (222,177,89).

#deb159 hex color red value is 222, green value is 177 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #deb159 hue: 0.11 , saturation: 0.67 and the lightness value of deb159 is 0.61.

The process color (four color CMYK) of #deb159 color hex is 0.00, 0.20, 0.60, 0.13. Web safe color of #deb159 is #cc9966. Color #deb159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01011001
Octal 336 261 131
Decimal 222 177 89
Hex DE B1 59

RGB Percentages of Color #deb159

%45.49
%36.27
%18.24

CMYK Percentages of Color #deb159

%0
%20
%60
%13

Triadic Colors of #deb159

#deb159 #59deb1 #b159de

Analogous Colors of #deb159

#deb159 #c9de59 #de6f59

Monochromatic Colors of #deb159

#deb159

Complementary Color

#deb159 #5986de

#deb159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb159 Color CSS Codes

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

#deb159 Text Font Color

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

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


#deb159 Background Color

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

This div background color is #deb159


#deb159 Border Color

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

This div border color is #deb159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb159


Comments

No comments written yet.

Please login to write comment.