Shades of Dark Salmon #DD9779
Tints of Dark Salmon #DD9779
RGB
CMYK
RGB Variations
Color information
#DD9779 (or 0xDD9779) is known color: Dark Salmon. HEX triplet: DD, 97 and 79. RGB value is (221,151,121). Sum of RGB (Red+Green+Blue) = 221+151+121=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9779 is #226886. Grayscale: #A8A8A8. Windows color (decimal): -2254983 or 7968733. OLE color: 7968733.
HSL color Cylindrical-coordinate representation of color #DD9779: hue angle of 18º degrees, saturation: 0.6, 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 #DD9779 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 121 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.13 |
| HSL | 18º | 0.6% | 0.67% | - |
| HSV(B) | 18º | 0.45% | 0.87% | - |
| XYZ | 44.34 | 38.89 | 23.26 | - |
| YUV | 168.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 121 | 0 | 0.32 | 0.45 | 0.13 | 18 | 0.6 | 0.67 |
| Hex | DD | 97 | 79 | 0 | 20 | 2D | D | 12 | 3C | 43 |
| Octal | 335 | 227 | 171 | 0 | 40 | 55 | 15 | 22 | 74 | 103 |
| Binary | 11011101 | 10010111 | 1111001 | 0 | 100000 | 101101 | 1101 | 10010 | 111100 | 1000011 |
Color Harmonies of #DD9779
Complementary color
Monochromatic Colors of #DD9779
Black with #DD9779
Text Example
Text Example
White with #DD9779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9779; }
p { color: rgb(221,151,121); }
H1.HeaderClassName
{
color: #DD9779;
}
.AnyTagClassName
{
color: #DD9779;
}
</style>
background-color css
<style>
a { background-color: #DD9779; }
a { background-color: rgb(221,151,121); }
div.DivClassName
{
background-color: #DD9779;
}
.BgClassName
{
background-color: #DD9779;
}
</style>
border-color css
<style>
span { border-color: #DD9779; }
span { border-color: rgb(221,151,121); }
td.TdClassName
{
border-color: #DD9779;
}
.TagClassName
{
border-color: #DD9779;
}
</style>