Shades of Dark Salmon #DF9979
Tints of Dark Salmon #DF9979
RGB
CMYK
RGB Variations
Color information
#DF9979 (or 0xDF9979) is known color: Dark Salmon. HEX triplet: DF, 99 and 79. RGB value is (223,153,121). Sum of RGB (Red+Green+Blue) = 223+153+121=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9979 is #206686. Grayscale: #AAAAAA. Windows color (decimal): -2123399 or 7969247. OLE color: 7969247.
HSL color Cylindrical-coordinate representation of color #DF9979: hue angle of 18.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF9979 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 121 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.13 |
| HSL | 18.82º | 0.61% | 0.67% | - |
| HSV(B) | 18.82º | 0.46% | 0.87% | - |
| XYZ | 45.27 | 39.85 | 23.39 | - |
| YUV | 170.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 121 | 0 | 0.31 | 0.46 | 0.13 | 18.82 | 0.61 | 0.67 |
| Hex | DF | 99 | 79 | 0 | 1F | 2E | D | 13 | 3D | 43 |
| Octal | 337 | 231 | 171 | 0 | 37 | 56 | 15 | 23 | 75 | 103 |
| Binary | 11011111 | 10011001 | 1111001 | 0 | 11111 | 101110 | 1101 | 10011 | 111101 | 1000011 |
Color Harmonies of #DF9979
Complementary color
Monochromatic Colors of #DF9979
Black with #DF9979
Text Example
Text Example
White with #DF9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9979; }
p { color: rgb(223,153,121); }
H1.HeaderClassName
{
color: #DF9979;
}
.AnyTagClassName
{
color: #DF9979;
}
</style>
background-color css
<style>
a { background-color: #DF9979; }
a { background-color: rgb(223,153,121); }
div.DivClassName
{
background-color: #DF9979;
}
.BgClassName
{
background-color: #DF9979;
}
</style>
border-color css
<style>
span { border-color: #DF9979; }
span { border-color: rgb(223,153,121); }
td.TdClassName
{
border-color: #DF9979;
}
.TagClassName
{
border-color: #DF9979;
}
</style>