Color Hex Logo

#deb663 Color Hex

#DEB663
(222,182,99)
0 Favorites   0 Comments

Color spaces of #deb663

RGB 22218299
HSL0.110.650.63
HSV40°55°87°
CMYK 0.000.180.55   0.13
XYZ49.104349.886318.8453
Yxy49.88630.41670.4234
Hunter Lab70.63020.495833.6216
CIE-Lab75.99944.653347.1618

#deb663 color RGB value is (222,182,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01100011
Octal 336 266 143
Decimal 222 182 99
Hex DE B6 63

RGB Percentages of Color #deb663

%44.14
%36.18
%19.68

CMYK Percentages of Color #deb663

%0
%18
%55
%13

Triadic Colors of #deb663

#deb663 #63deb6 #b663de

Analogous Colors of #deb663

#deb663 #c9de63 #de7963

Monochromatic Colors of #deb663

#deb663

Complementary Color

#deb663 #638bde

#deb663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb663 Color CSS Codes

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

#deb663 Text Font Color

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

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


#deb663 Background Color

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

This div background color is #deb663


#deb663 Border Color

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

This div border color is #deb663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb663


Comments

No comments written yet.

Please login to write comment.