Shades of Dark Salmon #DC987C
Tints of Dark Salmon #DC987C
RGB
CMYK
RGB Variations
Color information
#DC987C (or 0xDC987C) is known color: Dark Salmon. HEX triplet: DC, 98 and 7C. RGB value is (220,152,124). Sum of RGB (Red+Green+Blue) = 220+152+124=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC987C is #236783. Grayscale: #A9A9A9. Windows color (decimal): -2320260 or 8165596. OLE color: 8165596.
HSL color Cylindrical-coordinate representation of color #DC987C: hue angle of 17.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC987C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 124 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.14 |
| HSL | 17.5º | 0.58% | 0.67% | - |
| HSV(B) | 17.5º | 0.44% | 0.86% | - |
| XYZ | 44.38 | 39.13 | 24.28 | - |
| YUV | 169.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 124 | 0 | 0.31 | 0.44 | 0.14 | 17.5 | 0.58 | 0.67 |
| Hex | DC | 98 | 7C | 0 | 1F | 2C | E | 12 | 3A | 43 |
| Octal | 334 | 230 | 174 | 0 | 37 | 54 | 16 | 22 | 72 | 103 |
| Binary | 11011100 | 10011000 | 1111100 | 0 | 11111 | 101100 | 1110 | 10010 | 111010 | 1000011 |
Color Harmonies of #DC987C
Complementary color
Monochromatic Colors of #DC987C
Black with #DC987C
Text Example
Text Example
White with #DC987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC987C; }
p { color: rgb(220,152,124); }
H1.HeaderClassName
{
color: #DC987C;
}
.AnyTagClassName
{
color: #DC987C;
}
</style>
background-color css
<style>
a { background-color: #DC987C; }
a { background-color: rgb(220,152,124); }
div.DivClassName
{
background-color: #DC987C;
}
.BgClassName
{
background-color: #DC987C;
}
</style>
border-color css
<style>
span { border-color: #DC987C; }
span { border-color: rgb(220,152,124); }
td.TdClassName
{
border-color: #DC987C;
}
.TagClassName
{
border-color: #DC987C;
}
</style>