Shades of Dark Salmon #DF9780
Tints of Dark Salmon #DF9780
RGB
CMYK
RGB Variations
Color information
#DF9780 (or 0xDF9780) is known color: Dark Salmon. HEX triplet: DF, 97 and 80. RGB value is (223,151,128). Sum of RGB (Red+Green+Blue) = 223+151+128=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9780 is #20687F. Grayscale: #AAAAAA. Windows color (decimal): -2123904 or 8427487. OLE color: 8427487.
HSL color Cylindrical-coordinate representation of color #DF9780: hue angle of 14.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF9780 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 128 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 14.53º | 0.6% | 0.69% | - |
| HSV(B) | 14.53º | 0.43% | 0.87% | - |
| XYZ | 45.39 | 39.38 | 25.63 | - |
| YUV | 169.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 128 | 0 | 0.32 | 0.43 | 0.13 | 14.53 | 0.6 | 0.69 |
| Hex | DF | 97 | 80 | 0 | 20 | 2B | D | F | 3C | 45 |
| Octal | 337 | 227 | 200 | 0 | 40 | 53 | 15 | 17 | 74 | 105 |
| Binary | 11011111 | 10010111 | 10000000 | 0 | 100000 | 101011 | 1101 | 1111 | 111100 | 1000101 |
Color Harmonies of #DF9780
Complementary color
Monochromatic Colors of #DF9780
Black with #DF9780
Text Example
Text Example
White with #DF9780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9780; }
p { color: rgb(223,151,128); }
H1.HeaderClassName
{
color: #DF9780;
}
.AnyTagClassName
{
color: #DF9780;
}
</style>
background-color css
<style>
a { background-color: #DF9780; }
a { background-color: rgb(223,151,128); }
div.DivClassName
{
background-color: #DF9780;
}
.BgClassName
{
background-color: #DF9780;
}
</style>
border-color css
<style>
span { border-color: #DF9780; }
span { border-color: rgb(223,151,128); }
td.TdClassName
{
border-color: #DF9780;
}
.TagClassName
{
border-color: #DF9780;
}
</style>