Shades of Tonys Pink #DFA08B
Tints of Tonys Pink #DFA08B
RGB
CMYK
RGB Variations
Color information
#DFA08B (or 0xDFA08B) is known color: Tonys Pink. HEX triplet: DF, A0 and 8B. RGB value is (223,160,139). Sum of RGB (Red+Green+Blue) = 223+160+139=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA08B is #205F74. Grayscale: #B0B0B0. Windows color (decimal): -2121589 or 9150687. OLE color: 9150687.
HSL color Cylindrical-coordinate representation of color #DFA08B: hue angle of 15º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFA08B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 139 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.13 |
| HSL | 15º | 0.57% | 0.71% | - |
| HSV(B) | 15º | 0.38% | 0.87% | - |
| XYZ | 47.66 | 42.69 | 30.15 | - |
| YUV | 176.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 139 | 0 | 0.28 | 0.38 | 0.13 | 15 | 0.57 | 0.71 |
| Hex | DF | A0 | 8B | 0 | 1C | 26 | D | F | 39 | 47 |
| Octal | 337 | 240 | 213 | 0 | 34 | 46 | 15 | 17 | 71 | 107 |
| Binary | 11011111 | 10100000 | 10001011 | 0 | 11100 | 100110 | 1101 | 1111 | 111001 | 1000111 |
Color Harmonies of #DFA08B
Complementary color
Monochromatic Colors of #DFA08B
Black with #DFA08B
Text Example
Text Example
White with #DFA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA08B; }
p { color: rgb(223,160,139); }
H1.HeaderClassName
{
color: #DFA08B;
}
.AnyTagClassName
{
color: #DFA08B;
}
</style>
background-color css
<style>
a { background-color: #DFA08B; }
a { background-color: rgb(223,160,139); }
div.DivClassName
{
background-color: #DFA08B;
}
.BgClassName
{
background-color: #DFA08B;
}
</style>
border-color css
<style>
span { border-color: #DFA08B; }
span { border-color: rgb(223,160,139); }
td.TdClassName
{
border-color: #DFA08B;
}
.TagClassName
{
border-color: #DFA08B;
}
</style>