Shades of Dark Salmon #DD957D
Tints of Dark Salmon #DD957D
RGB
CMYK
RGB Variations
Color information
#DD957D (or 0xDD957D) is known color: Dark Salmon. HEX triplet: DD, 95 and 7D. RGB value is (221,149,125). Sum of RGB (Red+Green+Blue) = 221+149+125=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957D is #226A82. Grayscale: #A7A7A7. Windows color (decimal): -2255491 or 8230365. OLE color: 8230365.
HSL color Cylindrical-coordinate representation of color #DD957D: hue angle of 15º 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 #DD957D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 15º | 0.59% | 0.68% | - |
| HSV(B) | 15º | 0.43% | 0.87% | - |
| XYZ | 44.27 | 38.35 | 24.47 | - |
| YUV | 167.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 125 | 0 | 0.33 | 0.43 | 0.13 | 15 | 0.59 | 0.68 |
| Hex | DD | 95 | 7D | 0 | 21 | 2B | D | F | 3B | 44 |
| Octal | 335 | 225 | 175 | 0 | 41 | 53 | 15 | 17 | 73 | 104 |
| Binary | 11011101 | 10010101 | 1111101 | 0 | 100001 | 101011 | 1101 | 1111 | 111011 | 1000100 |
Color Harmonies of #DD957D
Complementary color
Monochromatic Colors of #DD957D
Black with #DD957D
Text Example
Text Example
White with #DD957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD957D; }
p { color: rgb(221,149,125); }
H1.HeaderClassName
{
color: #DD957D;
}
.AnyTagClassName
{
color: #DD957D;
}
</style>
background-color css
<style>
a { background-color: #DD957D; }
a { background-color: rgb(221,149,125); }
div.DivClassName
{
background-color: #DD957D;
}
.BgClassName
{
background-color: #DD957D;
}
</style>
border-color css
<style>
span { border-color: #DD957D; }
span { border-color: rgb(221,149,125); }
td.TdClassName
{
border-color: #DD957D;
}
.TagClassName
{
border-color: #DD957D;
}
</style>