Shades of Dark Salmon #DD957F
Tints of Dark Salmon #DD957F
RGB
CMYK
RGB Variations
Color information
#DD957F (or 0xDD957F) is known color: Dark Salmon. HEX triplet: DD, 95 and 7F. RGB value is (221,149,127). Sum of RGB (Red+Green+Blue) = 221+149+127=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957F is #226A80. Grayscale: #A8A8A8. Windows color (decimal): -2255489 or 8361437. OLE color: 8361437.
HSL color Cylindrical-coordinate representation of color #DD957F: hue angle of 14.04º 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 #DD957F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 127 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 14.04º | 0.58% | 0.68% | - |
| HSV(B) | 14.04º | 0.43% | 0.87% | - |
| XYZ | 44.4 | 38.4 | 25.15 | - |
| YUV | 168.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 127 | 0 | 0.33 | 0.43 | 0.13 | 14.04 | 0.58 | 0.68 |
| Hex | DD | 95 | 7F | 0 | 21 | 2B | D | E | 3A | 44 |
| Octal | 335 | 225 | 177 | 0 | 41 | 53 | 15 | 16 | 72 | 104 |
| Binary | 11011101 | 10010101 | 1111111 | 0 | 100001 | 101011 | 1101 | 1110 | 111010 | 1000100 |
Color Harmonies of #DD957F
Complementary color
Monochromatic Colors of #DD957F
Black with #DD957F
Text Example
Text Example
White with #DD957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD957F; }
p { color: rgb(221,149,127); }
H1.HeaderClassName
{
color: #DD957F;
}
.AnyTagClassName
{
color: #DD957F;
}
</style>
background-color css
<style>
a { background-color: #DD957F; }
a { background-color: rgb(221,149,127); }
div.DivClassName
{
background-color: #DD957F;
}
.BgClassName
{
background-color: #DD957F;
}
</style>
border-color css
<style>
span { border-color: #DD957F; }
span { border-color: rgb(221,149,127); }
td.TdClassName
{
border-color: #DD957F;
}
.TagClassName
{
border-color: #DD957F;
}
</style>