Shades of Dark Salmon #DF957E
Tints of Dark Salmon #DF957E
RGB
CMYK
RGB Variations
Color information
#DF957E (or 0xDF957E) is known color: Dark Salmon. HEX triplet: DF, 95 and 7E. RGB value is (223,149,126). Sum of RGB (Red+Green+Blue) = 223+149+126=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF957E is #206A81. Grayscale: #A8A8A8. Windows color (decimal): -2124418 or 8295903. OLE color: 8295903.
HSL color Cylindrical-coordinate representation of color #DF957E: hue angle of 14.23º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF957E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 126 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 14.23º | 0.6% | 0.68% | - |
| HSV(B) | 14.23º | 0.43% | 0.87% | - |
| XYZ | 44.94 | 38.69 | 24.84 | - |
| YUV | 168.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 126 | 0 | 0.33 | 0.43 | 0.13 | 14.23 | 0.6 | 0.68 |
| Hex | DF | 95 | 7E | 0 | 21 | 2B | D | E | 3C | 44 |
| Octal | 337 | 225 | 176 | 0 | 41 | 53 | 15 | 16 | 74 | 104 |
| Binary | 11011111 | 10010101 | 1111110 | 0 | 100001 | 101011 | 1101 | 1110 | 111100 | 1000100 |
Color Harmonies of #DF957E
Complementary color
Monochromatic Colors of #DF957E
Black with #DF957E
Text Example
Text Example
White with #DF957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF957E; }
p { color: rgb(223,149,126); }
H1.HeaderClassName
{
color: #DF957E;
}
.AnyTagClassName
{
color: #DF957E;
}
</style>
background-color css
<style>
a { background-color: #DF957E; }
a { background-color: rgb(223,149,126); }
div.DivClassName
{
background-color: #DF957E;
}
.BgClassName
{
background-color: #DF957E;
}
</style>
border-color css
<style>
span { border-color: #DF957E; }
span { border-color: rgb(223,149,126); }
td.TdClassName
{
border-color: #DF957E;
}
.TagClassName
{
border-color: #DF957E;
}
</style>