Shades of Dark Salmon #DF9A78
Tints of Dark Salmon #DF9A78
RGB
CMYK
RGB Variations
Color information
#DF9A78 (or 0xDF9A78) is known color: Dark Salmon. HEX triplet: DF, 9A and 78. RGB value is (223,154,120). Sum of RGB (Red+Green+Blue) = 223+154+120=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A78 is #206587. Grayscale: #AAAAAA. Windows color (decimal): -2123144 or 7903967. OLE color: 7903967.
HSL color Cylindrical-coordinate representation of color #DF9A78: hue angle of 19.81º 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 #DF9A78 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 120 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.13 |
| HSL | 19.81º | 0.62% | 0.67% | - |
| HSV(B) | 19.81º | 0.46% | 0.87% | - |
| XYZ | 45.38 | 40.16 | 23.13 | - |
| YUV | 170.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 120 | 0 | 0.31 | 0.46 | 0.13 | 19.81 | 0.62 | 0.67 |
| Hex | DF | 9A | 78 | 0 | 1F | 2E | D | 14 | 3E | 43 |
| Octal | 337 | 232 | 170 | 0 | 37 | 56 | 15 | 24 | 76 | 103 |
| Binary | 11011111 | 10011010 | 1111000 | 0 | 11111 | 101110 | 1101 | 10100 | 111110 | 1000011 |
Color Harmonies of #DF9A78
Complementary color
Monochromatic Colors of #DF9A78
Black with #DF9A78
Text Example
Text Example
White with #DF9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A78; }
p { color: rgb(223,154,120); }
H1.HeaderClassName
{
color: #DF9A78;
}
.AnyTagClassName
{
color: #DF9A78;
}
</style>
background-color css
<style>
a { background-color: #DF9A78; }
a { background-color: rgb(223,154,120); }
div.DivClassName
{
background-color: #DF9A78;
}
.BgClassName
{
background-color: #DF9A78;
}
</style>
border-color css
<style>
span { border-color: #DF9A78; }
span { border-color: rgb(223,154,120); }
td.TdClassName
{
border-color: #DF9A78;
}
.TagClassName
{
border-color: #DF9A78;
}
</style>