#DEB197

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

Shades of Pancho #DEB197

Tints of Pancho #DEB197

Color information

#DEB197 (or 0xDEB197) is unknown color: approx Pancho. HEX triplet: DE, B1 and 97. RGB value is (222,177,151). Sum of RGB (Red+Green+Blue) = 222+177+151=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB197 is #214E68. Grayscale: #BBBBBB. Windows color (decimal): -2182761 or 9941470. OLE color: 9941470.

HSL color Cylindrical-coordinate representation of color #DEB197: hue angle of 21.97º 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 #DEB197 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222177151-
CMYK00.200.320.13
HSL21.97º51.82%73.14%-
HSV(B)21.97º31.98%87.06%-
XYZ51.4349.2136.07-
YUV187.49107.41152.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=40.36%
G=32.18%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217715100.200.320.1321.9751.8273.14
HexDEB19701420D163449
Octal33626122702440152664111
Binary1101111010110001100101110101001000001101101101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB197; }

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

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

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

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

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

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

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

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