Shades of Dark Salmon #DF9978
Tints of Dark Salmon #DF9978
RGB
CMYK
RGB Variations
Color information
#DF9978 (or 0xDF9978) is known color: Dark Salmon. HEX triplet: DF, 99 and 78. RGB value is (223,153,120). Sum of RGB (Red+Green+Blue) = 223+153+120=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9978 is #206687. Grayscale: #AAAAAA. Windows color (decimal): -2123400 or 7903711. OLE color: 7903711.
HSL color Cylindrical-coordinate representation of color #DF9978: hue angle of 19.22º degrees, saturation: 0.62, 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 #DF9978 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 120 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.13 |
| HSL | 19.22º | 0.62% | 0.67% | - |
| HSV(B) | 19.22º | 0.46% | 0.87% | - |
| XYZ | 45.21 | 39.83 | 23.07 | - |
| YUV | 170.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 120 | 0 | 0.31 | 0.46 | 0.13 | 19.22 | 0.62 | 0.67 |
| Hex | DF | 99 | 78 | 0 | 1F | 2E | D | 13 | 3E | 43 |
| Octal | 337 | 231 | 170 | 0 | 37 | 56 | 15 | 23 | 76 | 103 |
| Binary | 11011111 | 10011001 | 1111000 | 0 | 11111 | 101110 | 1101 | 10011 | 111110 | 1000011 |
Color Harmonies of #DF9978
Complementary color
Monochromatic Colors of #DF9978
Black with #DF9978
Text Example
Text Example
White with #DF9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9978; }
p { color: rgb(223,153,120); }
H1.HeaderClassName
{
color: #DF9978;
}
.AnyTagClassName
{
color: #DF9978;
}
</style>
background-color css
<style>
a { background-color: #DF9978; }
a { background-color: rgb(223,153,120); }
div.DivClassName
{
background-color: #DF9978;
}
.BgClassName
{
background-color: #DF9978;
}
</style>
border-color css
<style>
span { border-color: #DF9978; }
span { border-color: rgb(223,153,120); }
td.TdClassName
{
border-color: #DF9978;
}
.TagClassName
{
border-color: #DF9978;
}
</style>