Shades of Dark Salmon #DF9078
Tints of Dark Salmon #DF9078
RGB
CMYK
RGB Variations
Color information
#DF9078 (or 0xDF9078) is known color: Dark Salmon. HEX triplet: DF, 90 and 78. RGB value is (223,144,120). Sum of RGB (Red+Green+Blue) = 223+144+120=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9078 is #206F87. Grayscale: #A5A5A5. Windows color (decimal): -2125704 or 7901407. OLE color: 7901407.
HSL color Cylindrical-coordinate representation of color #DF9078: hue angle of 13.98º 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 #DF9078 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 120 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.13 |
| HSL | 13.98º | 0.62% | 0.67% | - |
| HSV(B) | 13.98º | 0.46% | 0.87% | - |
| XYZ | 43.79 | 36.99 | 22.6 | - |
| YUV | 164.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 120 | 0 | 0.35 | 0.46 | 0.13 | 13.98 | 0.62 | 0.67 |
| Hex | DF | 90 | 78 | 0 | 23 | 2E | D | E | 3E | 43 |
| Octal | 337 | 220 | 170 | 0 | 43 | 56 | 15 | 16 | 76 | 103 |
| Binary | 11011111 | 10010000 | 1111000 | 0 | 100011 | 101110 | 1101 | 1110 | 111110 | 1000011 |
Color Harmonies of #DF9078
Complementary color
Monochromatic Colors of #DF9078
Black with #DF9078
Text Example
Text Example
White with #DF9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9078; }
p { color: rgb(223,144,120); }
H1.HeaderClassName
{
color: #DF9078;
}
.AnyTagClassName
{
color: #DF9078;
}
</style>
background-color css
<style>
a { background-color: #DF9078; }
a { background-color: rgb(223,144,120); }
div.DivClassName
{
background-color: #DF9078;
}
.BgClassName
{
background-color: #DF9078;
}
</style>
border-color css
<style>
span { border-color: #DF9078; }
span { border-color: rgb(223,144,120); }
td.TdClassName
{
border-color: #DF9078;
}
.TagClassName
{
border-color: #DF9078;
}
</style>