Shades of Tonys Pink #DFA38C
Tints of Tonys Pink #DFA38C
RGB
CMYK
RGB Variations
Color information
#DFA38C (or 0xDFA38C) is known color: Tonys Pink. HEX triplet: DF, A3 and 8C. RGB value is (223,163,140). Sum of RGB (Red+Green+Blue) = 223+163+140=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38C is #205C73. Grayscale: #B2B2B2. Windows color (decimal): -2120820 or 9216991. OLE color: 9216991.
HSL color Cylindrical-coordinate representation of color #DFA38C: hue angle of 16.63º 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 #DFA38C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 140 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.13 |
| HSL | 16.63º | 0.56% | 0.71% | - |
| HSV(B) | 16.63º | 0.37% | 0.87% | - |
| XYZ | 48.26 | 43.78 | 30.72 | - |
| YUV | 178.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 140 | 0 | 0.27 | 0.37 | 0.13 | 16.63 | 0.56 | 0.71 |
| Hex | DF | A3 | 8C | 0 | 1B | 25 | D | 11 | 38 | 47 |
| Octal | 337 | 243 | 214 | 0 | 33 | 45 | 15 | 21 | 70 | 107 |
| Binary | 11011111 | 10100011 | 10001100 | 0 | 11011 | 100101 | 1101 | 10001 | 111000 | 1000111 |
Color Harmonies of #DFA38C
Complementary color
Monochromatic Colors of #DFA38C
Black with #DFA38C
Text Example
Text Example
White with #DFA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA38C; }
p { color: rgb(223,163,140); }
H1.HeaderClassName
{
color: #DFA38C;
}
.AnyTagClassName
{
color: #DFA38C;
}
</style>
background-color css
<style>
a { background-color: #DFA38C; }
a { background-color: rgb(223,163,140); }
div.DivClassName
{
background-color: #DFA38C;
}
.BgClassName
{
background-color: #DFA38C;
}
</style>
border-color css
<style>
span { border-color: #DFA38C; }
span { border-color: rgb(223,163,140); }
td.TdClassName
{
border-color: #DFA38C;
}
.TagClassName
{
border-color: #DFA38C;
}
</style>