Shades of Dark Salmon #DE957A
Tints of Dark Salmon #DE957A
RGB
CMYK
RGB Variations
Color information
#DE957A (or 0xDE957A) is known color: Dark Salmon. HEX triplet: DE, 95 and 7A. RGB value is (222,149,122). Sum of RGB (Red+Green+Blue) = 222+149+122=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE957A is #216A85. Grayscale: #A7A7A7. Windows color (decimal): -2189958 or 8033758. OLE color: 8033758.
HSL color Cylindrical-coordinate representation of color #DE957A: hue angle of 16.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE957A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 122 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.13 |
| HSL | 16.2º | 0.6% | 0.67% | - |
| HSV(B) | 16.2º | 0.45% | 0.87% | - |
| XYZ | 44.38 | 38.43 | 23.49 | - |
| YUV | 167.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 122 | 0 | 0.33 | 0.45 | 0.13 | 16.2 | 0.6 | 0.67 |
| Hex | DE | 95 | 7A | 0 | 21 | 2D | D | 10 | 3C | 43 |
| Octal | 336 | 225 | 172 | 0 | 41 | 55 | 15 | 20 | 74 | 103 |
| Binary | 11011110 | 10010101 | 1111010 | 0 | 100001 | 101101 | 1101 | 10000 | 111100 | 1000011 |
Color Harmonies of #DE957A
Complementary color
Monochromatic Colors of #DE957A
Black with #DE957A
Text Example
Text Example
White with #DE957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE957A; }
p { color: rgb(222,149,122); }
H1.HeaderClassName
{
color: #DE957A;
}
.AnyTagClassName
{
color: #DE957A;
}
</style>
background-color css
<style>
a { background-color: #DE957A; }
a { background-color: rgb(222,149,122); }
div.DivClassName
{
background-color: #DE957A;
}
.BgClassName
{
background-color: #DE957A;
}
</style>
border-color css
<style>
span { border-color: #DE957A; }
span { border-color: rgb(222,149,122); }
td.TdClassName
{
border-color: #DE957A;
}
.TagClassName
{
border-color: #DE957A;
}
</style>