Shades of Dark Salmon #DF9679
Tints of Dark Salmon #DF9679
RGB
CMYK
RGB Variations
Color information
#DF9679 (or 0xDF9679) is known color: Dark Salmon. HEX triplet: DF, 96 and 79. RGB value is (223,150,121). Sum of RGB (Red+Green+Blue) = 223+150+121=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9679 is #206986. Grayscale: #A8A8A8. Windows color (decimal): -2124167 or 7968479. OLE color: 7968479.
HSL color Cylindrical-coordinate representation of color #DF9679: hue angle of 17.06º 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 #DF9679 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 121 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.13 |
| HSL | 17.06º | 0.61% | 0.67% | - |
| HSV(B) | 17.06º | 0.46% | 0.87% | - |
| XYZ | 44.79 | 38.88 | 23.23 | - |
| YUV | 168.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 121 | 0 | 0.33 | 0.46 | 0.13 | 17.06 | 0.61 | 0.67 |
| Hex | DF | 96 | 79 | 0 | 21 | 2E | D | 11 | 3D | 43 |
| Octal | 337 | 226 | 171 | 0 | 41 | 56 | 15 | 21 | 75 | 103 |
| Binary | 11011111 | 10010110 | 1111001 | 0 | 100001 | 101110 | 1101 | 10001 | 111101 | 1000011 |
Color Harmonies of #DF9679
Complementary color
Monochromatic Colors of #DF9679
Black with #DF9679
Text Example
Text Example
White with #DF9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9679; }
p { color: rgb(223,150,121); }
H1.HeaderClassName
{
color: #DF9679;
}
.AnyTagClassName
{
color: #DF9679;
}
</style>
background-color css
<style>
a { background-color: #DF9679; }
a { background-color: rgb(223,150,121); }
div.DivClassName
{
background-color: #DF9679;
}
.BgClassName
{
background-color: #DF9679;
}
</style>
border-color css
<style>
span { border-color: #DF9679; }
span { border-color: rgb(223,150,121); }
td.TdClassName
{
border-color: #DF9679;
}
.TagClassName
{
border-color: #DF9679;
}
</style>