Shades of Dark Salmon #DF8F78
Tints of Dark Salmon #DF8F78
RGB
CMYK
RGB Variations
Color information
#DF8F78 (or 0xDF8F78) is known color: Dark Salmon. HEX triplet: DF, 8F and 78. RGB value is (223,143,120). Sum of RGB (Red+Green+Blue) = 223+143+120=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F78 is #207087. Grayscale: #A4A4A4. Windows color (decimal): -2125960 or 7901151. OLE color: 7901151.
HSL color Cylindrical-coordinate representation of color #DF8F78: hue angle of 13.4º degrees, saturation: 0.62, 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 #DF8F78 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 120 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.13 |
| HSL | 13.4º | 0.62% | 0.67% | - |
| HSV(B) | 13.4º | 0.46% | 0.87% | - |
| XYZ | 43.64 | 36.69 | 22.55 | - |
| YUV | 164.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 120 | 0 | 0.36 | 0.46 | 0.13 | 13.4 | 0.62 | 0.67 |
| Hex | DF | 8F | 78 | 0 | 24 | 2E | D | D | 3E | 43 |
| Octal | 337 | 217 | 170 | 0 | 44 | 56 | 15 | 15 | 76 | 103 |
| Binary | 11011111 | 10001111 | 1111000 | 0 | 100100 | 101110 | 1101 | 1101 | 111110 | 1000011 |
Color Harmonies of #DF8F78
Complementary color
Monochromatic Colors of #DF8F78
Black with #DF8F78
Text Example
Text Example
White with #DF8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F78; }
p { color: rgb(223,143,120); }
H1.HeaderClassName
{
color: #DF8F78;
}
.AnyTagClassName
{
color: #DF8F78;
}
</style>
background-color css
<style>
a { background-color: #DF8F78; }
a { background-color: rgb(223,143,120); }
div.DivClassName
{
background-color: #DF8F78;
}
.BgClassName
{
background-color: #DF8F78;
}
</style>
border-color css
<style>
span { border-color: #DF8F78; }
span { border-color: rgb(223,143,120); }
td.TdClassName
{
border-color: #DF8F78;
}
.TagClassName
{
border-color: #DF8F78;
}
</style>