Shades of Dark Salmon #DF987C
Tints of Dark Salmon #DF987C
RGB
CMYK
RGB Variations
Color information
#DF987C (or 0xDF987C) is known color: Dark Salmon. HEX triplet: DF, 98 and 7C. RGB value is (223,152,124). Sum of RGB (Red+Green+Blue) = 223+152+124=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF987C is #206783. Grayscale: #AAAAAA. Windows color (decimal): -2123652 or 8165599. OLE color: 8165599.
HSL color Cylindrical-coordinate representation of color #DF987C: hue angle of 16.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF987C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 124 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.13 |
| HSL | 16.97º | 0.61% | 0.68% | - |
| HSV(B) | 16.97º | 0.44% | 0.87% | - |
| XYZ | 45.3 | 39.6 | 24.32 | - |
| YUV | 170.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 124 | 0 | 0.32 | 0.44 | 0.13 | 16.97 | 0.61 | 0.68 |
| Hex | DF | 98 | 7C | 0 | 20 | 2C | D | 11 | 3D | 44 |
| Octal | 337 | 230 | 174 | 0 | 40 | 54 | 15 | 21 | 75 | 104 |
| Binary | 11011111 | 10011000 | 1111100 | 0 | 100000 | 101100 | 1101 | 10001 | 111101 | 1000100 |
Color Harmonies of #DF987C
Complementary color
Monochromatic Colors of #DF987C
Black with #DF987C
Text Example
Text Example
White with #DF987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF987C; }
p { color: rgb(223,152,124); }
H1.HeaderClassName
{
color: #DF987C;
}
.AnyTagClassName
{
color: #DF987C;
}
</style>
background-color css
<style>
a { background-color: #DF987C; }
a { background-color: rgb(223,152,124); }
div.DivClassName
{
background-color: #DF987C;
}
.BgClassName
{
background-color: #DF987C;
}
</style>
border-color css
<style>
span { border-color: #DF987C; }
span { border-color: rgb(223,152,124); }
td.TdClassName
{
border-color: #DF987C;
}
.TagClassName
{
border-color: #DF987C;
}
</style>