Shades of Tonys Pink #DF9686
Tints of Tonys Pink #DF9686
RGB
CMYK
RGB Variations
Color information
#DF9686 (or 0xDF9686) is known color: Tonys Pink. HEX triplet: DF, 96 and 86. RGB value is (223,150,134). Sum of RGB (Red+Green+Blue) = 223+150+134=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9686 is #206979. Grayscale: #AAAAAA. Windows color (decimal): -2124154 or 8820447. OLE color: 8820447.
HSL color Cylindrical-coordinate representation of color #DF9686: hue angle of 10.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9686 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 134 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.13 |
| HSL | 10.79º | 0.58% | 0.7% | - |
| HSV(B) | 10.79º | 0.4% | 0.87% | - |
| XYZ | 45.64 | 39.22 | 27.72 | - |
| YUV | 170 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 134 | 0 | 0.33 | 0.40 | 0.13 | 10.79 | 0.58 | 0.7 |
| Hex | DF | 96 | 86 | 0 | 21 | 28 | D | B | 3A | 46 |
| Octal | 337 | 226 | 206 | 0 | 41 | 50 | 15 | 13 | 72 | 106 |
| Binary | 11011111 | 10010110 | 10000110 | 0 | 100001 | 101000 | 1101 | 1011 | 111010 | 1000110 |
Color Harmonies of #DF9686
Complementary color
Monochromatic Colors of #DF9686
Black with #DF9686
Text Example
Text Example
White with #DF9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9686; }
p { color: rgb(223,150,134); }
H1.HeaderClassName
{
color: #DF9686;
}
.AnyTagClassName
{
color: #DF9686;
}
</style>
background-color css
<style>
a { background-color: #DF9686; }
a { background-color: rgb(223,150,134); }
div.DivClassName
{
background-color: #DF9686;
}
.BgClassName
{
background-color: #DF9686;
}
</style>
border-color css
<style>
span { border-color: #DF9686; }
span { border-color: rgb(223,150,134); }
td.TdClassName
{
border-color: #DF9686;
}
.TagClassName
{
border-color: #DF9686;
}
</style>