#DEB094

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

Shades of Pancho #DEB094

Tints of Pancho #DEB094

Color information

#DEB094 (or 0xDEB094) is unknown color: approx Pancho. HEX triplet: DE, B0 and 94. RGB value is (222,176,148). Sum of RGB (Red+Green+Blue) = 222+176+148=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB094 is #214F6B. Grayscale: #BABABA. Windows color (decimal): -2183020 or 9744606. OLE color: 9744606.

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

Color convert

RGB222176148-
CMYK00.210.330.13
HSL22.7º52.86%72.55%-
HSV(B)22.7º33.33%87.06%-
XYZ50.9948.7234.73-
YUV186.56106.24153.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=40.66%
G=32.23%
B=27.11%

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
Decimal22217614800.210.330.1322.752.8672.55
HexDEB09401521D173549
Octal33626022402541152765111
Binary1101111010110000100101000101011000011101101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB094; }

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

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

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

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

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

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

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

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