#DEB78E

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

Shades of Pancho #DEB78E

Tints of Pancho #DEB78E

Color information

#DEB78E (or 0xDEB78E) is unknown color: approx Pancho. HEX triplet: DE, B7 and 8E. RGB value is (222,183,142). Sum of RGB (Red+Green+Blue) = 222+183+142=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB78E is #214871. Grayscale: #BEBEBE. Windows color (decimal): -2181234 or 9353182. OLE color: 9353182.

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

Color convert

RGB222183142-
CMYK00.180.360.13
HSL30.75º54.79%71.37%-
HSV(B)30.75º36.04%87.06%-
XYZ51.9451.3532.77-
YUV189.99100.92150.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=40.59%
G=33.46%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218314200.180.360.1330.7554.7971.37
HexDEB78E01224D1f3747
Octal33626721602244153767107
Binary1101111010110111100011100100101001001101111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB78E; }

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

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

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

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

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

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

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

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