Shades of Dark Salmon #DD9679
Tints of Dark Salmon #DD9679
RGB
CMYK
RGB Variations
Color information
#DD9679 (or 0xDD9679) is known color: Dark Salmon. HEX triplet: DD, 96 and 79. RGB value is (221,150,121). Sum of RGB (Red+Green+Blue) = 221+150+121=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9679 is #226986. Grayscale: #A8A8A8. Windows color (decimal): -2255239 or 7968477. OLE color: 7968477.
HSL color Cylindrical-coordinate representation of color #DD9679: hue angle of 17.4º 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 #DD9679 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 121 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.13 |
| HSL | 17.4º | 0.6% | 0.67% | - |
| HSV(B) | 17.4º | 0.45% | 0.87% | - |
| XYZ | 44.18 | 38.57 | 23.2 | - |
| YUV | 167.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 121 | 0 | 0.32 | 0.45 | 0.13 | 17.4 | 0.6 | 0.67 |
| Hex | DD | 96 | 79 | 0 | 20 | 2D | D | 11 | 3C | 43 |
| Octal | 335 | 226 | 171 | 0 | 40 | 55 | 15 | 21 | 74 | 103 |
| Binary | 11011101 | 10010110 | 1111001 | 0 | 100000 | 101101 | 1101 | 10001 | 111100 | 1000011 |
Color Harmonies of #DD9679
Complementary color
Monochromatic Colors of #DD9679
Black with #DD9679
Text Example
Text Example
White with #DD9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9679; }
p { color: rgb(221,150,121); }
H1.HeaderClassName
{
color: #DD9679;
}
.AnyTagClassName
{
color: #DD9679;
}
</style>
background-color css
<style>
a { background-color: #DD9679; }
a { background-color: rgb(221,150,121); }
div.DivClassName
{
background-color: #DD9679;
}
.BgClassName
{
background-color: #DD9679;
}
</style>
border-color css
<style>
span { border-color: #DD9679; }
span { border-color: rgb(221,150,121); }
td.TdClassName
{
border-color: #DD9679;
}
.TagClassName
{
border-color: #DD9679;
}
</style>