Shades of Tonys Pink #DFA68F
Tints of Tonys Pink #DFA68F
RGB
CMYK
RGB Variations
Color information
#DFA68F (or 0xDFA68F) is known color: Tonys Pink. HEX triplet: DF, A6 and 8F. RGB value is (223,166,143). Sum of RGB (Red+Green+Blue) = 223+166+143=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA68F is #205970. Grayscale: #B4B4B4. Windows color (decimal): -2120049 or 9414367. OLE color: 9414367.
HSL color Cylindrical-coordinate representation of color #DFA68F: hue angle of 17.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 #DFA68F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 143 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.13 |
| HSL | 17.25º | 0.56% | 0.72% | - |
| HSV(B) | 17.25º | 0.36% | 0.87% | - |
| XYZ | 49.03 | 44.94 | 32.08 | - |
| YUV | 180.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 143 | 0 | 0.26 | 0.36 | 0.13 | 17.25 | 0.56 | 0.72 |
| Hex | DF | A6 | 8F | 0 | 1A | 24 | D | 11 | 38 | 48 |
| Octal | 337 | 246 | 217 | 0 | 32 | 44 | 15 | 21 | 70 | 110 |
| Binary | 11011111 | 10100110 | 10001111 | 0 | 11010 | 100100 | 1101 | 10001 | 111000 | 1001000 |
Color Harmonies of #DFA68F
Complementary color
Monochromatic Colors of #DFA68F
Black with #DFA68F
Text Example
Text Example
White with #DFA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA68F; }
p { color: rgb(223,166,143); }
H1.HeaderClassName
{
color: #DFA68F;
}
.AnyTagClassName
{
color: #DFA68F;
}
</style>
background-color css
<style>
a { background-color: #DFA68F; }
a { background-color: rgb(223,166,143); }
div.DivClassName
{
background-color: #DFA68F;
}
.BgClassName
{
background-color: #DFA68F;
}
</style>
border-color css
<style>
span { border-color: #DFA68F; }
span { border-color: rgb(223,166,143); }
td.TdClassName
{
border-color: #DFA68F;
}
.TagClassName
{
border-color: #DFA68F;
}
</style>