Shades of Tonys Pink #DFA28F
Tints of Tonys Pink #DFA28F
RGB
CMYK
RGB Variations
Color information
#DFA28F (or 0xDFA28F) is known color: Tonys Pink. HEX triplet: DF, A2 and 8F. RGB value is (223,162,143). Sum of RGB (Red+Green+Blue) = 223+162+143=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28F is #205D70. Grayscale: #B2B2B2. Windows color (decimal): -2121073 or 9413343. OLE color: 9413343.
HSL color Cylindrical-coordinate representation of color #DFA28F: hue angle of 14.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA28F is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 143 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.13 |
| HSL | 14.25º | 0.56% | 0.72% | - |
| HSV(B) | 14.25º | 0.36% | 0.87% | - |
| XYZ | 48.31 | 43.51 | 31.84 | - |
| YUV | 178.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 143 | 0 | 0.27 | 0.36 | 0.13 | 14.25 | 0.56 | 0.72 |
| Hex | DF | A2 | 8F | 0 | 1B | 24 | D | E | 38 | 48 |
| Octal | 337 | 242 | 217 | 0 | 33 | 44 | 15 | 16 | 70 | 110 |
| Binary | 11011111 | 10100010 | 10001111 | 0 | 11011 | 100100 | 1101 | 1110 | 111000 | 1001000 |
Color Harmonies of #DFA28F
Complementary color
Monochromatic Colors of #DFA28F
Black with #DFA28F
Text Example
Text Example
White with #DFA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA28F; }
p { color: rgb(223,162,143); }
H1.HeaderClassName
{
color: #DFA28F;
}
.AnyTagClassName
{
color: #DFA28F;
}
</style>
background-color css
<style>
a { background-color: #DFA28F; }
a { background-color: rgb(223,162,143); }
div.DivClassName
{
background-color: #DFA28F;
}
.BgClassName
{
background-color: #DFA28F;
}
</style>
border-color css
<style>
span { border-color: #DFA28F; }
span { border-color: rgb(223,162,143); }
td.TdClassName
{
border-color: #DFA28F;
}
.TagClassName
{
border-color: #DFA28F;
}
</style>