Shades of Dark Salmon #DD9678
Tints of Dark Salmon #DD9678
RGB
CMYK
RGB Variations
Color information
#DD9678 (or 0xDD9678) is known color: Dark Salmon. HEX triplet: DD, 96 and 78. RGB value is (221,150,120). Sum of RGB (Red+Green+Blue) = 221+150+120=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9678 is #226987. Grayscale: #A8A8A8. Windows color (decimal): -2255240 or 7902941. OLE color: 7902941.
HSL color Cylindrical-coordinate representation of color #DD9678: hue angle of 17.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD9678 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 120 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.13 |
| HSL | 17.82º | 0.6% | 0.67% | - |
| HSV(B) | 17.82º | 0.46% | 0.87% | - |
| XYZ | 44.12 | 38.54 | 22.88 | - |
| YUV | 167.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 120 | 0 | 0.32 | 0.46 | 0.13 | 17.82 | 0.6 | 0.67 |
| Hex | DD | 96 | 78 | 0 | 20 | 2E | D | 12 | 3C | 43 |
| Octal | 335 | 226 | 170 | 0 | 40 | 56 | 15 | 22 | 74 | 103 |
| Binary | 11011101 | 10010110 | 1111000 | 0 | 100000 | 101110 | 1101 | 10010 | 111100 | 1000011 |
Color Harmonies of #DD9678
Complementary color
Monochromatic Colors of #DD9678
Black with #DD9678
Text Example
Text Example
White with #DD9678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9678; }
p { color: rgb(221,150,120); }
H1.HeaderClassName
{
color: #DD9678;
}
.AnyTagClassName
{
color: #DD9678;
}
</style>
background-color css
<style>
a { background-color: #DD9678; }
a { background-color: rgb(221,150,120); }
div.DivClassName
{
background-color: #DD9678;
}
.BgClassName
{
background-color: #DD9678;
}
</style>
border-color css
<style>
span { border-color: #DD9678; }
span { border-color: rgb(221,150,120); }
td.TdClassName
{
border-color: #DD9678;
}
.TagClassName
{
border-color: #DD9678;
}
</style>