#DEBE9E

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

Shades of Pancho #DEBE9E

Tints of Pancho #DEBE9E

Color information

#DEBE9E (or 0xDEBE9E) is unknown color: approx Pancho. HEX triplet: DE, BE and 9E. RGB value is (222,190,158). Sum of RGB (Red+Green+Blue) = 222+190+158=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE9E is #214161. Grayscale: #C4C4C4. Windows color (decimal): -2179426 or 10403550. OLE color: 10403550.

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

Color convert

RGB222190158-
CMYK00.140.290.13
HSL30º49.23%74.51%-
HSV(B)30º28.83%87.06%-
XYZ54.7154.8340.05-
YUV195.92106.6146.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=38.95%
G=33.33%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219015800.140.290.133049.2374.51
HexDEBE9E0E1DD1e314b
Octal33627623601635153661113
Binary11011110101111101001111001110111011101111101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE9E; }

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

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

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

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

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

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

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

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