Shades of Dark Salmon #DF977E
Tints of Dark Salmon #DF977E
RGB
CMYK
RGB Variations
Color information
#DF977E (or 0xDF977E) is known color: Dark Salmon. HEX triplet: DF, 97 and 7E. RGB value is (223,151,126). Sum of RGB (Red+Green+Blue) = 223+151+126=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF977E is #206881. Grayscale: #A9A9A9. Windows color (decimal): -2123906 or 8296415. OLE color: 8296415.
HSL color Cylindrical-coordinate representation of color #DF977E: hue angle of 15.46º 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 #DF977E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 126 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 15.46º | 0.6% | 0.68% | - |
| HSV(B) | 15.46º | 0.43% | 0.87% | - |
| XYZ | 45.26 | 39.33 | 24.94 | - |
| YUV | 169.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 126 | 0 | 0.32 | 0.43 | 0.13 | 15.46 | 0.6 | 0.68 |
| Hex | DF | 97 | 7E | 0 | 20 | 2B | D | F | 3C | 44 |
| Octal | 337 | 227 | 176 | 0 | 40 | 53 | 15 | 17 | 74 | 104 |
| Binary | 11011111 | 10010111 | 1111110 | 0 | 100000 | 101011 | 1101 | 1111 | 111100 | 1000100 |
Color Harmonies of #DF977E
Complementary color
Monochromatic Colors of #DF977E
Black with #DF977E
Text Example
Text Example
White with #DF977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF977E; }
p { color: rgb(223,151,126); }
H1.HeaderClassName
{
color: #DF977E;
}
.AnyTagClassName
{
color: #DF977E;
}
</style>
background-color css
<style>
a { background-color: #DF977E; }
a { background-color: rgb(223,151,126); }
div.DivClassName
{
background-color: #DF977E;
}
.BgClassName
{
background-color: #DF977E;
}
</style>
border-color css
<style>
span { border-color: #DF977E; }
span { border-color: rgb(223,151,126); }
td.TdClassName
{
border-color: #DF977E;
}
.TagClassName
{
border-color: #DF977E;
}
</style>