#DEB48F

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

Shades of Pancho #DEB48F

Tints of Pancho #DEB48F

Color information

#DEB48F (or 0xDEB48F) is unknown color: approx Pancho. HEX triplet: DE, B4 and 8F. RGB value is (222,180,143). Sum of RGB (Red+Green+Blue) = 222+180+143=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB48F is #214B70. Grayscale: #BCBCBC. Windows color (decimal): -2182001 or 9417950. OLE color: 9417950.

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

Color convert

RGB222180143-
CMYK00.190.360.13
HSL28.1º54.48%71.57%-
HSV(B)28.1º35.59%87.06%-
XYZ51.450.1632.96-
YUV188.34102.41152.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=40.73%
G=33.03%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218014300.190.360.1328.154.4871.57
HexDEB48F01324D1c3648
Octal33626421702344153466110
Binary1101111010110100100011110100111001001101111001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB48F; }

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

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

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

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

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

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

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

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