#DEB596

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

Shades of Pancho #DEB596

Tints of Pancho #DEB596

Color information

#DEB596 (or 0xDEB596) is unknown color: approx Pancho. HEX triplet: DE, B5 and 96. RGB value is (222,181,150). Sum of RGB (Red+Green+Blue) = 222+181+150=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB596 is #214A69. Grayscale: #BDBDBD. Windows color (decimal): -2181738 or 9876958. OLE color: 9876958.

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

Color convert

RGB222181150-
CMYK00.180.320.13
HSL25.83º52.17%72.94%-
HSV(B)25.83º32.43%87.06%-
XYZ52.1550.7835.91-
YUV189.72105.58151.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=40.14%
G=32.73%
B=27.12%

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
Decimal22218115000.180.320.1325.8352.1772.94
HexDEB59601220D1a3449
Octal33626522602240153264111
Binary1101111010110101100101100100101000001101110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB596; }

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

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

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

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

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

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

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

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