Shades of Dark Salmon #DF9773
Tints of Dark Salmon #DF9773
RGB
CMYK
RGB Variations
Color information
#DF9773 (or 0xDF9773) is known color: Dark Salmon. HEX triplet: DF, 97 and 73. RGB value is (223,151,115). Sum of RGB (Red+Green+Blue) = 223+151+115=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9773 is #20688C. Grayscale: #A8A8A8. Windows color (decimal): -2123917 or 7575519. OLE color: 7575519.
HSL color Cylindrical-coordinate representation of color #DF9773: hue angle of 20º 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 #DF9773 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 115 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.13 |
| HSL | 20º | 0.63% | 0.66% | - |
| HSV(B) | 20º | 0.48% | 0.87% | - |
| XYZ | 44.59 | 39.06 | 21.41 | - |
| YUV | 168.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 115 | 0 | 0.32 | 0.48 | 0.13 | 20 | 0.63 | 0.66 |
| Hex | DF | 97 | 73 | 0 | 20 | 30 | D | 14 | 3F | 42 |
| Octal | 337 | 227 | 163 | 0 | 40 | 60 | 15 | 24 | 77 | 102 |
| Binary | 11011111 | 10010111 | 1110011 | 0 | 100000 | 110000 | 1101 | 10100 | 111111 | 1000010 |
Color Harmonies of #DF9773
Complementary color
Monochromatic Colors of #DF9773
Black with #DF9773
Text Example
Text Example
White with #DF9773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9773; }
p { color: rgb(223,151,115); }
H1.HeaderClassName
{
color: #DF9773;
}
.AnyTagClassName
{
color: #DF9773;
}
</style>
background-color css
<style>
a { background-color: #DF9773; }
a { background-color: rgb(223,151,115); }
div.DivClassName
{
background-color: #DF9773;
}
.BgClassName
{
background-color: #DF9773;
}
</style>
border-color css
<style>
span { border-color: #DF9773; }
span { border-color: rgb(223,151,115); }
td.TdClassName
{
border-color: #DF9773;
}
.TagClassName
{
border-color: #DF9773;
}
</style>