#DEB697

Color #DEB697 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DEB697

Tints of Pancho #DEB697

Color information

#DEB697 (or 0xDEB697) is unknown color: approx Pancho. HEX triplet: DE, B6 and 97. RGB value is (222,182,151). Sum of RGB (Red+Green+Blue) = 222+182+151=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB697 is #214968. Grayscale: #BEBEBE. Windows color (decimal): -2181481 or 9942750. OLE color: 9942750.

HSL color Cylindrical-coordinate representation of color #DEB697: hue angle of 26.2º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEB697 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222182151-
CMYK00.180.320.13
HSL26.2º51.82%73.14%-
HSV(B)26.2º31.98%87.06%-
XYZ52.4451.2236.4-
YUV190.43105.75150.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=40%
G=32.79%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218215100.180.320.1326.251.8273.14
HexDEB69701220D1a3449
Octal33626622702240153264111
Binary1101111010110110100101110100101000001101110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB697; }

 p { color: rgb(222,182,151); }

 H1.HeaderClassName
 {
   color: #DEB697;
 }
 .AnyTagClassName
 {
   color: #DEB697;
 }
</style>
background-color css

<style>
 a { background-color: #DEB697; }

 a { background-color: rgb(222,182,151); }

 div.DivClassName
 {
   background-color: #DEB697;
 }
 .BgClassName
 {
   background-color: #DEB697;
 }
</style>
border-color css

<style>
 span { border-color: #DEB697; }

 span { border-color: rgb(222,182,151); }

 td.TdClassName
 {
   border-color: #DEB697;
 }
 .TagClassName
 {
   border-color: #DEB697;
 }
</style>