#DEBE9C

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

Shades of Pancho #DEBE9C

Tints of Pancho #DEBE9C

Color information

#DEBE9C (or 0xDEBE9C) is unknown color: approx Pancho. HEX triplet: DE, BE and 9C. RGB value is (222,190,156). Sum of RGB (Red+Green+Blue) = 222+190+156=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE9C is #214163. Grayscale: #C3C3C3. Windows color (decimal): -2179428 or 10272478. OLE color: 10272478.

HSL color Cylindrical-coordinate representation of color #DEBE9C: hue angle of 30.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEBE9C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222190156-
CMYK00.140.300.13
HSL30.91º50%74.12%-
HSV(B)30.91º29.73%87.06%-
XYZ54.5454.7639.15-
YUV195.69105.6146.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=39.08%
G=33.45%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219015600.140.300.1330.915074.12
HexDEBE9C0E1ED1f324a
Octal33627623401636153762112
Binary11011110101111101001110001110111101101111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE9C; }

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

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

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

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

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

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

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

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