Shades of Dark Salmon #DF8F79
Tints of Dark Salmon #DF8F79
RGB
CMYK
RGB Variations
Color information
#DF8F79 (or 0xDF8F79) is known color: Dark Salmon. HEX triplet: DF, 8F and 79. RGB value is (223,143,121). Sum of RGB (Red+Green+Blue) = 223+143+121=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F79 is #207086. Grayscale: #A4A4A4. Windows color (decimal): -2125959 or 7966687. OLE color: 7966687.
HSL color Cylindrical-coordinate representation of color #DF8F79: hue angle of 12.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF8F79 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 121 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.13 |
| HSL | 12.94º | 0.61% | 0.67% | - |
| HSV(B) | 12.94º | 0.46% | 0.87% | - |
| XYZ | 43.71 | 36.71 | 22.87 | - |
| YUV | 164.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 121 | 0 | 0.36 | 0.46 | 0.13 | 12.94 | 0.61 | 0.67 |
| Hex | DF | 8F | 79 | 0 | 24 | 2E | D | D | 3D | 43 |
| Octal | 337 | 217 | 171 | 0 | 44 | 56 | 15 | 15 | 75 | 103 |
| Binary | 11011111 | 10001111 | 1111001 | 0 | 100100 | 101110 | 1101 | 1101 | 111101 | 1000011 |
Color Harmonies of #DF8F79
Complementary color
Monochromatic Colors of #DF8F79
Black with #DF8F79
Text Example
Text Example
White with #DF8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F79; }
p { color: rgb(223,143,121); }
H1.HeaderClassName
{
color: #DF8F79;
}
.AnyTagClassName
{
color: #DF8F79;
}
</style>
background-color css
<style>
a { background-color: #DF8F79; }
a { background-color: rgb(223,143,121); }
div.DivClassName
{
background-color: #DF8F79;
}
.BgClassName
{
background-color: #DF8F79;
}
</style>
border-color css
<style>
span { border-color: #DF8F79; }
span { border-color: rgb(223,143,121); }
td.TdClassName
{
border-color: #DF8F79;
}
.TagClassName
{
border-color: #DF8F79;
}
</style>