Shades of Dark Salmon #DF947D
Tints of Dark Salmon #DF947D
RGB
CMYK
RGB Variations
Color information
#DF947D (or 0xDF947D) is known color: Dark Salmon. HEX triplet: DF, 94 and 7D. RGB value is (223,148,125). Sum of RGB (Red+Green+Blue) = 223+148+125=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF947D is #206B82. Grayscale: #A7A7A7. Windows color (decimal): -2124675 or 8230111. OLE color: 8230111.
HSL color Cylindrical-coordinate representation of color #DF947D: hue angle of 14.08º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF947D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 125 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.13 |
| HSL | 14.08º | 0.6% | 0.68% | - |
| HSV(B) | 14.08º | 0.44% | 0.87% | - |
| XYZ | 44.72 | 38.35 | 24.45 | - |
| YUV | 167.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 125 | 0 | 0.34 | 0.44 | 0.13 | 14.08 | 0.6 | 0.68 |
| Hex | DF | 94 | 7D | 0 | 22 | 2C | D | E | 3C | 44 |
| Octal | 337 | 224 | 175 | 0 | 42 | 54 | 15 | 16 | 74 | 104 |
| Binary | 11011111 | 10010100 | 1111101 | 0 | 100010 | 101100 | 1101 | 1110 | 111100 | 1000100 |
Color Harmonies of #DF947D
Complementary color
Monochromatic Colors of #DF947D
Black with #DF947D
Text Example
Text Example
White with #DF947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF947D; }
p { color: rgb(223,148,125); }
H1.HeaderClassName
{
color: #DF947D;
}
.AnyTagClassName
{
color: #DF947D;
}
</style>
background-color css
<style>
a { background-color: #DF947D; }
a { background-color: rgb(223,148,125); }
div.DivClassName
{
background-color: #DF947D;
}
.BgClassName
{
background-color: #DF947D;
}
</style>
border-color css
<style>
span { border-color: #DF947D; }
span { border-color: rgb(223,148,125); }
td.TdClassName
{
border-color: #DF947D;
}
.TagClassName
{
border-color: #DF947D;
}
</style>