Shades of Dark Salmon #DF9580
Tints of Dark Salmon #DF9580
RGB
CMYK
RGB Variations
Color information
#DF9580 (or 0xDF9580) is known color: Dark Salmon. HEX triplet: DF, 95 and 80. RGB value is (223,149,128). Sum of RGB (Red+Green+Blue) = 223+149+128=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9580 is #206A7F. Grayscale: #A8A8A8. Windows color (decimal): -2124416 or 8426975. OLE color: 8426975.
HSL color Cylindrical-coordinate representation of color #DF9580: hue angle of 13.26º 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 #DF9580 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 128 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 13.26º | 0.6% | 0.69% | - |
| HSV(B) | 13.26º | 0.43% | 0.87% | - |
| XYZ | 45.08 | 38.74 | 25.52 | - |
| YUV | 168.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 128 | 0 | 0.33 | 0.43 | 0.13 | 13.26 | 0.6 | 0.69 |
| Hex | DF | 95 | 80 | 0 | 21 | 2B | D | D | 3C | 45 |
| Octal | 337 | 225 | 200 | 0 | 41 | 53 | 15 | 15 | 74 | 105 |
| Binary | 11011111 | 10010101 | 10000000 | 0 | 100001 | 101011 | 1101 | 1101 | 111100 | 1000101 |
Color Harmonies of #DF9580
Complementary color
Monochromatic Colors of #DF9580
Black with #DF9580
Text Example
Text Example
White with #DF9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9580; }
p { color: rgb(223,149,128); }
H1.HeaderClassName
{
color: #DF9580;
}
.AnyTagClassName
{
color: #DF9580;
}
</style>
background-color css
<style>
a { background-color: #DF9580; }
a { background-color: rgb(223,149,128); }
div.DivClassName
{
background-color: #DF9580;
}
.BgClassName
{
background-color: #DF9580;
}
</style>
border-color css
<style>
span { border-color: #DF9580; }
span { border-color: rgb(223,149,128); }
td.TdClassName
{
border-color: #DF9580;
}
.TagClassName
{
border-color: #DF9580;
}
</style>