Shades of Dark Salmon #DF967D
Tints of Dark Salmon #DF967D
RGB
CMYK
RGB Variations
Color information
#DF967D (or 0xDF967D) is known color: Dark Salmon. HEX triplet: DF, 96 and 7D. RGB value is (223,150,125). Sum of RGB (Red+Green+Blue) = 223+150+125=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF967D is #206982. Grayscale: #A9A9A9. Windows color (decimal): -2124163 or 8230623. OLE color: 8230623.
HSL color Cylindrical-coordinate representation of color #DF967D: hue angle of 15.31º 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 #DF967D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 125 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.13 |
| HSL | 15.31º | 0.6% | 0.68% | - |
| HSV(B) | 15.31º | 0.44% | 0.87% | - |
| XYZ | 45.04 | 38.98 | 24.55 | - |
| YUV | 168.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 125 | 0 | 0.33 | 0.44 | 0.13 | 15.31 | 0.6 | 0.68 |
| Hex | DF | 96 | 7D | 0 | 21 | 2C | D | F | 3C | 44 |
| Octal | 337 | 226 | 175 | 0 | 41 | 54 | 15 | 17 | 74 | 104 |
| Binary | 11011111 | 10010110 | 1111101 | 0 | 100001 | 101100 | 1101 | 1111 | 111100 | 1000100 |
Color Harmonies of #DF967D
Complementary color
Monochromatic Colors of #DF967D
Black with #DF967D
Text Example
Text Example
White with #DF967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF967D; }
p { color: rgb(223,150,125); }
H1.HeaderClassName
{
color: #DF967D;
}
.AnyTagClassName
{
color: #DF967D;
}
</style>
background-color css
<style>
a { background-color: #DF967D; }
a { background-color: rgb(223,150,125); }
div.DivClassName
{
background-color: #DF967D;
}
.BgClassName
{
background-color: #DF967D;
}
</style>
border-color css
<style>
span { border-color: #DF967D; }
span { border-color: rgb(223,150,125); }
td.TdClassName
{
border-color: #DF967D;
}
.TagClassName
{
border-color: #DF967D;
}
</style>