#DEBD97

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

Shades of Pancho #DEBD97

Tints of Pancho #DEBD97

Color information

#DEBD97 (or 0xDEBD97) is unknown color: approx Pancho. HEX triplet: DE, BD and 97. RGB value is (222,189,151). Sum of RGB (Red+Green+Blue) = 222+189+151=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD97 is #214268. Grayscale: #C2C2C2. Windows color (decimal): -2179689 or 9944542. OLE color: 9944542.

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

Color convert

RGB222189151-
CMYK00.150.320.13
HSL32.11º51.82%73.14%-
HSV(B)32.11º31.98%87.06%-
XYZ53.9154.1636.89-
YUV194.54103.43147.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 151 (59.38% from 255) = 26.87%
R=39.50%
G=33.63%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218915100.150.320.1332.1151.8273.14
HexDEBD970F20D203449
Octal33627522701740154064111
Binary1101111010111101100101110111110000011011000001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD97; }

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

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

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

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

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

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

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

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