Color Hex Logo

#deb664 Color Hex

#DEB664
(222,182,100)
0 Favorites   0 Comments

Color spaces of #deb664

RGB 222182100
HSL0.110.650.63
HSV40°55°87°
CMYK 0.000.180.55   0.13
XYZ49.152449.905619.0987
Yxy49.90560.41600.4224
Hunter Lab70.64390.569433.4216
CIE-Lab76.01134.733246.6849

#deb664 color RGB value is (222,182,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01100100
Octal 336 266 144
Decimal 222 182 100
Hex DE B6 64

RGB Percentages of Color #deb664

%44.05
%36.11
%19.84

CMYK Percentages of Color #deb664

%0
%18
%55
%13

Triadic Colors of #deb664

#deb664 #64deb6 #b664de

Analogous Colors of #deb664

#deb664 #c9de64 #de7964

Monochromatic Colors of #deb664

#deb664

Complementary Color

#deb664 #648cde

#deb664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb664 Color CSS Codes

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

#deb664 Text Font Color

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

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


#deb664 Background Color

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

This div background color is #deb664


#deb664 Border Color

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

This div border color is #deb664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb664


Comments

No comments written yet.

Please login to write comment.