#DEB194

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

Shades of Pancho #DEB194

Tints of Pancho #DEB194

Color information

#DEB194 (or 0xDEB194) is unknown color: approx Pancho. HEX triplet: DE, B1 and 94. RGB value is (222,177,148). Sum of RGB (Red+Green+Blue) = 222+177+148=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB194 is #214E6B. Grayscale: #BBBBBB. Windows color (decimal): -2182764 or 9744862. OLE color: 9744862.

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

Color convert

RGB222177148-
CMYK00.200.330.13
HSL23.51º52.86%72.55%-
HSV(B)23.51º33.33%87.06%-
XYZ51.1949.1134.8-
YUV187.15105.91152.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=40.59%
G=32.36%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217714800.200.330.1323.5152.8672.55
HexDEB19401421D183549
Octal33626122402441153065111
Binary1101111010110001100101000101001000011101110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB194; }

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

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

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

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

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

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

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

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