#DEB195

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

Shades of Pancho #DEB195

Tints of Pancho #DEB195

Color information

#DEB195 (or 0xDEB195) is unknown color: approx Pancho. HEX triplet: DE, B1 and 95. RGB value is (222,177,149). Sum of RGB (Red+Green+Blue) = 222+177+149=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB195 is #214E6A. Grayscale: #BBBBBB. Windows color (decimal): -2182763 or 9810398. OLE color: 9810398.

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

Color convert

RGB222177149-
CMYK00.200.330.13
HSL23.01º52.52%72.75%-
HSV(B)23.01º32.88%87.06%-
XYZ51.2749.1435.22-
YUV187.26106.41152.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=40.51%
G=32.30%
B=27.19%

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
Decimal22217714900.200.330.1323.0152.5272.75
HexDEB19501421D173549
Octal33626122502441152765111
Binary1101111010110001100101010101001000011101101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB195; }

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

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

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

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

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

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

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

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