Shades of Dark Salmon #DE9A7D
Tints of Dark Salmon #DE9A7D
RGB
CMYK
RGB Variations
Color information
#DE9A7D (or 0xDE9A7D) is known color: Dark Salmon. HEX triplet: DE, 9A and 7D. RGB value is (222,154,125). Sum of RGB (Red+Green+Blue) = 222+154+125=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A7D is #216582. Grayscale: #ABABAB. Windows color (decimal): -2188675 or 8231646. OLE color: 8231646.
HSL color Cylindrical-coordinate representation of color #DE9A7D: hue angle of 17.94º 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 #DE9A7D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 125 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.13 |
| HSL | 17.94º | 0.6% | 0.68% | - |
| HSV(B) | 17.94º | 0.44% | 0.87% | - |
| XYZ | 45.38 | 40.12 | 24.75 | - |
| YUV | 171.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 125 | 0 | 0.31 | 0.44 | 0.13 | 17.94 | 0.6 | 0.68 |
| Hex | DE | 9A | 7D | 0 | 1F | 2C | D | 12 | 3C | 44 |
| Octal | 336 | 232 | 175 | 0 | 37 | 54 | 15 | 22 | 74 | 104 |
| Binary | 11011110 | 10011010 | 1111101 | 0 | 11111 | 101100 | 1101 | 10010 | 111100 | 1000100 |
Color Harmonies of #DE9A7D
Complementary color
Monochromatic Colors of #DE9A7D
Black with #DE9A7D
Text Example
Text Example
White with #DE9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9A7D; }
p { color: rgb(222,154,125); }
H1.HeaderClassName
{
color: #DE9A7D;
}
.AnyTagClassName
{
color: #DE9A7D;
}
</style>
background-color css
<style>
a { background-color: #DE9A7D; }
a { background-color: rgb(222,154,125); }
div.DivClassName
{
background-color: #DE9A7D;
}
.BgClassName
{
background-color: #DE9A7D;
}
</style>
border-color css
<style>
span { border-color: #DE9A7D; }
span { border-color: rgb(222,154,125); }
td.TdClassName
{
border-color: #DE9A7D;
}
.TagClassName
{
border-color: #DE9A7D;
}
</style>