Shades of Dark Salmon #DF977F
Tints of Dark Salmon #DF977F
RGB
CMYK
RGB Variations
Color information
#DF977F (or 0xDF977F) is known color: Dark Salmon. HEX triplet: DF, 97 and 7F. RGB value is (223,151,127). Sum of RGB (Red+Green+Blue) = 223+151+127=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF977F is #206880. Grayscale: #A9A9A9. Windows color (decimal): -2123905 or 8361951. OLE color: 8361951.
HSL color Cylindrical-coordinate representation of color #DF977F: hue angle of 15º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF977F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 127 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 15º | 0.6% | 0.69% | - |
| HSV(B) | 15º | 0.43% | 0.87% | - |
| XYZ | 45.33 | 39.35 | 25.29 | - |
| YUV | 169.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 127 | 0 | 0.32 | 0.43 | 0.13 | 15 | 0.6 | 0.69 |
| Hex | DF | 97 | 7F | 0 | 20 | 2B | D | F | 3C | 45 |
| Octal | 337 | 227 | 177 | 0 | 40 | 53 | 15 | 17 | 74 | 105 |
| Binary | 11011111 | 10010111 | 1111111 | 0 | 100000 | 101011 | 1101 | 1111 | 111100 | 1000101 |
Color Harmonies of #DF977F
Complementary color
Monochromatic Colors of #DF977F
Black with #DF977F
Text Example
Text Example
White with #DF977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF977F; }
p { color: rgb(223,151,127); }
H1.HeaderClassName
{
color: #DF977F;
}
.AnyTagClassName
{
color: #DF977F;
}
</style>
background-color css
<style>
a { background-color: #DF977F; }
a { background-color: rgb(223,151,127); }
div.DivClassName
{
background-color: #DF977F;
}
.BgClassName
{
background-color: #DF977F;
}
</style>
border-color css
<style>
span { border-color: #DF977F; }
span { border-color: rgb(223,151,127); }
td.TdClassName
{
border-color: #DF977F;
}
.TagClassName
{
border-color: #DF977F;
}
</style>