#DEB89E

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

Shades of Pancho #DEB89E

Tints of Pancho #DEB89E

Color information

#DEB89E (or 0xDEB89E) is unknown color: approx Pancho. HEX triplet: DE, B8 and 9E. RGB value is (222,184,158). Sum of RGB (Red+Green+Blue) = 222+184+158=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB89E is #214761. Grayscale: #C0C0C0. Windows color (decimal): -2180962 or 10402014. OLE color: 10402014.

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

Color convert

RGB222184158-
CMYK00.170.290.13
HSL24.38º49.23%74.51%-
HSV(B)24.38º28.83%87.06%-
XYZ53.4452.2839.62-
YUV192.4108.59149.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=39.36%
G=32.62%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218415800.170.290.1324.3849.2374.51
HexDEB89E0111DD18314b
Octal33627023602135153061113
Binary110111101011100010011110010001111011101110001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB89E; }

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

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

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

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

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

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

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

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