#DEBE97

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

Shades of Pancho #DEBE97

Tints of Pancho #DEBE97

Color information

#DEBE97 (or 0xDEBE97) is unknown color: approx Pancho. HEX triplet: DE, BE and 97. RGB value is (222,190,151). Sum of RGB (Red+Green+Blue) = 222+190+151=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE97 is #214168. Grayscale: #C3C3C3. Windows color (decimal): -2179433 or 9944798. OLE color: 9944798.

HSL color Cylindrical-coordinate representation of color #DEBE97: hue angle of 32.96º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEBE97 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222190151-
CMYK00.140.320.13
HSL32.96º51.82%73.14%-
HSV(B)32.96º31.98%87.06%-
XYZ54.1254.5936.96-
YUV195.12103.1147.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=39.43%
G=33.75%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219015100.140.320.1332.9651.8273.14
HexDEBE970E20D213449
Octal33627622701640154164111
Binary1101111010111110100101110111010000011011000011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE97; }

 p { color: rgb(222,190,151); }

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

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

 a { background-color: rgb(222,190,151); }

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

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

 span { border-color: rgb(222,190,151); }

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