Shades of Dark Salmon #DF9980
Tints of Dark Salmon #DF9980
RGB
CMYK
RGB Variations
Color information
#DF9980 (or 0xDF9980) is known color: Dark Salmon. HEX triplet: DF, 99 and 80. RGB value is (223,153,128). Sum of RGB (Red+Green+Blue) = 223+153+128=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9980 is #20667F. Grayscale: #ABABAB. Windows color (decimal): -2123392 or 8427999. OLE color: 8427999.
HSL color Cylindrical-coordinate representation of color #DF9980: hue angle of 15.79º 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 #DF9980 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 128 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.13 |
| HSL | 15.79º | 0.6% | 0.69% | - |
| HSV(B) | 15.79º | 0.43% | 0.87% | - |
| XYZ | 45.72 | 40.03 | 25.74 | - |
| YUV | 171.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 128 | 0 | 0.31 | 0.43 | 0.13 | 15.79 | 0.6 | 0.69 |
| Hex | DF | 99 | 80 | 0 | 1F | 2B | D | 10 | 3C | 45 |
| Octal | 337 | 231 | 200 | 0 | 37 | 53 | 15 | 20 | 74 | 105 |
| Binary | 11011111 | 10011001 | 10000000 | 0 | 11111 | 101011 | 1101 | 10000 | 111100 | 1000101 |
Color Harmonies of #DF9980
Complementary color
Monochromatic Colors of #DF9980
Black with #DF9980
Text Example
Text Example
White with #DF9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9980; }
p { color: rgb(223,153,128); }
H1.HeaderClassName
{
color: #DF9980;
}
.AnyTagClassName
{
color: #DF9980;
}
</style>
background-color css
<style>
a { background-color: #DF9980; }
a { background-color: rgb(223,153,128); }
div.DivClassName
{
background-color: #DF9980;
}
.BgClassName
{
background-color: #DF9980;
}
</style>
border-color css
<style>
span { border-color: #DF9980; }
span { border-color: rgb(223,153,128); }
td.TdClassName
{
border-color: #DF9980;
}
.TagClassName
{
border-color: #DF9980;
}
</style>