Shades of Dark Salmon #DE937C
Tints of Dark Salmon #DE937C
RGB
CMYK
RGB Variations
Color information
#DE937C (or 0xDE937C) is known color: Dark Salmon. HEX triplet: DE, 93 and 7C. RGB value is (222,147,124). Sum of RGB (Red+Green+Blue) = 222+147+124=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE937C is #216C83. Grayscale: #A6A6A6. Windows color (decimal): -2190468 or 8164318. OLE color: 8164318.
HSL color Cylindrical-coordinate representation of color #DE937C: hue angle of 14.08º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE937C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 124 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.13 |
| HSL | 14.08º | 0.6% | 0.68% | - |
| HSV(B) | 14.08º | 0.44% | 0.87% | - |
| XYZ | 44.2 | 37.85 | 24.05 | - |
| YUV | 166.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 124 | 0 | 0.34 | 0.44 | 0.13 | 14.08 | 0.6 | 0.68 |
| Hex | DE | 93 | 7C | 0 | 22 | 2C | D | E | 3C | 44 |
| Octal | 336 | 223 | 174 | 0 | 42 | 54 | 15 | 16 | 74 | 104 |
| Binary | 11011110 | 10010011 | 1111100 | 0 | 100010 | 101100 | 1101 | 1110 | 111100 | 1000100 |
Color Harmonies of #DE937C
Complementary color
Monochromatic Colors of #DE937C
Black with #DE937C
Text Example
Text Example
White with #DE937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE937C; }
p { color: rgb(222,147,124); }
H1.HeaderClassName
{
color: #DE937C;
}
.AnyTagClassName
{
color: #DE937C;
}
</style>
background-color css
<style>
a { background-color: #DE937C; }
a { background-color: rgb(222,147,124); }
div.DivClassName
{
background-color: #DE937C;
}
.BgClassName
{
background-color: #DE937C;
}
</style>
border-color css
<style>
span { border-color: #DE937C; }
span { border-color: rgb(222,147,124); }
td.TdClassName
{
border-color: #DE937C;
}
.TagClassName
{
border-color: #DE937C;
}
</style>