Shades of Dark Salmon #DC947D
Tints of Dark Salmon #DC947D
RGB
CMYK
RGB Variations
Color information
#DC947D (or 0xDC947D) is known color: Dark Salmon. HEX triplet: DC, 94 and 7D. RGB value is (220,148,125). Sum of RGB (Red+Green+Blue) = 220+148+125=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC947D is #236B82. Grayscale: #A7A7A7. Windows color (decimal): -2321283 or 8230108. OLE color: 8230108.
HSL color Cylindrical-coordinate representation of color #DC947D: hue angle of 14.53º degrees, saturation: 0.58, 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 #DC947D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.14 |
| HSL | 14.53º | 0.58% | 0.68% | - |
| HSV(B) | 14.53º | 0.43% | 0.86% | - |
| XYZ | 43.81 | 37.88 | 24.4 | - |
| YUV | 166.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 125 | 0 | 0.33 | 0.43 | 0.14 | 14.53 | 0.58 | 0.68 |
| Hex | DC | 94 | 7D | 0 | 21 | 2B | E | F | 3A | 44 |
| Octal | 334 | 224 | 175 | 0 | 41 | 53 | 16 | 17 | 72 | 104 |
| Binary | 11011100 | 10010100 | 1111101 | 0 | 100001 | 101011 | 1110 | 1111 | 111010 | 1000100 |
Color Harmonies of #DC947D
Complementary color
Monochromatic Colors of #DC947D
Black with #DC947D
Text Example
Text Example
White with #DC947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC947D; }
p { color: rgb(220,148,125); }
H1.HeaderClassName
{
color: #DC947D;
}
.AnyTagClassName
{
color: #DC947D;
}
</style>
background-color css
<style>
a { background-color: #DC947D; }
a { background-color: rgb(220,148,125); }
div.DivClassName
{
background-color: #DC947D;
}
.BgClassName
{
background-color: #DC947D;
}
</style>
border-color css
<style>
span { border-color: #DC947D; }
span { border-color: rgb(220,148,125); }
td.TdClassName
{
border-color: #DC947D;
}
.TagClassName
{
border-color: #DC947D;
}
</style>