Color Hex Logo

#deb16f Color Hex

#DEB16F
(222,177,111)
0 Favorites   0 Comments

Color spaces of #deb16f

RGB 222177111
HSL0.100.630.65
HSV36°50°87°
CMYK 0.000.200.50   0.13
XYZ48.715648.121621.7597
Yxy48.12160.41080.4058
Hunter Lab69.36973.956429.9609
CIE-Lab74.90168.324139.7964

#deb16f color RGB value is (222,177,111).

#deb16f hex color red value is 222, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #deb16f hue: 0.10 , saturation: 0.63 and the lightness value of deb16f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01101111
Octal 336 261 157
Decimal 222 177 111
Hex DE B1 6F

RGB Percentages of Color #deb16f

%43.53
%34.71
%21.76

CMYK Percentages of Color #deb16f

%0
%20
%50
%13

Triadic Colors of #deb16f

#deb16f #6fdeb1 #b16fde

Analogous Colors of #deb16f

#deb16f #d4de6f #de7a6f

Monochromatic Colors of #deb16f

#deb16f

Complementary Color

#deb16f #6f9cde

#deb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb16f Color CSS Codes

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

#deb16f Text Font Color

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

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


#deb16f Background Color

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

This div background color is #deb16f


#deb16f Border Color

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

This div border color is #deb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb16f


Comments

No comments written yet.

Please login to write comment.