Shades of Dark Salmon #DD987C
Tints of Dark Salmon #DD987C
RGB
CMYK
RGB Variations
Color information
#DD987C (or 0xDD987C) is known color: Dark Salmon. HEX triplet: DD, 98 and 7C. RGB value is (221,152,124). Sum of RGB (Red+Green+Blue) = 221+152+124=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD987C is #226783. Grayscale: #A9A9A9. Windows color (decimal): -2254724 or 8165597. OLE color: 8165597.
HSL color Cylindrical-coordinate representation of color #DD987C: hue angle of 17.32º degrees, saturation: 0.59, 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 #DD987C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 124 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.13 |
| HSL | 17.32º | 0.59% | 0.68% | - |
| HSV(B) | 17.32º | 0.44% | 0.87% | - |
| XYZ | 44.69 | 39.28 | 24.3 | - |
| YUV | 169.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 124 | 0 | 0.31 | 0.44 | 0.13 | 17.32 | 0.59 | 0.68 |
| Hex | DD | 98 | 7C | 0 | 1F | 2C | D | 11 | 3B | 44 |
| Octal | 335 | 230 | 174 | 0 | 37 | 54 | 15 | 21 | 73 | 104 |
| Binary | 11011101 | 10011000 | 1111100 | 0 | 11111 | 101100 | 1101 | 10001 | 111011 | 1000100 |
Color Harmonies of #DD987C
Complementary color
Monochromatic Colors of #DD987C
Black with #DD987C
Text Example
Text Example
White with #DD987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD987C; }
p { color: rgb(221,152,124); }
H1.HeaderClassName
{
color: #DD987C;
}
.AnyTagClassName
{
color: #DD987C;
}
</style>
background-color css
<style>
a { background-color: #DD987C; }
a { background-color: rgb(221,152,124); }
div.DivClassName
{
background-color: #DD987C;
}
.BgClassName
{
background-color: #DD987C;
}
</style>
border-color css
<style>
span { border-color: #DD987C; }
span { border-color: rgb(221,152,124); }
td.TdClassName
{
border-color: #DD987C;
}
.TagClassName
{
border-color: #DD987C;
}
</style>