Shades of Dark Salmon #DF9878
Tints of Dark Salmon #DF9878
RGB
CMYK
RGB Variations
Color information
#DF9878 (or 0xDF9878) is known color: Dark Salmon. HEX triplet: DF, 98 and 78. RGB value is (223,152,120). Sum of RGB (Red+Green+Blue) = 223+152+120=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9878 is #206787. Grayscale: #A9A9A9. Windows color (decimal): -2123656 or 7903455. OLE color: 7903455.
HSL color Cylindrical-coordinate representation of color #DF9878: hue angle of 18.64º 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 #DF9878 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 120 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.13 |
| HSL | 18.64º | 0.62% | 0.67% | - |
| HSV(B) | 18.64º | 0.46% | 0.87% | - |
| XYZ | 45.05 | 39.5 | 23.02 | - |
| YUV | 169.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 120 | 0 | 0.32 | 0.46 | 0.13 | 18.64 | 0.62 | 0.67 |
| Hex | DF | 98 | 78 | 0 | 20 | 2E | D | 13 | 3E | 43 |
| Octal | 337 | 230 | 170 | 0 | 40 | 56 | 15 | 23 | 76 | 103 |
| Binary | 11011111 | 10011000 | 1111000 | 0 | 100000 | 101110 | 1101 | 10011 | 111110 | 1000011 |
Color Harmonies of #DF9878
Complementary color
Monochromatic Colors of #DF9878
Black with #DF9878
Text Example
Text Example
White with #DF9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9878; }
p { color: rgb(223,152,120); }
H1.HeaderClassName
{
color: #DF9878;
}
.AnyTagClassName
{
color: #DF9878;
}
</style>
background-color css
<style>
a { background-color: #DF9878; }
a { background-color: rgb(223,152,120); }
div.DivClassName
{
background-color: #DF9878;
}
.BgClassName
{
background-color: #DF9878;
}
</style>
border-color css
<style>
span { border-color: #DF9878; }
span { border-color: rgb(223,152,120); }
td.TdClassName
{
border-color: #DF9878;
}
.TagClassName
{
border-color: #DF9878;
}
</style>