Shades of Tonys Pink #DFA28E
Tints of Tonys Pink #DFA28E
RGB
CMYK
RGB Variations
Color information
#DFA28E (or 0xDFA28E) is known color: Tonys Pink. HEX triplet: DF, A2 and 8E. RGB value is (223,162,142). Sum of RGB (Red+Green+Blue) = 223+162+142=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28E is #205D71. Grayscale: #B2B2B2. Windows color (decimal): -2121074 or 9347807. OLE color: 9347807.
HSL color Cylindrical-coordinate representation of color #DFA28E: hue angle of 14.81º 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 #DFA28E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 142 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.13 |
| HSL | 14.81º | 0.56% | 0.72% | - |
| HSV(B) | 14.81º | 0.36% | 0.87% | - |
| XYZ | 48.23 | 43.48 | 31.44 | - |
| YUV | 177.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 142 | 0 | 0.27 | 0.36 | 0.13 | 14.81 | 0.56 | 0.72 |
| Hex | DF | A2 | 8E | 0 | 1B | 24 | D | F | 38 | 48 |
| Octal | 337 | 242 | 216 | 0 | 33 | 44 | 15 | 17 | 70 | 110 |
| Binary | 11011111 | 10100010 | 10001110 | 0 | 11011 | 100100 | 1101 | 1111 | 111000 | 1001000 |
Color Harmonies of #DFA28E
Complementary color
Monochromatic Colors of #DFA28E
Black with #DFA28E
Text Example
Text Example
White with #DFA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA28E; }
p { color: rgb(223,162,142); }
H1.HeaderClassName
{
color: #DFA28E;
}
.AnyTagClassName
{
color: #DFA28E;
}
</style>
background-color css
<style>
a { background-color: #DFA28E; }
a { background-color: rgb(223,162,142); }
div.DivClassName
{
background-color: #DFA28E;
}
.BgClassName
{
background-color: #DFA28E;
}
</style>
border-color css
<style>
span { border-color: #DFA28E; }
span { border-color: rgb(223,162,142); }
td.TdClassName
{
border-color: #DFA28E;
}
.TagClassName
{
border-color: #DFA28E;
}
</style>