#DEB98E

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

Shades of Pancho #DEB98E

Tints of Pancho #DEB98E

Color information

#DEB98E (or 0xDEB98E) is unknown color: approx Pancho. HEX triplet: DE, B9 and 8E. RGB value is (222,185,142). Sum of RGB (Red+Green+Blue) = 222+185+142=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98E is #214671. Grayscale: #BFBFBF. Windows color (decimal): -2180722 or 9353694. OLE color: 9353694.

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

Color convert

RGB222185142-
CMYK00.170.360.13
HSL32.25º54.79%71.37%-
HSV(B)32.25º36.04%87.06%-
XYZ52.3652.1832.9-
YUV191.16100.26150-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=40.44%
G=33.70%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218514200.170.360.1332.2554.7971.37
HexDEB98E01124D203747
Octal33627121602144154067107
Binary11011110101110011000111001000110010011011000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB98E; }

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

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

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

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

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

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

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

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