Shades of Tonys Pink #DEA48C
Tints of Tonys Pink #DEA48C
RGB
CMYK
RGB Variations
Color information
#DEA48C (or 0xDEA48C) is known color: Tonys Pink. HEX triplet: DE, A4 and 8C. RGB value is (222,164,140). Sum of RGB (Red+Green+Blue) = 222+164+140=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA48C is #215B73. Grayscale: #B2B2B2. Windows color (decimal): -2186100 or 9217246. OLE color: 9217246.
HSL color Cylindrical-coordinate representation of color #DEA48C: hue angle of 17.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEA48C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 140 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.13 |
| HSL | 17.56º | 0.55% | 0.71% | - |
| HSV(B) | 17.56º | 0.37% | 0.87% | - |
| XYZ | 48.13 | 43.97 | 30.76 | - |
| YUV | 178.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 140 | 0 | 0.26 | 0.37 | 0.13 | 17.56 | 0.55 | 0.71 |
| Hex | DE | A4 | 8C | 0 | 1A | 25 | D | 12 | 37 | 47 |
| Octal | 336 | 244 | 214 | 0 | 32 | 45 | 15 | 22 | 67 | 107 |
| Binary | 11011110 | 10100100 | 10001100 | 0 | 11010 | 100101 | 1101 | 10010 | 110111 | 1000111 |
Color Harmonies of #DEA48C
Complementary color
Monochromatic Colors of #DEA48C
Black with #DEA48C
Text Example
Text Example
White with #DEA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA48C; }
p { color: rgb(222,164,140); }
H1.HeaderClassName
{
color: #DEA48C;
}
.AnyTagClassName
{
color: #DEA48C;
}
</style>
background-color css
<style>
a { background-color: #DEA48C; }
a { background-color: rgb(222,164,140); }
div.DivClassName
{
background-color: #DEA48C;
}
.BgClassName
{
background-color: #DEA48C;
}
</style>
border-color css
<style>
span { border-color: #DEA48C; }
span { border-color: rgb(222,164,140); }
td.TdClassName
{
border-color: #DEA48C;
}
.TagClassName
{
border-color: #DEA48C;
}
</style>