Shades of Dark Salmon #DB977E
Tints of Dark Salmon #DB977E
RGB
CMYK
RGB Variations
Color information
#DB977E (or 0xDB977E) is known color: Dark Salmon. HEX triplet: DB, 97 and 7E. RGB value is (219,151,126). Sum of RGB (Red+Green+Blue) = 219+151+126=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB977E is #246881. Grayscale: #A8A8A8. Windows color (decimal): -2386050 or 8296411. OLE color: 8296411.
HSL color Cylindrical-coordinate representation of color #DB977E: hue angle of 16.13º 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 #DB977E is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 126 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.14 |
| HSL | 16.13º | 0.56% | 0.68% | - |
| HSV(B) | 16.13º | 0.42% | 0.86% | - |
| XYZ | 44.05 | 38.7 | 24.89 | - |
| YUV | 168.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 126 | 0 | 0.31 | 0.42 | 0.14 | 16.13 | 0.56 | 0.68 |
| Hex | DB | 97 | 7E | 0 | 1F | 2A | E | 10 | 38 | 44 |
| Octal | 333 | 227 | 176 | 0 | 37 | 52 | 16 | 20 | 70 | 104 |
| Binary | 11011011 | 10010111 | 1111110 | 0 | 11111 | 101010 | 1110 | 10000 | 111000 | 1000100 |
Color Harmonies of #DB977E
Complementary color
Monochromatic Colors of #DB977E
Black with #DB977E
Text Example
Text Example
White with #DB977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB977E; }
p { color: rgb(219,151,126); }
H1.HeaderClassName
{
color: #DB977E;
}
.AnyTagClassName
{
color: #DB977E;
}
</style>
background-color css
<style>
a { background-color: #DB977E; }
a { background-color: rgb(219,151,126); }
div.DivClassName
{
background-color: #DB977E;
}
.BgClassName
{
background-color: #DB977E;
}
</style>
border-color css
<style>
span { border-color: #DB977E; }
span { border-color: rgb(219,151,126); }
td.TdClassName
{
border-color: #DB977E;
}
.TagClassName
{
border-color: #DB977E;
}
</style>