Shades of Dark Salmon #DF9079
Tints of Dark Salmon #DF9079
RGB
CMYK
RGB Variations
Color information
#DF9079 (or 0xDF9079) is known color: Dark Salmon. HEX triplet: DF, 90 and 79. RGB value is (223,144,121). Sum of RGB (Red+Green+Blue) = 223+144+121=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9079 is #206F86. Grayscale: #A5A5A5. Windows color (decimal): -2125703 or 7966943. OLE color: 7966943.
HSL color Cylindrical-coordinate representation of color #DF9079: hue angle of 13.53º degrees, saturation: 0.61, 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 #DF9079 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 121 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.13 |
| HSL | 13.53º | 0.61% | 0.67% | - |
| HSV(B) | 13.53º | 0.46% | 0.87% | - |
| XYZ | 43.86 | 37.01 | 22.92 | - |
| YUV | 165 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 121 | 0 | 0.35 | 0.46 | 0.13 | 13.53 | 0.61 | 0.67 |
| Hex | DF | 90 | 79 | 0 | 23 | 2E | D | E | 3D | 43 |
| Octal | 337 | 220 | 171 | 0 | 43 | 56 | 15 | 16 | 75 | 103 |
| Binary | 11011111 | 10010000 | 1111001 | 0 | 100011 | 101110 | 1101 | 1110 | 111101 | 1000011 |
Color Harmonies of #DF9079
Complementary color
Monochromatic Colors of #DF9079
Black with #DF9079
Text Example
Text Example
White with #DF9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9079; }
p { color: rgb(223,144,121); }
H1.HeaderClassName
{
color: #DF9079;
}
.AnyTagClassName
{
color: #DF9079;
}
</style>
background-color css
<style>
a { background-color: #DF9079; }
a { background-color: rgb(223,144,121); }
div.DivClassName
{
background-color: #DF9079;
}
.BgClassName
{
background-color: #DF9079;
}
</style>
border-color css
<style>
span { border-color: #DF9079; }
span { border-color: rgb(223,144,121); }
td.TdClassName
{
border-color: #DF9079;
}
.TagClassName
{
border-color: #DF9079;
}
</style>