Shades of Tonys Pink #DF9684
Tints of Tonys Pink #DF9684
RGB
CMYK
RGB Variations
Color information
#DF9684 (or 0xDF9684) is known color: Tonys Pink. HEX triplet: DF, 96 and 84. RGB value is (223,150,132). Sum of RGB (Red+Green+Blue) = 223+150+132=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9684 is #20697B. Grayscale: #A9A9A9. Windows color (decimal): -2124156 or 8689375. OLE color: 8689375.
HSL color Cylindrical-coordinate representation of color #DF9684: hue angle of 11.87º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF9684 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 132 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.13 |
| HSL | 11.87º | 0.59% | 0.7% | - |
| HSV(B) | 11.87º | 0.41% | 0.87% | - |
| XYZ | 45.5 | 39.17 | 26.99 | - |
| YUV | 169.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 132 | 0 | 0.33 | 0.41 | 0.13 | 11.87 | 0.59 | 0.7 |
| Hex | DF | 96 | 84 | 0 | 21 | 29 | D | C | 3B | 46 |
| Octal | 337 | 226 | 204 | 0 | 41 | 51 | 15 | 14 | 73 | 106 |
| Binary | 11011111 | 10010110 | 10000100 | 0 | 100001 | 101001 | 1101 | 1100 | 111011 | 1000110 |
Color Harmonies of #DF9684
Complementary color
Monochromatic Colors of #DF9684
Black with #DF9684
Text Example
Text Example
White with #DF9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9684; }
p { color: rgb(223,150,132); }
H1.HeaderClassName
{
color: #DF9684;
}
.AnyTagClassName
{
color: #DF9684;
}
</style>
background-color css
<style>
a { background-color: #DF9684; }
a { background-color: rgb(223,150,132); }
div.DivClassName
{
background-color: #DF9684;
}
.BgClassName
{
background-color: #DF9684;
}
</style>
border-color css
<style>
span { border-color: #DF9684; }
span { border-color: rgb(223,150,132); }
td.TdClassName
{
border-color: #DF9684;
}
.TagClassName
{
border-color: #DF9684;
}
</style>