Shades of Tonys Pink #DFA28A
Tints of Tonys Pink #DFA28A
RGB
CMYK
RGB Variations
Color information
#DFA28A (or 0xDFA28A) is known color: Tonys Pink. HEX triplet: DF, A2 and 8A. RGB value is (223,162,138). Sum of RGB (Red+Green+Blue) = 223+162+138=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28A is #205D75. Grayscale: #B1B1B1. Windows color (decimal): -2121078 or 9085663. OLE color: 9085663.
HSL color Cylindrical-coordinate representation of color #DFA28A: hue angle of 16.94º 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 #DFA28A is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 138 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.13 |
| HSL | 16.94º | 0.57% | 0.71% | - |
| HSV(B) | 16.94º | 0.38% | 0.87% | - |
| XYZ | 47.94 | 43.36 | 29.89 | - |
| YUV | 177.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 138 | 0 | 0.27 | 0.38 | 0.13 | 16.94 | 0.57 | 0.71 |
| Hex | DF | A2 | 8A | 0 | 1B | 26 | D | 11 | 39 | 47 |
| Octal | 337 | 242 | 212 | 0 | 33 | 46 | 15 | 21 | 71 | 107 |
| Binary | 11011111 | 10100010 | 10001010 | 0 | 11011 | 100110 | 1101 | 10001 | 111001 | 1000111 |
Color Harmonies of #DFA28A
Complementary color
Monochromatic Colors of #DFA28A
Black with #DFA28A
Text Example
Text Example
White with #DFA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA28A; }
p { color: rgb(223,162,138); }
H1.HeaderClassName
{
color: #DFA28A;
}
.AnyTagClassName
{
color: #DFA28A;
}
</style>
background-color css
<style>
a { background-color: #DFA28A; }
a { background-color: rgb(223,162,138); }
div.DivClassName
{
background-color: #DFA28A;
}
.BgClassName
{
background-color: #DFA28A;
}
</style>
border-color css
<style>
span { border-color: #DFA28A; }
span { border-color: rgb(223,162,138); }
td.TdClassName
{
border-color: #DFA28A;
}
.TagClassName
{
border-color: #DFA28A;
}
</style>