#DEBE8F

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

Shades of Pancho #DEBE8F

Tints of Pancho #DEBE8F

Color information

#DEBE8F (or 0xDEBE8F) is unknown color: approx Pancho. HEX triplet: DE, BE and 8F. RGB value is (222,190,143). Sum of RGB (Red+Green+Blue) = 222+190+143=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE8F is #214170. Grayscale: #C2C2C2. Windows color (decimal): -2179441 or 9420510. OLE color: 9420510.

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

Color convert

RGB222190143-
CMYK00.140.360.13
HSL35.7º54.48%71.57%-
HSV(B)35.7º35.59%87.06%-
XYZ53.554.3433.66-
YUV194.2199.1147.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 143 (56.25% from 255) = 25.77%
R=40%
G=34.23%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219014300.140.360.1335.754.4871.57
HexDEBE8F0E24D243648
Octal33627621701644154466110
Binary1101111010111110100011110111010010011011001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE8F; }

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

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

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

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

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

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

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

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