Shades of Dark Salmon #DD947D
Tints of Dark Salmon #DD947D
RGB
CMYK
RGB Variations
Color information
#DD947D (or 0xDD947D) is known color: Dark Salmon. HEX triplet: DD, 94 and 7D. RGB value is (221,148,125). Sum of RGB (Red+Green+Blue) = 221+148+125=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD947D is #226B82. Grayscale: #A7A7A7. Windows color (decimal): -2255747 or 8230109. OLE color: 8230109.
HSL color Cylindrical-coordinate representation of color #DD947D: hue angle of 14.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD947D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 14.38º | 0.59% | 0.68% | - |
| HSV(B) | 14.38º | 0.43% | 0.87% | - |
| XYZ | 44.11 | 38.03 | 24.42 | - |
| YUV | 167.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 125 | 0 | 0.33 | 0.43 | 0.13 | 14.38 | 0.59 | 0.68 |
| Hex | DD | 94 | 7D | 0 | 21 | 2B | D | E | 3B | 44 |
| Octal | 335 | 224 | 175 | 0 | 41 | 53 | 15 | 16 | 73 | 104 |
| Binary | 11011101 | 10010100 | 1111101 | 0 | 100001 | 101011 | 1101 | 1110 | 111011 | 1000100 |
Color Harmonies of #DD947D
Complementary color
Monochromatic Colors of #DD947D
Black with #DD947D
Text Example
Text Example
White with #DD947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD947D; }
p { color: rgb(221,148,125); }
H1.HeaderClassName
{
color: #DD947D;
}
.AnyTagClassName
{
color: #DD947D;
}
</style>
background-color css
<style>
a { background-color: #DD947D; }
a { background-color: rgb(221,148,125); }
div.DivClassName
{
background-color: #DD947D;
}
.BgClassName
{
background-color: #DD947D;
}
</style>
border-color css
<style>
span { border-color: #DD947D; }
span { border-color: rgb(221,148,125); }
td.TdClassName
{
border-color: #DD947D;
}
.TagClassName
{
border-color: #DD947D;
}
</style>