Shades of Dark Salmon #DD947C
Tints of Dark Salmon #DD947C
RGB
CMYK
RGB Variations
Color information
#DD947C (or 0xDD947C) is known color: Dark Salmon. HEX triplet: DD, 94 and 7C. RGB value is (221,148,124). Sum of RGB (Red+Green+Blue) = 221+148+124=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD947C is #226B83. Grayscale: #A7A7A7. Windows color (decimal): -2255748 or 8164573. OLE color: 8164573.
HSL color Cylindrical-coordinate representation of color #DD947C: hue angle of 14.85º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD947C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 124 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.13 |
| HSL | 14.85º | 0.59% | 0.68% | - |
| HSV(B) | 14.85º | 0.44% | 0.87% | - |
| XYZ | 44.05 | 38.01 | 24.08 | - |
| YUV | 167.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 124 | 0 | 0.33 | 0.44 | 0.13 | 14.85 | 0.59 | 0.68 |
| Hex | DD | 94 | 7C | 0 | 21 | 2C | D | F | 3B | 44 |
| Octal | 335 | 224 | 174 | 0 | 41 | 54 | 15 | 17 | 73 | 104 |
| Binary | 11011101 | 10010100 | 1111100 | 0 | 100001 | 101100 | 1101 | 1111 | 111011 | 1000100 |
Color Harmonies of #DD947C
Complementary color
Monochromatic Colors of #DD947C
Black with #DD947C
Text Example
Text Example
White with #DD947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD947C; }
p { color: rgb(221,148,124); }
H1.HeaderClassName
{
color: #DD947C;
}
.AnyTagClassName
{
color: #DD947C;
}
</style>
background-color css
<style>
a { background-color: #DD947C; }
a { background-color: rgb(221,148,124); }
div.DivClassName
{
background-color: #DD947C;
}
.BgClassName
{
background-color: #DD947C;
}
</style>
border-color css
<style>
span { border-color: #DD947C; }
span { border-color: rgb(221,148,124); }
td.TdClassName
{
border-color: #DD947C;
}
.TagClassName
{
border-color: #DD947C;
}
</style>