Shades of Dark Salmon #DF9778
Tints of Dark Salmon #DF9778
RGB
CMYK
RGB Variations
Color information
#DF9778 (or 0xDF9778) is known color: Dark Salmon. HEX triplet: DF, 97 and 78. RGB value is (223,151,120). Sum of RGB (Red+Green+Blue) = 223+151+120=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9778 is #206887. Grayscale: #A9A9A9. Windows color (decimal): -2123912 or 7903199. OLE color: 7903199.
HSL color Cylindrical-coordinate representation of color #DF9778: hue angle of 18.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF9778 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 120 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.13 |
| HSL | 18.06º | 0.62% | 0.67% | - |
| HSV(B) | 18.06º | 0.46% | 0.87% | - |
| XYZ | 44.89 | 39.18 | 22.97 | - |
| YUV | 168.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 120 | 0 | 0.32 | 0.46 | 0.13 | 18.06 | 0.62 | 0.67 |
| Hex | DF | 97 | 78 | 0 | 20 | 2E | D | 12 | 3E | 43 |
| Octal | 337 | 227 | 170 | 0 | 40 | 56 | 15 | 22 | 76 | 103 |
| Binary | 11011111 | 10010111 | 1111000 | 0 | 100000 | 101110 | 1101 | 10010 | 111110 | 1000011 |
Color Harmonies of #DF9778
Complementary color
Monochromatic Colors of #DF9778
Black with #DF9778
Text Example
Text Example
White with #DF9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9778; }
p { color: rgb(223,151,120); }
H1.HeaderClassName
{
color: #DF9778;
}
.AnyTagClassName
{
color: #DF9778;
}
</style>
background-color css
<style>
a { background-color: #DF9778; }
a { background-color: rgb(223,151,120); }
div.DivClassName
{
background-color: #DF9778;
}
.BgClassName
{
background-color: #DF9778;
}
</style>
border-color css
<style>
span { border-color: #DF9778; }
span { border-color: rgb(223,151,120); }
td.TdClassName
{
border-color: #DF9778;
}
.TagClassName
{
border-color: #DF9778;
}
</style>