#DEB48E

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

Shades of Pancho #DEB48E

Tints of Pancho #DEB48E

Color information

#DEB48E (or 0xDEB48E) is unknown color: approx Pancho. HEX triplet: DE, B4 and 8E. RGB value is (222,180,142). Sum of RGB (Red+Green+Blue) = 222+180+142=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB48E is #214B71. Grayscale: #BCBCBC. Windows color (decimal): -2182002 or 9352414. OLE color: 9352414.

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

Color convert

RGB222180142-
CMYK00.190.360.13
HSL28.5º54.79%71.37%-
HSV(B)28.5º36.04%87.06%-
XYZ51.3350.1332.56-
YUV188.23101.91152.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=40.81%
G=33.09%
B=26.10%

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
Decimal22218014200.190.360.1328.554.7971.37
HexDEB48E01324D1d3747
Octal33626421602344153567107
Binary1101111010110100100011100100111001001101111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB48E; }

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

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

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

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

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

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

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

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