Shades of Dark Salmon #DD9979
Tints of Dark Salmon #DD9979
RGB
CMYK
RGB Variations
Color information
#DD9979 (or 0xDD9979) is known color: Dark Salmon. HEX triplet: DD, 99 and 79. RGB value is (221,153,121). Sum of RGB (Red+Green+Blue) = 221+153+121=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9979 is #226686. Grayscale: #A9A9A9. Windows color (decimal): -2254471 or 7969245. OLE color: 7969245.
HSL color Cylindrical-coordinate representation of color #DD9979: hue angle of 19.2º 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 #DD9979 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 121 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.13 |
| HSL | 19.2º | 0.6% | 0.67% | - |
| HSV(B) | 19.2º | 0.45% | 0.87% | - |
| XYZ | 44.66 | 39.54 | 23.37 | - |
| YUV | 169.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 121 | 0 | 0.31 | 0.45 | 0.13 | 19.2 | 0.6 | 0.67 |
| Hex | DD | 99 | 79 | 0 | 1F | 2D | D | 13 | 3C | 43 |
| Octal | 335 | 231 | 171 | 0 | 37 | 55 | 15 | 23 | 74 | 103 |
| Binary | 11011101 | 10011001 | 1111001 | 0 | 11111 | 101101 | 1101 | 10011 | 111100 | 1000011 |
Color Harmonies of #DD9979
Complementary color
Monochromatic Colors of #DD9979
Black with #DD9979
Text Example
Text Example
White with #DD9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9979; }
p { color: rgb(221,153,121); }
H1.HeaderClassName
{
color: #DD9979;
}
.AnyTagClassName
{
color: #DD9979;
}
</style>
background-color css
<style>
a { background-color: #DD9979; }
a { background-color: rgb(221,153,121); }
div.DivClassName
{
background-color: #DD9979;
}
.BgClassName
{
background-color: #DD9979;
}
</style>
border-color css
<style>
span { border-color: #DD9979; }
span { border-color: rgb(221,153,121); }
td.TdClassName
{
border-color: #DD9979;
}
.TagClassName
{
border-color: #DD9979;
}
</style>