#DEB192

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

Shades of Pancho #DEB192

Tints of Pancho #DEB192

Color information

#DEB192 (or 0xDEB192) is unknown color: approx Pancho. HEX triplet: DE, B1 and 92. RGB value is (222,177,146). Sum of RGB (Red+Green+Blue) = 222+177+146=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB192 is #214E6D. Grayscale: #BBBBBB. Windows color (decimal): -2182766 or 9613790. OLE color: 9613790.

HSL color Cylindrical-coordinate representation of color #DEB192: hue angle of 24.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEB192 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222177146-
CMYK00.200.340.13
HSL24.47º53.52%72.16%-
HSV(B)24.47º34.23%87.06%-
XYZ51.0349.0533.97-
YUV186.92104.91153.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=40.73%
G=32.48%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217714600.200.340.1324.4753.5272.16
HexDEB19201422D183648
Octal33626122202442153066110
Binary1101111010110001100100100101001000101101110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB192; }

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

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

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

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

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

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

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

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