#DEBB9D

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

Shades of Pancho #DEBB9D

Tints of Pancho #DEBB9D

Color information

#DEBB9D (or 0xDEBB9D) is unknown color: approx Pancho. HEX triplet: DE, BB and 9D. RGB value is (222,187,157). Sum of RGB (Red+Green+Blue) = 222+187+157=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB9D is #214462. Grayscale: #C2C2C2. Windows color (decimal): -2180195 or 10337246. OLE color: 10337246.

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

Color convert

RGB222187157-
CMYK00.160.290.13
HSL27.69º49.62%74.31%-
HSV(B)27.69º29.28%87.06%-
XYZ53.9853.539.38-
YUV194.04107.1147.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 157 (61.72% from 255) = 27.74%
R=39.22%
G=33.04%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218715700.160.290.1327.6949.6274.31
HexDEBB9D0101DD1c324a
Octal33627323502035153462112
Binary110111101011101110011101010000111011101111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB9D; }

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

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

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

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

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

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

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

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