#DEBB9E

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

Shades of Pancho #DEBB9E

Tints of Pancho #DEBB9E

Color information

#DEBB9E (or 0xDEBB9E) is unknown color: approx Pancho. HEX triplet: DE, BB and 9E. RGB value is (222,187,158). Sum of RGB (Red+Green+Blue) = 222+187+158=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB9E is #214461. Grayscale: #C2C2C2. Windows color (decimal): -2180194 or 10402782. OLE color: 10402782.

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

Color convert

RGB222187158-
CMYK00.160.290.13
HSL27.19º49.23%74.51%-
HSV(B)27.19º28.83%87.06%-
XYZ54.0753.5439.83-
YUV194.16107.6147.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=39.15%
G=32.98%
B=27.87%

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
Decimal22218715800.160.290.1327.1949.2374.51
HexDEBB9E0101DD1b314b
Octal33627323602035153361113
Binary110111101011101110011110010000111011101110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB9E; }

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

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

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

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

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

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

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

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