Shades of Dark Salmon #DB957E
Tints of Dark Salmon #DB957E
RGB
CMYK
RGB Variations
Color information
#DB957E (or 0xDB957E) is known color: Dark Salmon. HEX triplet: DB, 95 and 7E. RGB value is (219,149,126). Sum of RGB (Red+Green+Blue) = 219+149+126=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB957E is #246A81. Grayscale: #A7A7A7. Windows color (decimal): -2386562 or 8295899. OLE color: 8295899.
HSL color Cylindrical-coordinate representation of color #DB957E: hue angle of 14.84º 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 #DB957E is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 126 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.14 |
| HSL | 14.84º | 0.56% | 0.68% | - |
| HSV(B) | 14.84º | 0.42% | 0.86% | - |
| XYZ | 43.73 | 38.06 | 24.78 | - |
| YUV | 167.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 126 | 0 | 0.32 | 0.42 | 0.14 | 14.84 | 0.56 | 0.68 |
| Hex | DB | 95 | 7E | 0 | 20 | 2A | E | F | 38 | 44 |
| Octal | 333 | 225 | 176 | 0 | 40 | 52 | 16 | 17 | 70 | 104 |
| Binary | 11011011 | 10010101 | 1111110 | 0 | 100000 | 101010 | 1110 | 1111 | 111000 | 1000100 |
Color Harmonies of #DB957E
Complementary color
Monochromatic Colors of #DB957E
Black with #DB957E
Text Example
Text Example
White with #DB957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB957E; }
p { color: rgb(219,149,126); }
H1.HeaderClassName
{
color: #DB957E;
}
.AnyTagClassName
{
color: #DB957E;
}
</style>
background-color css
<style>
a { background-color: #DB957E; }
a { background-color: rgb(219,149,126); }
div.DivClassName
{
background-color: #DB957E;
}
.BgClassName
{
background-color: #DB957E;
}
</style>
border-color css
<style>
span { border-color: #DB957E; }
span { border-color: rgb(219,149,126); }
td.TdClassName
{
border-color: #DB957E;
}
.TagClassName
{
border-color: #DB957E;
}
</style>