Shades of Tonys Pink #DFA085
Tints of Tonys Pink #DFA085
RGB
CMYK
RGB Variations
Color information
#DFA085 (or 0xDFA085) is known color: Tonys Pink. HEX triplet: DF, A0 and 85. RGB value is (223,160,133). Sum of RGB (Red+Green+Blue) = 223+160+133=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA085 is #205F7A. Grayscale: #AFAFAF. Windows color (decimal): -2121595 or 8757471. OLE color: 8757471.
HSL color Cylindrical-coordinate representation of color #DFA085: hue angle of 18º 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 #DFA085 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 133 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.13 |
| HSL | 18º | 0.58% | 0.7% | - |
| HSV(B) | 18º | 0.4% | 0.87% | - |
| XYZ | 47.24 | 42.52 | 27.91 | - |
| YUV | 175.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 133 | 0 | 0.28 | 0.40 | 0.13 | 18 | 0.58 | 0.7 |
| Hex | DF | A0 | 85 | 0 | 1C | 28 | D | 12 | 3A | 46 |
| Octal | 337 | 240 | 205 | 0 | 34 | 50 | 15 | 22 | 72 | 106 |
| Binary | 11011111 | 10100000 | 10000101 | 0 | 11100 | 101000 | 1101 | 10010 | 111010 | 1000110 |
Color Harmonies of #DFA085
Complementary color
Monochromatic Colors of #DFA085
Black with #DFA085
Text Example
Text Example
White with #DFA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA085; }
p { color: rgb(223,160,133); }
H1.HeaderClassName
{
color: #DFA085;
}
.AnyTagClassName
{
color: #DFA085;
}
</style>
background-color css
<style>
a { background-color: #DFA085; }
a { background-color: rgb(223,160,133); }
div.DivClassName
{
background-color: #DFA085;
}
.BgClassName
{
background-color: #DFA085;
}
</style>
border-color css
<style>
span { border-color: #DFA085; }
span { border-color: rgb(223,160,133); }
td.TdClassName
{
border-color: #DFA085;
}
.TagClassName
{
border-color: #DFA085;
}
</style>