Shades of Dark Salmon #DF8F77
Tints of Dark Salmon #DF8F77
RGB
CMYK
RGB Variations
Color information
#DF8F77 (or 0xDF8F77) is known color: Dark Salmon. HEX triplet: DF, 8F and 77. RGB value is (223,143,119). Sum of RGB (Red+Green+Blue) = 223+143+119=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F77 is #207088. Grayscale: #A4A4A4. Windows color (decimal): -2125961 or 7835615. OLE color: 7835615.
HSL color Cylindrical-coordinate representation of color #DF8F77: hue angle of 13.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF8F77 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 119 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.13 |
| HSL | 13.85º | 0.62% | 0.67% | - |
| HSV(B) | 13.85º | 0.47% | 0.87% | - |
| XYZ | 43.58 | 36.66 | 22.23 | - |
| YUV | 164.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 119 | 0 | 0.36 | 0.47 | 0.13 | 13.85 | 0.62 | 0.67 |
| Hex | DF | 8F | 77 | 0 | 24 | 2F | D | E | 3E | 43 |
| Octal | 337 | 217 | 167 | 0 | 44 | 57 | 15 | 16 | 76 | 103 |
| Binary | 11011111 | 10001111 | 1110111 | 0 | 100100 | 101111 | 1101 | 1110 | 111110 | 1000011 |
Color Harmonies of #DF8F77
Complementary color
Monochromatic Colors of #DF8F77
Black with #DF8F77
Text Example
Text Example
White with #DF8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F77; }
p { color: rgb(223,143,119); }
H1.HeaderClassName
{
color: #DF8F77;
}
.AnyTagClassName
{
color: #DF8F77;
}
</style>
background-color css
<style>
a { background-color: #DF8F77; }
a { background-color: rgb(223,143,119); }
div.DivClassName
{
background-color: #DF8F77;
}
.BgClassName
{
background-color: #DF8F77;
}
</style>
border-color css
<style>
span { border-color: #DF8F77; }
span { border-color: rgb(223,143,119); }
td.TdClassName
{
border-color: #DF8F77;
}
.TagClassName
{
border-color: #DF8F77;
}
</style>