Shades of Dark Salmon #DF9673
Tints of Dark Salmon #DF9673
RGB
CMYK
RGB Variations
Color information
#DF9673 (or 0xDF9673) is known color: Dark Salmon. HEX triplet: DF, 96 and 73. RGB value is (223,150,115). Sum of RGB (Red+Green+Blue) = 223+150+115=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9673 is #20698C. Grayscale: #A8A8A8. Windows color (decimal): -2124173 or 7575263. OLE color: 7575263.
HSL color Cylindrical-coordinate representation of color #DF9673: hue angle of 19.44º 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 #DF9673 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 115 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.13 |
| HSL | 19.44º | 0.63% | 0.66% | - |
| HSV(B) | 19.44º | 0.48% | 0.87% | - |
| XYZ | 44.43 | 38.74 | 21.36 | - |
| YUV | 167.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 115 | 0 | 0.33 | 0.48 | 0.13 | 19.44 | 0.63 | 0.66 |
| Hex | DF | 96 | 73 | 0 | 21 | 30 | D | 13 | 3F | 42 |
| Octal | 337 | 226 | 163 | 0 | 41 | 60 | 15 | 23 | 77 | 102 |
| Binary | 11011111 | 10010110 | 1110011 | 0 | 100001 | 110000 | 1101 | 10011 | 111111 | 1000010 |
Color Harmonies of #DF9673
Complementary color
Monochromatic Colors of #DF9673
Black with #DF9673
Text Example
Text Example
White with #DF9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9673; }
p { color: rgb(223,150,115); }
H1.HeaderClassName
{
color: #DF9673;
}
.AnyTagClassName
{
color: #DF9673;
}
</style>
background-color css
<style>
a { background-color: #DF9673; }
a { background-color: rgb(223,150,115); }
div.DivClassName
{
background-color: #DF9673;
}
.BgClassName
{
background-color: #DF9673;
}
</style>
border-color css
<style>
span { border-color: #DF9673; }
span { border-color: rgb(223,150,115); }
td.TdClassName
{
border-color: #DF9673;
}
.TagClassName
{
border-color: #DF9673;
}
</style>