Shades of Dark Salmon #DF8F73
Tints of Dark Salmon #DF8F73
RGB
CMYK
RGB Variations
Color information
#DF8F73 (or 0xDF8F73) is known color: Dark Salmon. HEX triplet: DF, 8F and 73. RGB value is (223,143,115). Sum of RGB (Red+Green+Blue) = 223+143+115=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F73 is #20708C. Grayscale: #A3A3A3. Windows color (decimal): -2125965 or 7573471. OLE color: 7573471.
HSL color Cylindrical-coordinate representation of color #DF8F73: hue angle of 15.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF8F73 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 115 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.13 |
| HSL | 15.56º | 0.63% | 0.66% | - |
| HSV(B) | 15.56º | 0.48% | 0.87% | - |
| XYZ | 43.35 | 36.57 | 20.99 | - |
| YUV | 163.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 115 | 0 | 0.36 | 0.48 | 0.13 | 15.56 | 0.63 | 0.66 |
| Hex | DF | 8F | 73 | 0 | 24 | 30 | D | 10 | 3F | 42 |
| Octal | 337 | 217 | 163 | 0 | 44 | 60 | 15 | 20 | 77 | 102 |
| Binary | 11011111 | 10001111 | 1110011 | 0 | 100100 | 110000 | 1101 | 10000 | 111111 | 1000010 |
Color Harmonies of #DF8F73
Complementary color
Monochromatic Colors of #DF8F73
Black with #DF8F73
Text Example
Text Example
White with #DF8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F73; }
p { color: rgb(223,143,115); }
H1.HeaderClassName
{
color: #DF8F73;
}
.AnyTagClassName
{
color: #DF8F73;
}
</style>
background-color css
<style>
a { background-color: #DF8F73; }
a { background-color: rgb(223,143,115); }
div.DivClassName
{
background-color: #DF8F73;
}
.BgClassName
{
background-color: #DF8F73;
}
</style>
border-color css
<style>
span { border-color: #DF8F73; }
span { border-color: rgb(223,143,115); }
td.TdClassName
{
border-color: #DF8F73;
}
.TagClassName
{
border-color: #DF8F73;
}
</style>