Shades of Tonys Pink #DFA288
Tints of Tonys Pink #DFA288
RGB
CMYK
RGB Variations
Color information
#DFA288 (or 0xDFA288) is known color: Tonys Pink. HEX triplet: DF, A2 and 88. RGB value is (223,162,136). Sum of RGB (Red+Green+Blue) = 223+162+136=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA288 is #205D77. Grayscale: #B1B1B1. Windows color (decimal): -2121080 or 8954591. OLE color: 8954591.
HSL color Cylindrical-coordinate representation of color #DFA288: hue angle of 17.93º 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 #DFA288 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 136 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.13 |
| HSL | 17.93º | 0.58% | 0.7% | - |
| HSV(B) | 17.93º | 0.39% | 0.87% | - |
| XYZ | 47.8 | 43.31 | 29.13 | - |
| YUV | 177.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 136 | 0 | 0.27 | 0.39 | 0.13 | 17.93 | 0.58 | 0.7 |
| Hex | DF | A2 | 88 | 0 | 1B | 27 | D | 12 | 3A | 46 |
| Octal | 337 | 242 | 210 | 0 | 33 | 47 | 15 | 22 | 72 | 106 |
| Binary | 11011111 | 10100010 | 10001000 | 0 | 11011 | 100111 | 1101 | 10010 | 111010 | 1000110 |
Color Harmonies of #DFA288
Complementary color
Monochromatic Colors of #DFA288
Black with #DFA288
Text Example
Text Example
White with #DFA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA288; }
p { color: rgb(223,162,136); }
H1.HeaderClassName
{
color: #DFA288;
}
.AnyTagClassName
{
color: #DFA288;
}
</style>
background-color css
<style>
a { background-color: #DFA288; }
a { background-color: rgb(223,162,136); }
div.DivClassName
{
background-color: #DFA288;
}
.BgClassName
{
background-color: #DFA288;
}
</style>
border-color css
<style>
span { border-color: #DFA288; }
span { border-color: rgb(223,162,136); }
td.TdClassName
{
border-color: #DFA288;
}
.TagClassName
{
border-color: #DFA288;
}
</style>