Shades of Dark Salmon #DF9873
Tints of Dark Salmon #DF9873
RGB
CMYK
RGB Variations
Color information
#DF9873 (or 0xDF9873) is known color: Dark Salmon. HEX triplet: DF, 98 and 73. RGB value is (223,152,115). Sum of RGB (Red+Green+Blue) = 223+152+115=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9873 is #20678C. Grayscale: #A9A9A9. Windows color (decimal): -2123661 or 7575775. OLE color: 7575775.
HSL color Cylindrical-coordinate representation of color #DF9873: hue angle of 20.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9873 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 115 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.13 |
| HSL | 20.56º | 0.63% | 0.66% | - |
| HSV(B) | 20.56º | 0.48% | 0.87% | - |
| XYZ | 44.75 | 39.38 | 21.46 | - |
| YUV | 169.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 115 | 0 | 0.32 | 0.48 | 0.13 | 20.56 | 0.63 | 0.66 |
| Hex | DF | 98 | 73 | 0 | 20 | 30 | D | 15 | 3F | 42 |
| Octal | 337 | 230 | 163 | 0 | 40 | 60 | 15 | 25 | 77 | 102 |
| Binary | 11011111 | 10011000 | 1110011 | 0 | 100000 | 110000 | 1101 | 10101 | 111111 | 1000010 |
Color Harmonies of #DF9873
Complementary color
Monochromatic Colors of #DF9873
Black with #DF9873
Text Example
Text Example
White with #DF9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9873; }
p { color: rgb(223,152,115); }
H1.HeaderClassName
{
color: #DF9873;
}
.AnyTagClassName
{
color: #DF9873;
}
</style>
background-color css
<style>
a { background-color: #DF9873; }
a { background-color: rgb(223,152,115); }
div.DivClassName
{
background-color: #DF9873;
}
.BgClassName
{
background-color: #DF9873;
}
</style>
border-color css
<style>
span { border-color: #DF9873; }
span { border-color: rgb(223,152,115); }
td.TdClassName
{
border-color: #DF9873;
}
.TagClassName
{
border-color: #DF9873;
}
</style>