#deb595

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

Shades of Pancho #DEB595

Tints of Pancho #DEB595

Color information

#DEB595 (or 0xDEB595) is unknown color: approx Pancho. HEX triplet: DE, B5 and 95. RGB value is (222,181,149). Sum of RGB (Red+Green+Blue) = 222+181+149=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB595 is #214A6A. Grayscale: #BDBDBD. Windows color (decimal): -2181739 or 9811422. OLE color: 9811422.

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

Color convert

RGB222181149-
CMYK00.180.330.13
HSL26.3º52.52%72.75%-
HSV(B)26.3º32.88%87.06%-
XYZ52.0750.7535.48-
YUV189.61105.08151.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=40.22%
G=32.79%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218114900.180.330.1326.352.5272.75
HexDEB59501221D1a3549
Octal33626522502241153265111
Binary1101111010110101100101010100101000011101110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb595; }

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

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

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

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

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

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

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

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