Shades of Dark Salmon #DD957C
Tints of Dark Salmon #DD957C
RGB
CMYK
RGB Variations
Color information
#DD957C (or 0xDD957C) is known color: Dark Salmon. HEX triplet: DD, 95 and 7C. RGB value is (221,149,124). Sum of RGB (Red+Green+Blue) = 221+149+124=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957C is #226A83. Grayscale: #A7A7A7. Windows color (decimal): -2255492 or 8164829. OLE color: 8164829.
HSL color Cylindrical-coordinate representation of color #DD957C: hue angle of 15.46º 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 #DD957C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 124 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.13 |
| HSL | 15.46º | 0.59% | 0.68% | - |
| HSV(B) | 15.46º | 0.44% | 0.87% | - |
| XYZ | 44.2 | 38.32 | 24.14 | - |
| YUV | 167.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 124 | 0 | 0.33 | 0.44 | 0.13 | 15.46 | 0.59 | 0.68 |
| Hex | DD | 95 | 7C | 0 | 21 | 2C | D | F | 3B | 44 |
| Octal | 335 | 225 | 174 | 0 | 41 | 54 | 15 | 17 | 73 | 104 |
| Binary | 11011101 | 10010101 | 1111100 | 0 | 100001 | 101100 | 1101 | 1111 | 111011 | 1000100 |
Color Harmonies of #DD957C
Complementary color
Monochromatic Colors of #DD957C
Black with #DD957C
Text Example
Text Example
White with #DD957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD957C; }
p { color: rgb(221,149,124); }
H1.HeaderClassName
{
color: #DD957C;
}
.AnyTagClassName
{
color: #DD957C;
}
</style>
background-color css
<style>
a { background-color: #DD957C; }
a { background-color: rgb(221,149,124); }
div.DivClassName
{
background-color: #DD957C;
}
.BgClassName
{
background-color: #DD957C;
}
</style>
border-color css
<style>
span { border-color: #DD957C; }
span { border-color: rgb(221,149,124); }
td.TdClassName
{
border-color: #DD957C;
}
.TagClassName
{
border-color: #DD957C;
}
</style>