Shades of Dark Salmon #DC967C
Tints of Dark Salmon #DC967C
RGB
CMYK
RGB Variations
Color information
#DC967C (or 0xDC967C) is known color: Dark Salmon. HEX triplet: DC, 96 and 7C. RGB value is (220,150,124). Sum of RGB (Red+Green+Blue) = 220+150+124=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967C is #236983. Grayscale: #A8A8A8. Windows color (decimal): -2320772 or 8165084. OLE color: 8165084.
HSL color Cylindrical-coordinate representation of color #DC967C: hue angle of 16.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC967C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 124 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.14 |
| HSL | 16.25º | 0.58% | 0.67% | - |
| HSV(B) | 16.25º | 0.44% | 0.86% | - |
| XYZ | 44.06 | 38.48 | 24.17 | - |
| YUV | 167.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 124 | 0 | 0.32 | 0.44 | 0.14 | 16.25 | 0.58 | 0.67 |
| Hex | DC | 96 | 7C | 0 | 20 | 2C | E | 10 | 3A | 43 |
| Octal | 334 | 226 | 174 | 0 | 40 | 54 | 16 | 20 | 72 | 103 |
| Binary | 11011100 | 10010110 | 1111100 | 0 | 100000 | 101100 | 1110 | 10000 | 111010 | 1000011 |
Color Harmonies of #DC967C
Complementary color
Monochromatic Colors of #DC967C
Black with #DC967C
Text Example
Text Example
White with #DC967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC967C; }
p { color: rgb(220,150,124); }
H1.HeaderClassName
{
color: #DC967C;
}
.AnyTagClassName
{
color: #DC967C;
}
</style>
background-color css
<style>
a { background-color: #DC967C; }
a { background-color: rgb(220,150,124); }
div.DivClassName
{
background-color: #DC967C;
}
.BgClassName
{
background-color: #DC967C;
}
</style>
border-color css
<style>
span { border-color: #DC967C; }
span { border-color: rgb(220,150,124); }
td.TdClassName
{
border-color: #DC967C;
}
.TagClassName
{
border-color: #DC967C;
}
</style>