Shades of Dark Salmon #DD9279
Tints of Dark Salmon #DD9279
RGB
CMYK
RGB Variations
Color information
#DD9279 (or 0xDD9279) is known color: Dark Salmon. HEX triplet: DD, 92 and 79. RGB value is (221,146,121). Sum of RGB (Red+Green+Blue) = 221+146+121=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9279 is #226D86. Grayscale: #A5A5A5. Windows color (decimal): -2256263 or 7967453. OLE color: 7967453.
HSL color Cylindrical-coordinate representation of color #DD9279: hue angle of 15º 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 #DD9279 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 121 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.13 |
| HSL | 15º | 0.6% | 0.67% | - |
| HSV(B) | 15º | 0.45% | 0.87% | - |
| XYZ | 43.55 | 37.31 | 23 | - |
| YUV | 165.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 121 | 0 | 0.34 | 0.45 | 0.13 | 15 | 0.6 | 0.67 |
| Hex | DD | 92 | 79 | 0 | 22 | 2D | D | F | 3C | 43 |
| Octal | 335 | 222 | 171 | 0 | 42 | 55 | 15 | 17 | 74 | 103 |
| Binary | 11011101 | 10010010 | 1111001 | 0 | 100010 | 101101 | 1101 | 1111 | 111100 | 1000011 |
Color Harmonies of #DD9279
Complementary color
Monochromatic Colors of #DD9279
Black with #DD9279
Text Example
Text Example
White with #DD9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9279; }
p { color: rgb(221,146,121); }
H1.HeaderClassName
{
color: #DD9279;
}
.AnyTagClassName
{
color: #DD9279;
}
</style>
background-color css
<style>
a { background-color: #DD9279; }
a { background-color: rgb(221,146,121); }
div.DivClassName
{
background-color: #DD9279;
}
.BgClassName
{
background-color: #DD9279;
}
</style>
border-color css
<style>
span { border-color: #DD9279; }
span { border-color: rgb(221,146,121); }
td.TdClassName
{
border-color: #DD9279;
}
.TagClassName
{
border-color: #DD9279;
}
</style>