Shades of Dark Salmon #DD957A
Tints of Dark Salmon #DD957A
RGB
CMYK
RGB Variations
Color information
#DD957A (or 0xDD957A) is known color: Dark Salmon. HEX triplet: DD, 95 and 7A. RGB value is (221,149,122). Sum of RGB (Red+Green+Blue) = 221+149+122=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD957A is #226A85. Grayscale: #A7A7A7. Windows color (decimal): -2255494 or 8033757. OLE color: 8033757.
HSL color Cylindrical-coordinate representation of color #DD957A: hue angle of 16.36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD957A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 122 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.13 |
| HSL | 16.36º | 0.59% | 0.67% | - |
| HSV(B) | 16.36º | 0.45% | 0.87% | - |
| XYZ | 44.08 | 38.27 | 23.48 | - |
| YUV | 167.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 122 | 0 | 0.33 | 0.45 | 0.13 | 16.36 | 0.59 | 0.67 |
| Hex | DD | 95 | 7A | 0 | 21 | 2D | D | 10 | 3B | 43 |
| Octal | 335 | 225 | 172 | 0 | 41 | 55 | 15 | 20 | 73 | 103 |
| Binary | 11011101 | 10010101 | 1111010 | 0 | 100001 | 101101 | 1101 | 10000 | 111011 | 1000011 |
Color Harmonies of #DD957A
Complementary color
Monochromatic Colors of #DD957A
Black with #DD957A
Text Example
Text Example
White with #DD957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD957A; }
p { color: rgb(221,149,122); }
H1.HeaderClassName
{
color: #DD957A;
}
.AnyTagClassName
{
color: #DD957A;
}
</style>
background-color css
<style>
a { background-color: #DD957A; }
a { background-color: rgb(221,149,122); }
div.DivClassName
{
background-color: #DD957A;
}
.BgClassName
{
background-color: #DD957A;
}
</style>
border-color css
<style>
span { border-color: #DD957A; }
span { border-color: rgb(221,149,122); }
td.TdClassName
{
border-color: #DD957A;
}
.TagClassName
{
border-color: #DD957A;
}
</style>