#DEB59A

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

Shades of Pancho #DEB59A

Tints of Pancho #DEB59A

Color information

#DEB59A (or 0xDEB59A) is unknown color: approx Pancho. HEX triplet: DE, B5 and 9A. RGB value is (222,181,154). Sum of RGB (Red+Green+Blue) = 222+181+154=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB59A is #214A65. Grayscale: #BEBEBE. Windows color (decimal): -2181734 or 10139102. OLE color: 10139102.

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

Color convert

RGB222181154-
CMYK00.180.310.13
HSL23.82º50.75%73.73%-
HSV(B)23.82º30.63%87.06%-
XYZ52.4850.9137.63-
YUV190.18107.58150.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=39.86%
G=32.50%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218115400.180.310.1323.8250.7573.73
HexDEB59A0121FD18334a
Octal33626523202237153063112
Binary110111101011010110011010010010111111101110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB59A; }

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

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

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

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

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

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

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

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