Shades of Dark Salmon #DF9478
Tints of Dark Salmon #DF9478
RGB
CMYK
RGB Variations
Color information
#DF9478 (or 0xDF9478) is known color: Dark Salmon. HEX triplet: DF, 94 and 78. RGB value is (223,148,120). Sum of RGB (Red+Green+Blue) = 223+148+120=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9478 is #206B87. Grayscale: #A7A7A7. Windows color (decimal): -2124680 or 7902431. OLE color: 7902431.
HSL color Cylindrical-coordinate representation of color #DF9478: hue angle of 16.31º 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 #DF9478 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 120 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.13 |
| HSL | 16.31º | 0.62% | 0.67% | - |
| HSV(B) | 16.31º | 0.46% | 0.87% | - |
| XYZ | 44.41 | 38.22 | 22.81 | - |
| YUV | 167.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 120 | 0 | 0.34 | 0.46 | 0.13 | 16.31 | 0.62 | 0.67 |
| Hex | DF | 94 | 78 | 0 | 22 | 2E | D | 10 | 3E | 43 |
| Octal | 337 | 224 | 170 | 0 | 42 | 56 | 15 | 20 | 76 | 103 |
| Binary | 11011111 | 10010100 | 1111000 | 0 | 100010 | 101110 | 1101 | 10000 | 111110 | 1000011 |
Color Harmonies of #DF9478
Complementary color
Monochromatic Colors of #DF9478
Black with #DF9478
Text Example
Text Example
White with #DF9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9478; }
p { color: rgb(223,148,120); }
H1.HeaderClassName
{
color: #DF9478;
}
.AnyTagClassName
{
color: #DF9478;
}
</style>
background-color css
<style>
a { background-color: #DF9478; }
a { background-color: rgb(223,148,120); }
div.DivClassName
{
background-color: #DF9478;
}
.BgClassName
{
background-color: #DF9478;
}
</style>
border-color css
<style>
span { border-color: #DF9478; }
span { border-color: rgb(223,148,120); }
td.TdClassName
{
border-color: #DF9478;
}
.TagClassName
{
border-color: #DF9478;
}
</style>