Shades of Dark Salmon #DE9376
Tints of Dark Salmon #DE9376
RGB
CMYK
RGB Variations
Color information
#DE9376 (or 0xDE9376) is known color: Dark Salmon. HEX triplet: DE, 93 and 76. RGB value is (222,147,118). Sum of RGB (Red+Green+Blue) = 222+147+118=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9376 is #216C89. Grayscale: #A6A6A6. Windows color (decimal): -2190474 or 7771102. OLE color: 7771102.
HSL color Cylindrical-coordinate representation of color #DE9376: hue angle of 16.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE9376 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 118 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.13 |
| HSL | 16.73º | 0.61% | 0.67% | - |
| HSV(B) | 16.73º | 0.47% | 0.87% | - |
| XYZ | 43.83 | 37.71 | 22.11 | - |
| YUV | 166.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 118 | 0 | 0.34 | 0.47 | 0.13 | 16.73 | 0.61 | 0.67 |
| Hex | DE | 93 | 76 | 0 | 22 | 2F | D | 11 | 3D | 43 |
| Octal | 336 | 223 | 166 | 0 | 42 | 57 | 15 | 21 | 75 | 103 |
| Binary | 11011110 | 10010011 | 1110110 | 0 | 100010 | 101111 | 1101 | 10001 | 111101 | 1000011 |
Color Harmonies of #DE9376
Complementary color
Monochromatic Colors of #DE9376
Black with #DE9376
Text Example
Text Example
White with #DE9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9376; }
p { color: rgb(222,147,118); }
H1.HeaderClassName
{
color: #DE9376;
}
.AnyTagClassName
{
color: #DE9376;
}
</style>
background-color css
<style>
a { background-color: #DE9376; }
a { background-color: rgb(222,147,118); }
div.DivClassName
{
background-color: #DE9376;
}
.BgClassName
{
background-color: #DE9376;
}
</style>
border-color css
<style>
span { border-color: #DE9376; }
span { border-color: rgb(222,147,118); }
td.TdClassName
{
border-color: #DE9376;
}
.TagClassName
{
border-color: #DE9376;
}
</style>