#DEA088

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

Shades of Tonys Pink #DEA088

Tints of Tonys Pink #DEA088

Color information

#DEA088 (or 0xDEA088) is unknown color: approx Tonys Pink. HEX triplet: DE, A0 and 88. RGB value is (222,160,136). Sum of RGB (Red+Green+Blue) = 222+160+136=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA088 is #215F77. Grayscale: #AFAFAF. Windows color (decimal): -2187128 or 8954078. OLE color: 8954078.

HSL color Cylindrical-coordinate representation of color #DEA088: hue angle of 16.74º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEA088 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB222160136-
CMYK00.280.390.13
HSL16.74º56.58%70.2%-
HSV(B)16.74º38.74%87.06%-
XYZ47.1442.4529-
YUV175.8105.54160.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=42.86%
G=30.89%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216013600.280.390.1316.7456.5870.2
HexDEA08801C27D113946
Octal33624021003447152171106
Binary1101111010100000100010000111001001111101100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA088; }

 p { color: rgb(222,160,136); }

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

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

 a { background-color: rgb(222,160,136); }

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

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

 span { border-color: rgb(222,160,136); }

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