Shades of Dark Salmon #DE9377
Tints of Dark Salmon #DE9377
RGB
CMYK
RGB Variations
Color information
#DE9377 (or 0xDE9377) is known color: Dark Salmon. HEX triplet: DE, 93 and 77. RGB value is (222,147,119). Sum of RGB (Red+Green+Blue) = 222+147+119=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9377 is #216C88. Grayscale: #A6A6A6. Windows color (decimal): -2190473 or 7836638. OLE color: 7836638.
HSL color Cylindrical-coordinate representation of color #DE9377: hue angle of 16.31º degrees, saturation: 0.61, 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 #DE9377 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 119 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.13 |
| HSL | 16.31º | 0.61% | 0.67% | - |
| HSV(B) | 16.31º | 0.46% | 0.87% | - |
| XYZ | 43.89 | 37.73 | 22.42 | - |
| YUV | 166.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 119 | 0 | 0.34 | 0.46 | 0.13 | 16.31 | 0.61 | 0.67 |
| Hex | DE | 93 | 77 | 0 | 22 | 2E | D | 10 | 3D | 43 |
| Octal | 336 | 223 | 167 | 0 | 42 | 56 | 15 | 20 | 75 | 103 |
| Binary | 11011110 | 10010011 | 1110111 | 0 | 100010 | 101110 | 1101 | 10000 | 111101 | 1000011 |
Color Harmonies of #DE9377
Complementary color
Monochromatic Colors of #DE9377
Black with #DE9377
Text Example
Text Example
White with #DE9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9377; }
p { color: rgb(222,147,119); }
H1.HeaderClassName
{
color: #DE9377;
}
.AnyTagClassName
{
color: #DE9377;
}
</style>
background-color css
<style>
a { background-color: #DE9377; }
a { background-color: rgb(222,147,119); }
div.DivClassName
{
background-color: #DE9377;
}
.BgClassName
{
background-color: #DE9377;
}
</style>
border-color css
<style>
span { border-color: #DE9377; }
span { border-color: rgb(222,147,119); }
td.TdClassName
{
border-color: #DE9377;
}
.TagClassName
{
border-color: #DE9377;
}
</style>