Color Hex Logo

#deb35f Color Hex

#DEB35F
(222,179,95)
0 Favorites   0 Comments

Color spaces of #deb35f

RGB 22217995
HSL0.110.660.62
HSV40°57°87°
CMYK 0.000.190.57   0.13
XYZ48.309948.596017.6602
Yxy48.59600.42170.4242
Hunter Lab69.71081.707333.7773
CIE-Lab75.19935.926848.1694

#deb35f color RGB value is (222,179,95).

#deb35f hex color red value is 222, green value is 179 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #deb35f hue: 0.11 , saturation: 0.66 and the lightness value of deb35f is 0.62.

The process color (four color CMYK) of #deb35f color hex is 0.00, 0.19, 0.57, 0.13. Web safe color of #deb35f is #cccc66. Color #deb35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 01011111
Octal 336 263 137
Decimal 222 179 95
Hex DE B3 5F

RGB Percentages of Color #deb35f

%44.76
%36.09
%19.15

CMYK Percentages of Color #deb35f

%0
%19
%57
%13

Triadic Colors of #deb35f

#deb35f #5fdeb3 #b35fde

Analogous Colors of #deb35f

#deb35f #cade5f #de745f

Monochromatic Colors of #deb35f

#deb35f

Complementary Color

#deb35f #5f8ade

#deb35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb35f Color CSS Codes

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

#deb35f Text Font Color

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

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


#deb35f Background Color

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

This div background color is #deb35f


#deb35f Border Color

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

This div border color is #deb35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb35f


Comments

No comments written yet.

Please login to write comment.