#DEAD93

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

Shades of Pancho #DEAD93

Tints of Pancho #DEAD93

Color information

#DEAD93 (or 0xDEAD93) is unknown color: approx Pancho. HEX triplet: DE, AD and 93. RGB value is (222,173,147). Sum of RGB (Red+Green+Blue) = 222+173+147=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD93 is #21526C. Grayscale: #B8B8B8. Windows color (decimal): -2183789 or 9678302. OLE color: 9678302.

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

Color convert

RGB222173147-
CMYK00.220.340.13
HSL20.8º53.19%72.35%-
HSV(B)20.8º33.78%87.06%-
XYZ50.3347.5234.12-
YUV184.69106.73154.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=40.96%
G=31.92%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217314700.220.340.1320.853.1972.35
HexDEAD9301622D153548
Octal33625522302642152565110
Binary1101111010101101100100110101101000101101101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD93; }

 p { color: rgb(222,173,147); }

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

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

 a { background-color: rgb(222,173,147); }

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

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

 span { border-color: rgb(222,173,147); }

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