Shades of Dark Salmon #DE9977
Tints of Dark Salmon #DE9977
RGB
CMYK
RGB Variations
Color information
#DE9977 (or 0xDE9977) is known color: Dark Salmon. HEX triplet: DE, 99 and 77. RGB value is (222,153,119). Sum of RGB (Red+Green+Blue) = 222+153+119=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9977 is #216688. Grayscale: #A9A9A9. Windows color (decimal): -2188937 or 7838174. OLE color: 7838174.
HSL color Cylindrical-coordinate representation of color #DE9977: hue angle of 19.81º 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 #DE9977 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 119 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.13 |
| HSL | 19.81º | 0.61% | 0.67% | - |
| HSV(B) | 19.81º | 0.46% | 0.87% | - |
| XYZ | 44.85 | 39.64 | 22.74 | - |
| YUV | 169.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 119 | 0 | 0.31 | 0.46 | 0.13 | 19.81 | 0.61 | 0.67 |
| Hex | DE | 99 | 77 | 0 | 1F | 2E | D | 14 | 3D | 43 |
| Octal | 336 | 231 | 167 | 0 | 37 | 56 | 15 | 24 | 75 | 103 |
| Binary | 11011110 | 10011001 | 1110111 | 0 | 11111 | 101110 | 1101 | 10100 | 111101 | 1000011 |
Color Harmonies of #DE9977
Complementary color
Monochromatic Colors of #DE9977
Black with #DE9977
Text Example
Text Example
White with #DE9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9977; }
p { color: rgb(222,153,119); }
H1.HeaderClassName
{
color: #DE9977;
}
.AnyTagClassName
{
color: #DE9977;
}
</style>
background-color css
<style>
a { background-color: #DE9977; }
a { background-color: rgb(222,153,119); }
div.DivClassName
{
background-color: #DE9977;
}
.BgClassName
{
background-color: #DE9977;
}
</style>
border-color css
<style>
span { border-color: #DE9977; }
span { border-color: rgb(222,153,119); }
td.TdClassName
{
border-color: #DE9977;
}
.TagClassName
{
border-color: #DE9977;
}
</style>