Shades of Dark Salmon #DD9378
Tints of Dark Salmon #DD9378
RGB
CMYK
RGB Variations
Color information
#DD9378 (or 0xDD9378) is known color: Dark Salmon. HEX triplet: DD, 93 and 78. RGB value is (221,147,120). Sum of RGB (Red+Green+Blue) = 221+147+120=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9378 is #226C87. Grayscale: #A6A6A6. Windows color (decimal): -2256008 or 7902173. OLE color: 7902173.
HSL color Cylindrical-coordinate representation of color #DD9378: hue angle of 16.04º 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 #DD9378 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 120 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.13 |
| HSL | 16.04º | 0.6% | 0.67% | - |
| HSV(B) | 16.04º | 0.46% | 0.87% | - |
| XYZ | 43.64 | 37.6 | 22.73 | - |
| YUV | 166.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 120 | 0 | 0.33 | 0.46 | 0.13 | 16.04 | 0.6 | 0.67 |
| Hex | DD | 93 | 78 | 0 | 21 | 2E | D | 10 | 3C | 43 |
| Octal | 335 | 223 | 170 | 0 | 41 | 56 | 15 | 20 | 74 | 103 |
| Binary | 11011101 | 10010011 | 1111000 | 0 | 100001 | 101110 | 1101 | 10000 | 111100 | 1000011 |
Color Harmonies of #DD9378
Complementary color
Monochromatic Colors of #DD9378
Black with #DD9378
Text Example
Text Example
White with #DD9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9378; }
p { color: rgb(221,147,120); }
H1.HeaderClassName
{
color: #DD9378;
}
.AnyTagClassName
{
color: #DD9378;
}
</style>
background-color css
<style>
a { background-color: #DD9378; }
a { background-color: rgb(221,147,120); }
div.DivClassName
{
background-color: #DD9378;
}
.BgClassName
{
background-color: #DD9378;
}
</style>
border-color css
<style>
span { border-color: #DD9378; }
span { border-color: rgb(221,147,120); }
td.TdClassName
{
border-color: #DD9378;
}
.TagClassName
{
border-color: #DD9378;
}
</style>