Shades of Dark Salmon #DF9677
Tints of Dark Salmon #DF9677
RGB
CMYK
RGB Variations
Color information
#DF9677 (or 0xDF9677) is known color: Dark Salmon. HEX triplet: DF, 96 and 77. RGB value is (223,150,119). Sum of RGB (Red+Green+Blue) = 223+150+119=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9677 is #206988. Grayscale: #A8A8A8. Windows color (decimal): -2124169 or 7837407. OLE color: 7837407.
HSL color Cylindrical-coordinate representation of color #DF9677: hue angle of 17.88º 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 #DF9677 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 119 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.13 |
| HSL | 17.88º | 0.62% | 0.67% | - |
| HSV(B) | 17.88º | 0.47% | 0.87% | - |
| XYZ | 44.67 | 38.83 | 22.59 | - |
| YUV | 168.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 119 | 0 | 0.33 | 0.47 | 0.13 | 17.88 | 0.62 | 0.67 |
| Hex | DF | 96 | 77 | 0 | 21 | 2F | D | 12 | 3E | 43 |
| Octal | 337 | 226 | 167 | 0 | 41 | 57 | 15 | 22 | 76 | 103 |
| Binary | 11011111 | 10010110 | 1110111 | 0 | 100001 | 101111 | 1101 | 10010 | 111110 | 1000011 |
Color Harmonies of #DF9677
Complementary color
Monochromatic Colors of #DF9677
Black with #DF9677
Text Example
Text Example
White with #DF9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9677; }
p { color: rgb(223,150,119); }
H1.HeaderClassName
{
color: #DF9677;
}
.AnyTagClassName
{
color: #DF9677;
}
</style>
background-color css
<style>
a { background-color: #DF9677; }
a { background-color: rgb(223,150,119); }
div.DivClassName
{
background-color: #DF9677;
}
.BgClassName
{
background-color: #DF9677;
}
</style>
border-color css
<style>
span { border-color: #DF9677; }
span { border-color: rgb(223,150,119); }
td.TdClassName
{
border-color: #DF9677;
}
.TagClassName
{
border-color: #DF9677;
}
</style>