#DEB78F

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

Shades of Pancho #DEB78F

Tints of Pancho #DEB78F

Color information

#DEB78F (or 0xDEB78F) is unknown color: approx Pancho. HEX triplet: DE, B7 and 8F. RGB value is (222,183,143). Sum of RGB (Red+Green+Blue) = 222+183+143=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB78F is #214870. Grayscale: #BEBEBE. Windows color (decimal): -2181233 or 9418718. OLE color: 9418718.

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

Color convert

RGB222183143-
CMYK00.180.360.13
HSL30.38º54.48%71.57%-
HSV(B)30.38º35.59%87.06%-
XYZ52.0251.3833.16-
YUV190.1101.42150.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=40.51%
G=33.39%
B=26.09%

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
Decimal22218314300.180.360.1330.3854.4871.57
HexDEB78F01224D1e3648
Octal33626721702244153666110
Binary1101111010110111100011110100101001001101111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB78F; }

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

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

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

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

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

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

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

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