Shades of Dark Salmon #DD957E
Tints of Dark Salmon #DD957E
RGB
CMYK
RGB Variations
Color information
#DD957E (or 0xDD957E) is known color: Dark Salmon. HEX triplet: DD, 95 and 7E. RGB value is (221,149,126). Sum of RGB (Red+Green+Blue) = 221+149+126=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957E is #226A81. Grayscale: #A8A8A8. Windows color (decimal): -2255490 or 8295901. OLE color: 8295901.
HSL color Cylindrical-coordinate representation of color #DD957E: hue angle of 14.53º degrees, saturation: 0.58, 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 #DD957E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 126 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 14.53º | 0.58% | 0.68% | - |
| HSV(B) | 14.53º | 0.43% | 0.87% | - |
| XYZ | 44.33 | 38.37 | 24.81 | - |
| YUV | 167.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 126 | 0 | 0.33 | 0.43 | 0.13 | 14.53 | 0.58 | 0.68 |
| Hex | DD | 95 | 7E | 0 | 21 | 2B | D | F | 3A | 44 |
| Octal | 335 | 225 | 176 | 0 | 41 | 53 | 15 | 17 | 72 | 104 |
| Binary | 11011101 | 10010101 | 1111110 | 0 | 100001 | 101011 | 1101 | 1111 | 111010 | 1000100 |
Color Harmonies of #DD957E
Complementary color
Monochromatic Colors of #DD957E
Black with #DD957E
Text Example
Text Example
White with #DD957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD957E; }
p { color: rgb(221,149,126); }
H1.HeaderClassName
{
color: #DD957E;
}
.AnyTagClassName
{
color: #DD957E;
}
</style>
background-color css
<style>
a { background-color: #DD957E; }
a { background-color: rgb(221,149,126); }
div.DivClassName
{
background-color: #DD957E;
}
.BgClassName
{
background-color: #DD957E;
}
</style>
border-color css
<style>
span { border-color: #DD957E; }
span { border-color: rgb(221,149,126); }
td.TdClassName
{
border-color: #DD957E;
}
.TagClassName
{
border-color: #DD957E;
}
</style>