#DEB095

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

Shades of Pancho #DEB095

Tints of Pancho #DEB095

Color information

#DEB095 (or 0xDEB095) is unknown color: approx Pancho. HEX triplet: DE, B0 and 95. RGB value is (222,176,149). Sum of RGB (Red+Green+Blue) = 222+176+149=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB095 is #214F6A. Grayscale: #BABABA. Windows color (decimal): -2183019 or 9810142. OLE color: 9810142.

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

Color convert

RGB222176149-
CMYK00.210.330.13
HSL22.19º52.52%72.75%-
HSV(B)22.19º32.88%87.06%-
XYZ51.0748.7535.15-
YUV186.68106.74153.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=40.59%
G=32.18%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217614900.210.330.1322.1952.5272.75
HexDEB09501521D163549
Octal33626022502541152665111
Binary1101111010110000100101010101011000011101101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB095; }

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

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

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

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

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

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

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

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