Shades of Tonys Pink #DFA28D
Tints of Tonys Pink #DFA28D
RGB
CMYK
RGB Variations
Color information
#DFA28D (or 0xDFA28D) is known color: Tonys Pink. HEX triplet: DF, A2 and 8D. RGB value is (223,162,141). Sum of RGB (Red+Green+Blue) = 223+162+141=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28D is #205D72. Grayscale: #B1B1B1. Windows color (decimal): -2121075 or 9282271. OLE color: 9282271.
HSL color Cylindrical-coordinate representation of color #DFA28D: hue angle of 15.37º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFA28D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 141 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.13 |
| HSL | 15.37º | 0.56% | 0.71% | - |
| HSV(B) | 15.37º | 0.37% | 0.87% | - |
| XYZ | 48.16 | 43.45 | 31.05 | - |
| YUV | 177.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 141 | 0 | 0.27 | 0.37 | 0.13 | 15.37 | 0.56 | 0.71 |
| Hex | DF | A2 | 8D | 0 | 1B | 25 | D | F | 38 | 47 |
| Octal | 337 | 242 | 215 | 0 | 33 | 45 | 15 | 17 | 70 | 107 |
| Binary | 11011111 | 10100010 | 10001101 | 0 | 11011 | 100101 | 1101 | 1111 | 111000 | 1000111 |
Color Harmonies of #DFA28D
Complementary color
Monochromatic Colors of #DFA28D
Black with #DFA28D
Text Example
Text Example
White with #DFA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA28D; }
p { color: rgb(223,162,141); }
H1.HeaderClassName
{
color: #DFA28D;
}
.AnyTagClassName
{
color: #DFA28D;
}
</style>
background-color css
<style>
a { background-color: #DFA28D; }
a { background-color: rgb(223,162,141); }
div.DivClassName
{
background-color: #DFA28D;
}
.BgClassName
{
background-color: #DFA28D;
}
</style>
border-color css
<style>
span { border-color: #DFA28D; }
span { border-color: rgb(223,162,141); }
td.TdClassName
{
border-color: #DFA28D;
}
.TagClassName
{
border-color: #DFA28D;
}
</style>