Shades of Tonys Pink #DFA190
Tints of Tonys Pink #DFA190
RGB
CMYK
RGB Variations
Color information
#DFA190 (or 0xDFA190) is known color: Tonys Pink. HEX triplet: DF, A1 and 90. RGB value is (223,161,144). Sum of RGB (Red+Green+Blue) = 223+161+144=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA190 is #205E6F. Grayscale: #B1B1B1. Windows color (decimal): -2121328 or 9478623. OLE color: 9478623.
HSL color Cylindrical-coordinate representation of color #DFA190: hue angle of 12.91º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA190 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 144 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.13 |
| HSL | 12.91º | 0.55% | 0.72% | - |
| HSV(B) | 12.91º | 0.35% | 0.87% | - |
| XYZ | 48.21 | 43.19 | 32.18 | - |
| YUV | 177.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 144 | 0 | 0.28 | 0.35 | 0.13 | 12.91 | 0.55 | 0.72 |
| Hex | DF | A1 | 90 | 0 | 1C | 23 | D | D | 37 | 48 |
| Octal | 337 | 241 | 220 | 0 | 34 | 43 | 15 | 15 | 67 | 110 |
| Binary | 11011111 | 10100001 | 10010000 | 0 | 11100 | 100011 | 1101 | 1101 | 110111 | 1001000 |
Color Harmonies of #DFA190
Complementary color
Monochromatic Colors of #DFA190
Black with #DFA190
Text Example
Text Example
White with #DFA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA190; }
p { color: rgb(223,161,144); }
H1.HeaderClassName
{
color: #DFA190;
}
.AnyTagClassName
{
color: #DFA190;
}
</style>
background-color css
<style>
a { background-color: #DFA190; }
a { background-color: rgb(223,161,144); }
div.DivClassName
{
background-color: #DFA190;
}
.BgClassName
{
background-color: #DFA190;
}
</style>
border-color css
<style>
span { border-color: #DFA190; }
span { border-color: rgb(223,161,144); }
td.TdClassName
{
border-color: #DFA190;
}
.TagClassName
{
border-color: #DFA190;
}
</style>