Shades of Tonys Pink #DFA087
Tints of Tonys Pink #DFA087
RGB
CMYK
RGB Variations
Color information
#DFA087 (or 0xDFA087) is known color: Tonys Pink. HEX triplet: DF, A0 and 87. RGB value is (223,160,135). Sum of RGB (Red+Green+Blue) = 223+160+135=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA087 is #205F78. Grayscale: #B0B0B0. Windows color (decimal): -2121593 or 8888543. OLE color: 8888543.
HSL color Cylindrical-coordinate representation of color #DFA087: hue angle of 17.05º degrees, saturation: 0.58, 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 #DFA087 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 135 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.13 |
| HSL | 17.05º | 0.58% | 0.7% | - |
| HSV(B) | 17.05º | 0.39% | 0.87% | - |
| XYZ | 47.38 | 42.58 | 28.64 | - |
| YUV | 175.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 135 | 0 | 0.28 | 0.39 | 0.13 | 17.05 | 0.58 | 0.7 |
| Hex | DF | A0 | 87 | 0 | 1C | 27 | D | 11 | 3A | 46 |
| Octal | 337 | 240 | 207 | 0 | 34 | 47 | 15 | 21 | 72 | 106 |
| Binary | 11011111 | 10100000 | 10000111 | 0 | 11100 | 100111 | 1101 | 10001 | 111010 | 1000110 |
Color Harmonies of #DFA087
Complementary color
Monochromatic Colors of #DFA087
Black with #DFA087
Text Example
Text Example
White with #DFA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA087; }
p { color: rgb(223,160,135); }
H1.HeaderClassName
{
color: #DFA087;
}
.AnyTagClassName
{
color: #DFA087;
}
</style>
background-color css
<style>
a { background-color: #DFA087; }
a { background-color: rgb(223,160,135); }
div.DivClassName
{
background-color: #DFA087;
}
.BgClassName
{
background-color: #DFA087;
}
</style>
border-color css
<style>
span { border-color: #DFA087; }
span { border-color: rgb(223,160,135); }
td.TdClassName
{
border-color: #DFA087;
}
.TagClassName
{
border-color: #DFA087;
}
</style>