#DEBE9D

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

Shades of Pancho #DEBE9D

Tints of Pancho #DEBE9D

Color information

#DEBE9D (or 0xDEBE9D) is unknown color: approx Pancho. HEX triplet: DE, BE and 9D. RGB value is (222,190,157). Sum of RGB (Red+Green+Blue) = 222+190+157=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBE9D is #214162. Grayscale: #C3C3C3. Windows color (decimal): -2179427 or 10338014. OLE color: 10338014.

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

Color convert

RGB222190157-
CMYK00.140.290.13
HSL30.46º49.62%74.31%-
HSV(B)30.46º29.28%87.06%-
XYZ54.6254.7939.6-
YUV195.81106.1146.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=39.02%
G=33.39%
B=27.59%

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
Decimal22219015700.140.290.1330.4649.6274.31
HexDEBE9D0E1DD1e324a
Octal33627623501635153662112
Binary11011110101111101001110101110111011101111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE9D; }

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

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

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

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

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

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

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

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