#DEB293

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

Shades of Pancho #DEB293

Tints of Pancho #DEB293

Color information

#DEB293 (or 0xDEB293) is unknown color: approx Pancho. HEX triplet: DE, B2 and 93. RGB value is (222,178,147). Sum of RGB (Red+Green+Blue) = 222+178+147=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB293 is #214D6C. Grayscale: #BBBBBB. Windows color (decimal): -2182509 or 9679582. OLE color: 9679582.

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

Color convert

RGB222178147-
CMYK00.200.340.13
HSL24.8º53.19%72.35%-
HSV(B)24.8º33.78%87.06%-
XYZ51.3149.4834.45-
YUV187.62105.08152.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=40.59%
G=32.54%
B=26.87%

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
Decimal22217814700.200.340.1324.853.1972.35
HexDEB29301422D193548
Octal33626222302442153165110
Binary1101111010110010100100110101001000101101110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB293; }

 p { color: rgb(222,178,147); }

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

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

 a { background-color: rgb(222,178,147); }

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

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

 span { border-color: rgb(222,178,147); }

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