Shades of Dark Salmon #DE997C
Tints of Dark Salmon #DE997C
RGB
CMYK
RGB Variations
Color information
#DE997C (or 0xDE997C) is known color: Dark Salmon. HEX triplet: DE, 99 and 7C. RGB value is (222,153,124). Sum of RGB (Red+Green+Blue) = 222+153+124=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE997C is #216683. Grayscale: #AAAAAA. Windows color (decimal): -2188932 or 8165854. OLE color: 8165854.
HSL color Cylindrical-coordinate representation of color #DE997C: hue angle of 17.76º 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 #DE997C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 124 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.13 |
| HSL | 17.76º | 0.6% | 0.68% | - |
| HSV(B) | 17.76º | 0.44% | 0.87% | - |
| XYZ | 45.15 | 39.77 | 24.36 | - |
| YUV | 170.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 124 | 0 | 0.31 | 0.44 | 0.13 | 17.76 | 0.6 | 0.68 |
| Hex | DE | 99 | 7C | 0 | 1F | 2C | D | 12 | 3C | 44 |
| Octal | 336 | 231 | 174 | 0 | 37 | 54 | 15 | 22 | 74 | 104 |
| Binary | 11011110 | 10011001 | 1111100 | 0 | 11111 | 101100 | 1101 | 10010 | 111100 | 1000100 |
Color Harmonies of #DE997C
Complementary color
Monochromatic Colors of #DE997C
Black with #DE997C
Text Example
Text Example
White with #DE997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE997C; }
p { color: rgb(222,153,124); }
H1.HeaderClassName
{
color: #DE997C;
}
.AnyTagClassName
{
color: #DE997C;
}
</style>
background-color css
<style>
a { background-color: #DE997C; }
a { background-color: rgb(222,153,124); }
div.DivClassName
{
background-color: #DE997C;
}
.BgClassName
{
background-color: #DE997C;
}
</style>
border-color css
<style>
span { border-color: #DE997C; }
span { border-color: rgb(222,153,124); }
td.TdClassName
{
border-color: #DE997C;
}
.TagClassName
{
border-color: #DE997C;
}
</style>