Shades of Dark Salmon #DF9880
Tints of Dark Salmon #DF9880
RGB
CMYK
RGB Variations
Color information
#DF9880 (or 0xDF9880) is known color: Dark Salmon. HEX triplet: DF, 98 and 80. RGB value is (223,152,128). Sum of RGB (Red+Green+Blue) = 223+152+128=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9880 is #20677F. Grayscale: #AAAAAA. Windows color (decimal): -2123648 or 8427743. OLE color: 8427743.
HSL color Cylindrical-coordinate representation of color #DF9880: hue angle of 15.16º 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 #DF9880 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 128 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.13 |
| HSL | 15.16º | 0.6% | 0.69% | - |
| HSV(B) | 15.16º | 0.43% | 0.87% | - |
| XYZ | 45.56 | 39.7 | 25.68 | - |
| YUV | 170.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 128 | 0 | 0.32 | 0.43 | 0.13 | 15.16 | 0.6 | 0.69 |
| Hex | DF | 98 | 80 | 0 | 20 | 2B | D | F | 3C | 45 |
| Octal | 337 | 230 | 200 | 0 | 40 | 53 | 15 | 17 | 74 | 105 |
| Binary | 11011111 | 10011000 | 10000000 | 0 | 100000 | 101011 | 1101 | 1111 | 111100 | 1000101 |
Color Harmonies of #DF9880
Complementary color
Monochromatic Colors of #DF9880
Black with #DF9880
Text Example
Text Example
White with #DF9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9880; }
p { color: rgb(223,152,128); }
H1.HeaderClassName
{
color: #DF9880;
}
.AnyTagClassName
{
color: #DF9880;
}
</style>
background-color css
<style>
a { background-color: #DF9880; }
a { background-color: rgb(223,152,128); }
div.DivClassName
{
background-color: #DF9880;
}
.BgClassName
{
background-color: #DF9880;
}
</style>
border-color css
<style>
span { border-color: #DF9880; }
span { border-color: rgb(223,152,128); }
td.TdClassName
{
border-color: #DF9880;
}
.TagClassName
{
border-color: #DF9880;
}
</style>