#DEB795

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

Shades of Pancho #DEB795

Tints of Pancho #DEB795

Color information

#DEB795 (or 0xDEB795) is unknown color: approx Pancho. HEX triplet: DE, B7 and 95. RGB value is (222,183,149). Sum of RGB (Red+Green+Blue) = 222+183+149=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB795 is #21486A. Grayscale: #BEBEBE. Windows color (decimal): -2181227 or 9811934. OLE color: 9811934.

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

Color convert

RGB222183149-
CMYK00.180.330.13
HSL27.95º52.52%72.75%-
HSV(B)27.95º32.88%87.06%-
XYZ52.4851.5735.62-
YUV190.78104.42150.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=40.07%
G=33.03%
B=26.90%

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
Decimal22218314900.180.330.1327.9552.5272.75
HexDEB79501221D1c3549
Octal33626722502241153465111
Binary1101111010110111100101010100101000011101111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB795; }

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

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

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

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

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

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

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

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