Shades of Dark Salmon #DD987B
Tints of Dark Salmon #DD987B
RGB
CMYK
RGB Variations
Color information
#DD987B (or 0xDD987B) is known color: Dark Salmon. HEX triplet: DD, 98 and 7B. RGB value is (221,152,123). Sum of RGB (Red+Green+Blue) = 221+152+123=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD987B is #226784. Grayscale: #A9A9A9. Windows color (decimal): -2254725 or 8100061. OLE color: 8100061.
HSL color Cylindrical-coordinate representation of color #DD987B: hue angle of 17.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD987B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 123 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.13 |
| HSL | 17.76º | 0.59% | 0.67% | - |
| HSV(B) | 17.76º | 0.44% | 0.87% | - |
| XYZ | 44.62 | 39.26 | 23.96 | - |
| YUV | 169.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 123 | 0 | 0.31 | 0.44 | 0.13 | 17.76 | 0.59 | 0.67 |
| Hex | DD | 98 | 7B | 0 | 1F | 2C | D | 12 | 3B | 43 |
| Octal | 335 | 230 | 173 | 0 | 37 | 54 | 15 | 22 | 73 | 103 |
| Binary | 11011101 | 10011000 | 1111011 | 0 | 11111 | 101100 | 1101 | 10010 | 111011 | 1000011 |
Color Harmonies of #DD987B
Complementary color
Monochromatic Colors of #DD987B
Black with #DD987B
Text Example
Text Example
White with #DD987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD987B; }
p { color: rgb(221,152,123); }
H1.HeaderClassName
{
color: #DD987B;
}
.AnyTagClassName
{
color: #DD987B;
}
</style>
background-color css
<style>
a { background-color: #DD987B; }
a { background-color: rgb(221,152,123); }
div.DivClassName
{
background-color: #DD987B;
}
.BgClassName
{
background-color: #DD987B;
}
</style>
border-color css
<style>
span { border-color: #DD987B; }
span { border-color: rgb(221,152,123); }
td.TdClassName
{
border-color: #DD987B;
}
.TagClassName
{
border-color: #DD987B;
}
</style>