Shades of Dark Salmon #DF947F
Tints of Dark Salmon #DF947F
RGB
CMYK
RGB Variations
Color information
#DF947F (or 0xDF947F) is known color: Dark Salmon. HEX triplet: DF, 94 and 7F. RGB value is (223,148,127). Sum of RGB (Red+Green+Blue) = 223+148+127=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF947F is #206B80. Grayscale: #A8A8A8. Windows color (decimal): -2124673 or 8361183. OLE color: 8361183.
HSL color Cylindrical-coordinate representation of color #DF947F: hue angle of 13.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF947F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 127 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.13 |
| HSL | 13.13º | 0.6% | 0.69% | - |
| HSV(B) | 13.13º | 0.43% | 0.87% | - |
| XYZ | 44.85 | 38.4 | 25.13 | - |
| YUV | 168.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 127 | 0 | 0.34 | 0.43 | 0.13 | 13.13 | 0.6 | 0.69 |
| Hex | DF | 94 | 7F | 0 | 22 | 2B | D | D | 3C | 45 |
| Octal | 337 | 224 | 177 | 0 | 42 | 53 | 15 | 15 | 74 | 105 |
| Binary | 11011111 | 10010100 | 1111111 | 0 | 100010 | 101011 | 1101 | 1101 | 111100 | 1000101 |
Color Harmonies of #DF947F
Complementary color
Monochromatic Colors of #DF947F
Black with #DF947F
Text Example
Text Example
White with #DF947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF947F; }
p { color: rgb(223,148,127); }
H1.HeaderClassName
{
color: #DF947F;
}
.AnyTagClassName
{
color: #DF947F;
}
</style>
background-color css
<style>
a { background-color: #DF947F; }
a { background-color: rgb(223,148,127); }
div.DivClassName
{
background-color: #DF947F;
}
.BgClassName
{
background-color: #DF947F;
}
</style>
border-color css
<style>
span { border-color: #DF947F; }
span { border-color: rgb(223,148,127); }
td.TdClassName
{
border-color: #DF947F;
}
.TagClassName
{
border-color: #DF947F;
}
</style>