#DEB096

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

Shades of Pancho #DEB096

Tints of Pancho #DEB096

Color information

#DEB096 (or 0xDEB096) is unknown color: approx Pancho. HEX triplet: DE, B0 and 96. RGB value is (222,176,150). Sum of RGB (Red+Green+Blue) = 222+176+150=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB096 is #214F69. Grayscale: #BABABA. Windows color (decimal): -2183018 or 9875678. OLE color: 9875678.

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

Color convert

RGB222176150-
CMYK00.210.320.13
HSL21.67º52.17%72.94%-
HSV(B)21.67º32.43%87.06%-
XYZ51.1548.7835.57-
YUV186.79107.24153.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=40.51%
G=32.12%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217615000.210.320.1321.6752.1772.94
HexDEB09601520D163449
Octal33626022602540152664111
Binary1101111010110000100101100101011000001101101101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB096; }

 p { color: rgb(222,176,150); }

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

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

 a { background-color: rgb(222,176,150); }

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

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

 span { border-color: rgb(222,176,150); }

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