Shades of Dark Salmon #DB987E
Tints of Dark Salmon #DB987E
RGB
CMYK
RGB Variations
Color information
#DB987E (or 0xDB987E) is known color: Dark Salmon. HEX triplet: DB, 98 and 7E. RGB value is (219,152,126). Sum of RGB (Red+Green+Blue) = 219+152+126=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB987E is #246781. Grayscale: #A9A9A9. Windows color (decimal): -2385794 or 8296667. OLE color: 8296667.
HSL color Cylindrical-coordinate representation of color #DB987E: hue angle of 16.77º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB987E is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 126 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.14 |
| HSL | 16.77º | 0.56% | 0.68% | - |
| HSV(B) | 16.77º | 0.42% | 0.86% | - |
| XYZ | 44.21 | 39.02 | 24.94 | - |
| YUV | 169.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 126 | 0 | 0.31 | 0.42 | 0.14 | 16.77 | 0.56 | 0.68 |
| Hex | DB | 98 | 7E | 0 | 1F | 2A | E | 11 | 38 | 44 |
| Octal | 333 | 230 | 176 | 0 | 37 | 52 | 16 | 21 | 70 | 104 |
| Binary | 11011011 | 10011000 | 1111110 | 0 | 11111 | 101010 | 1110 | 10001 | 111000 | 1000100 |
Color Harmonies of #DB987E
Complementary color
Monochromatic Colors of #DB987E
Black with #DB987E
Text Example
Text Example
White with #DB987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB987E; }
p { color: rgb(219,152,126); }
H1.HeaderClassName
{
color: #DB987E;
}
.AnyTagClassName
{
color: #DB987E;
}
</style>
background-color css
<style>
a { background-color: #DB987E; }
a { background-color: rgb(219,152,126); }
div.DivClassName
{
background-color: #DB987E;
}
.BgClassName
{
background-color: #DB987E;
}
</style>
border-color css
<style>
span { border-color: #DB987E; }
span { border-color: rgb(219,152,126); }
td.TdClassName
{
border-color: #DB987E;
}
.TagClassName
{
border-color: #DB987E;
}
</style>