Shades of Dark Salmon #DF9676
Tints of Dark Salmon #DF9676
RGB
CMYK
RGB Variations
Color information
#DF9676 (or 0xDF9676) is known color: Dark Salmon. HEX triplet: DF, 96 and 76. RGB value is (223,150,118). Sum of RGB (Red+Green+Blue) = 223+150+118=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9676 is #206989. Grayscale: #A8A8A8. Windows color (decimal): -2124170 or 7771871. OLE color: 7771871.
HSL color Cylindrical-coordinate representation of color #DF9676: hue angle of 18.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 #DF9676 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 118 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.13 |
| HSL | 18.29º | 0.62% | 0.67% | - |
| HSV(B) | 18.29º | 0.47% | 0.87% | - |
| XYZ | 44.61 | 38.81 | 22.28 | - |
| YUV | 168.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 118 | 0 | 0.33 | 0.47 | 0.13 | 18.29 | 0.62 | 0.67 |
| Hex | DF | 96 | 76 | 0 | 21 | 2F | D | 12 | 3E | 43 |
| Octal | 337 | 226 | 166 | 0 | 41 | 57 | 15 | 22 | 76 | 103 |
| Binary | 11011111 | 10010110 | 1110110 | 0 | 100001 | 101111 | 1101 | 10010 | 111110 | 1000011 |
Color Harmonies of #DF9676
Complementary color
Monochromatic Colors of #DF9676
Black with #DF9676
Text Example
Text Example
White with #DF9676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9676; }
p { color: rgb(223,150,118); }
H1.HeaderClassName
{
color: #DF9676;
}
.AnyTagClassName
{
color: #DF9676;
}
</style>
background-color css
<style>
a { background-color: #DF9676; }
a { background-color: rgb(223,150,118); }
div.DivClassName
{
background-color: #DF9676;
}
.BgClassName
{
background-color: #DF9676;
}
</style>
border-color css
<style>
span { border-color: #DF9676; }
span { border-color: rgb(223,150,118); }
td.TdClassName
{
border-color: #DF9676;
}
.TagClassName
{
border-color: #DF9676;
}
</style>