#DEB88E

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

Shades of Pancho #DEB88E

Tints of Pancho #DEB88E

Color information

#DEB88E (or 0xDEB88E) is unknown color: approx Pancho. HEX triplet: DE, B8 and 8E. RGB value is (222,184,142). Sum of RGB (Red+Green+Blue) = 222+184+142=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB88E is #214771. Grayscale: #BEBEBE. Windows color (decimal): -2180978 or 9353438. OLE color: 9353438.

HSL color Cylindrical-coordinate representation of color #DEB88E: hue angle of 31.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEB88E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222184142-
CMYK00.170.360.13
HSL31.5º54.79%71.37%-
HSV(B)31.5º36.04%87.06%-
XYZ52.1551.7632.83-
YUV190.57100.59150.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 184 (72.27% from 255) = 33.58%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=40.51%
G=33.58%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218414200.170.360.1331.554.7971.37
HexDEB88E01124D203747
Octal33627021602144154067107
Binary11011110101110001000111001000110010011011000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB88E; }

 p { color: rgb(222,184,142); }

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

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

 a { background-color: rgb(222,184,142); }

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

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

 span { border-color: rgb(222,184,142); }

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