Shades of Dark Salmon #DC947E
Tints of Dark Salmon #DC947E
RGB
CMYK
RGB Variations
Color information
#DC947E (or 0xDC947E) is known color: Dark Salmon. HEX triplet: DC, 94 and 7E. RGB value is (220,148,126). Sum of RGB (Red+Green+Blue) = 220+148+126=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC947E is #236B81. Grayscale: #A7A7A7. Windows color (decimal): -2321282 or 8295644. OLE color: 8295644.
HSL color Cylindrical-coordinate representation of color #DC947E: hue angle of 14.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC947E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 126 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.14 |
| HSL | 14.04º | 0.57% | 0.68% | - |
| HSV(B) | 14.04º | 0.43% | 0.86% | - |
| XYZ | 43.87 | 37.9 | 24.74 | - |
| YUV | 167.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 126 | 0 | 0.33 | 0.43 | 0.14 | 14.04 | 0.57 | 0.68 |
| Hex | DC | 94 | 7E | 0 | 21 | 2B | E | E | 39 | 44 |
| Octal | 334 | 224 | 176 | 0 | 41 | 53 | 16 | 16 | 71 | 104 |
| Binary | 11011100 | 10010100 | 1111110 | 0 | 100001 | 101011 | 1110 | 1110 | 111001 | 1000100 |
Color Harmonies of #DC947E
Complementary color
Monochromatic Colors of #DC947E
Black with #DC947E
Text Example
Text Example
White with #DC947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC947E; }
p { color: rgb(220,148,126); }
H1.HeaderClassName
{
color: #DC947E;
}
.AnyTagClassName
{
color: #DC947E;
}
</style>
background-color css
<style>
a { background-color: #DC947E; }
a { background-color: rgb(220,148,126); }
div.DivClassName
{
background-color: #DC947E;
}
.BgClassName
{
background-color: #DC947E;
}
</style>
border-color css
<style>
span { border-color: #DC947E; }
span { border-color: rgb(220,148,126); }
td.TdClassName
{
border-color: #DC947E;
}
.TagClassName
{
border-color: #DC947E;
}
</style>