Color Hex Logo

#deb66f Color Hex

#DEB66F
(222,182,111)
0 Favorites   0 Comments

Color spaces of #deb66f

RGB 222182111
HSL0.110.630.65
HSV38°50°87°
CMYK 0.000.180.50   0.13
XYZ49.721450.133222.0950
Yxy50.13320.40770.4111
Hunter Lab70.80481.440031.0616
CIE-Lab76.15095.673941.3530

#deb66f color RGB value is (222,182,111).

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

The process color (four color CMYK) of #deb66f color hex is 0.00, 0.18, 0.50, 0.13. Web safe color of #deb66f is #cccc66. Color #deb66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01101111
Octal 336 266 157
Decimal 222 182 111
Hex DE B6 6F

RGB Percentages of Color #deb66f

%43.11
%35.34
%21.55

CMYK Percentages of Color #deb66f

%0
%18
%50
%13

Triadic Colors of #deb66f

#deb66f #6fdeb6 #b66fde

Analogous Colors of #deb66f

#deb66f #cfde6f #de7f6f

Monochromatic Colors of #deb66f

#deb66f

Complementary Color

#deb66f #6f97de

#deb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb66f Color CSS Codes

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

#deb66f Text Font Color

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

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


#deb66f Background Color

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

This div background color is #deb66f


#deb66f Border Color

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

This div border color is #deb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb66f


Comments

No comments written yet.

Please login to write comment.