Shades of Dark Salmon #DC987E
Tints of Dark Salmon #DC987E
RGB
CMYK
RGB Variations
Color information
#DC987E (or 0xDC987E) is known color: Dark Salmon. HEX triplet: DC, 98 and 7E. RGB value is (220,152,126). Sum of RGB (Red+Green+Blue) = 220+152+126=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC987E is #236781. Grayscale: #A9A9A9. Windows color (decimal): -2320258 or 8296668. OLE color: 8296668.
HSL color Cylindrical-coordinate representation of color #DC987E: hue angle of 16.6º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC987E is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 126 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.14 |
| HSL | 16.6º | 0.57% | 0.68% | - |
| HSV(B) | 16.6º | 0.43% | 0.86% | - |
| XYZ | 44.51 | 39.18 | 24.95 | - |
| YUV | 169.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 126 | 0 | 0.31 | 0.43 | 0.14 | 16.6 | 0.57 | 0.68 |
| Hex | DC | 98 | 7E | 0 | 1F | 2B | E | 11 | 39 | 44 |
| Octal | 334 | 230 | 176 | 0 | 37 | 53 | 16 | 21 | 71 | 104 |
| Binary | 11011100 | 10011000 | 1111110 | 0 | 11111 | 101011 | 1110 | 10001 | 111001 | 1000100 |
Color Harmonies of #DC987E
Complementary color
Monochromatic Colors of #DC987E
Black with #DC987E
Text Example
Text Example
White with #DC987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC987E; }
p { color: rgb(220,152,126); }
H1.HeaderClassName
{
color: #DC987E;
}
.AnyTagClassName
{
color: #DC987E;
}
</style>
background-color css
<style>
a { background-color: #DC987E; }
a { background-color: rgb(220,152,126); }
div.DivClassName
{
background-color: #DC987E;
}
.BgClassName
{
background-color: #DC987E;
}
</style>
border-color css
<style>
span { border-color: #DC987E; }
span { border-color: rgb(220,152,126); }
td.TdClassName
{
border-color: #DC987E;
}
.TagClassName
{
border-color: #DC987E;
}
</style>