Shades of Dark Salmon #DC9680
Tints of Dark Salmon #DC9680
RGB
CMYK
RGB Variations
Color information
#DC9680 (or 0xDC9680) is known color: Dark Salmon. HEX triplet: DC, 96 and 80. RGB value is (220,150,128). Sum of RGB (Red+Green+Blue) = 220+150+128=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9680 is #23697F. Grayscale: #A8A8A8. Windows color (decimal): -2320768 or 8427228. OLE color: 8427228.
HSL color Cylindrical-coordinate representation of color #DC9680: hue angle of 14.35º 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 #DC9680 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 128 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.14 |
| HSL | 14.35º | 0.57% | 0.68% | - |
| HSV(B) | 14.35º | 0.42% | 0.86% | - |
| XYZ | 44.32 | 38.59 | 25.53 | - |
| YUV | 168.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 128 | 0 | 0.32 | 0.42 | 0.14 | 14.35 | 0.57 | 0.68 |
| Hex | DC | 96 | 80 | 0 | 20 | 2A | E | E | 39 | 44 |
| Octal | 334 | 226 | 200 | 0 | 40 | 52 | 16 | 16 | 71 | 104 |
| Binary | 11011100 | 10010110 | 10000000 | 0 | 100000 | 101010 | 1110 | 1110 | 111001 | 1000100 |
Color Harmonies of #DC9680
Complementary color
Monochromatic Colors of #DC9680
Black with #DC9680
Text Example
Text Example
White with #DC9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9680; }
p { color: rgb(220,150,128); }
H1.HeaderClassName
{
color: #DC9680;
}
.AnyTagClassName
{
color: #DC9680;
}
</style>
background-color css
<style>
a { background-color: #DC9680; }
a { background-color: rgb(220,150,128); }
div.DivClassName
{
background-color: #DC9680;
}
.BgClassName
{
background-color: #DC9680;
}
</style>
border-color css
<style>
span { border-color: #DC9680; }
span { border-color: rgb(220,150,128); }
td.TdClassName
{
border-color: #DC9680;
}
.TagClassName
{
border-color: #DC9680;
}
</style>