Shades of Dark Salmon #DF8F76
Tints of Dark Salmon #DF8F76
RGB
CMYK
RGB Variations
Color information
#DF8F76 (or 0xDF8F76) is known color: Dark Salmon. HEX triplet: DF, 8F and 76. RGB value is (223,143,118). Sum of RGB (Red+Green+Blue) = 223+143+118=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F76 is #207089. Grayscale: #A4A4A4. Windows color (decimal): -2125962 or 7770079. OLE color: 7770079.
HSL color Cylindrical-coordinate representation of color #DF8F76: hue angle of 14.29º 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 #DF8F76 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 118 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.13 |
| HSL | 14.29º | 0.62% | 0.67% | - |
| HSV(B) | 14.29º | 0.47% | 0.87% | - |
| XYZ | 43.52 | 36.64 | 21.92 | - |
| YUV | 164.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 118 | 0 | 0.36 | 0.47 | 0.13 | 14.29 | 0.62 | 0.67 |
| Hex | DF | 8F | 76 | 0 | 24 | 2F | D | E | 3E | 43 |
| Octal | 337 | 217 | 166 | 0 | 44 | 57 | 15 | 16 | 76 | 103 |
| Binary | 11011111 | 10001111 | 1110110 | 0 | 100100 | 101111 | 1101 | 1110 | 111110 | 1000011 |
Color Harmonies of #DF8F76
Complementary color
Monochromatic Colors of #DF8F76
Black with #DF8F76
Text Example
Text Example
White with #DF8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F76; }
p { color: rgb(223,143,118); }
H1.HeaderClassName
{
color: #DF8F76;
}
.AnyTagClassName
{
color: #DF8F76;
}
</style>
background-color css
<style>
a { background-color: #DF8F76; }
a { background-color: rgb(223,143,118); }
div.DivClassName
{
background-color: #DF8F76;
}
.BgClassName
{
background-color: #DF8F76;
}
</style>
border-color css
<style>
span { border-color: #DF8F76; }
span { border-color: rgb(223,143,118); }
td.TdClassName
{
border-color: #DF8F76;
}
.TagClassName
{
border-color: #DF8F76;
}
</style>