#DEBB90

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

Shades of Pancho #DEBB90

Tints of Pancho #DEBB90

Color information

#DEBB90 (or 0xDEBB90) is unknown color: approx Pancho. HEX triplet: DE, BB and 90. RGB value is (222,187,144). Sum of RGB (Red+Green+Blue) = 222+187+144=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB90 is #21446F. Grayscale: #C0C0C0. Windows color (decimal): -2180208 or 9485278. OLE color: 9485278.

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

Color convert

RGB222187144-
CMYK00.160.350.13
HSL33.08º54.17%71.76%-
HSV(B)33.08º35.14%87.06%-
XYZ52.9353.0833.84-
YUV192.56100.6149-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=40.14%
G=33.82%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218714400.160.350.1333.0854.1771.76
HexDEBB9001023D213648
Octal33627322002043154166110
Binary11011110101110111001000001000010001111011000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB90; }

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

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

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

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

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

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

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

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