Shades of Dark Salmon #DC9980
Tints of Dark Salmon #DC9980
RGB
CMYK
RGB Variations
Color information
#DC9980 (or 0xDC9980) is known color: Dark Salmon. HEX triplet: DC, 99 and 80. RGB value is (220,153,128). Sum of RGB (Red+Green+Blue) = 220+153+128=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9980 is #23667F. Grayscale: #AAAAAA. Windows color (decimal): -2320000 or 8427996. OLE color: 8427996.
HSL color Cylindrical-coordinate representation of color #DC9980: hue angle of 16.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC9980 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 128 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.14 |
| HSL | 16.3º | 0.57% | 0.68% | - |
| HSV(B) | 16.3º | 0.42% | 0.86% | - |
| XYZ | 44.8 | 39.56 | 25.7 | - |
| YUV | 170.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 128 | 0 | 0.30 | 0.42 | 0.14 | 16.3 | 0.57 | 0.68 |
| Hex | DC | 99 | 80 | 0 | 1E | 2A | E | 10 | 39 | 44 |
| Octal | 334 | 231 | 200 | 0 | 36 | 52 | 16 | 20 | 71 | 104 |
| Binary | 11011100 | 10011001 | 10000000 | 0 | 11110 | 101010 | 1110 | 10000 | 111001 | 1000100 |
Color Harmonies of #DC9980
Complementary color
Monochromatic Colors of #DC9980
Black with #DC9980
Text Example
Text Example
White with #DC9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9980; }
p { color: rgb(220,153,128); }
H1.HeaderClassName
{
color: #DC9980;
}
.AnyTagClassName
{
color: #DC9980;
}
</style>
background-color css
<style>
a { background-color: #DC9980; }
a { background-color: rgb(220,153,128); }
div.DivClassName
{
background-color: #DC9980;
}
.BgClassName
{
background-color: #DC9980;
}
</style>
border-color css
<style>
span { border-color: #DC9980; }
span { border-color: rgb(220,153,128); }
td.TdClassName
{
border-color: #DC9980;
}
.TagClassName
{
border-color: #DC9980;
}
</style>