Shades of Dark Salmon #DE927A
Tints of Dark Salmon #DE927A
RGB
CMYK
RGB Variations
Color information
#DE927A (or 0xDE927A) is known color: Dark Salmon. HEX triplet: DE, 92 and 7A. RGB value is (222,146,122). Sum of RGB (Red+Green+Blue) = 222+146+122=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE927A is #216D85. Grayscale: #A6A6A6. Windows color (decimal): -2190726 or 8032990. OLE color: 8032990.
HSL color Cylindrical-coordinate representation of color #DE927A: hue angle of 14.4º 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 #DE927A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 122 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.13 |
| HSL | 14.4º | 0.6% | 0.67% | - |
| HSV(B) | 14.4º | 0.45% | 0.87% | - |
| XYZ | 43.92 | 37.49 | 23.33 | - |
| YUV | 165.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 122 | 0 | 0.34 | 0.45 | 0.13 | 14.4 | 0.6 | 0.67 |
| Hex | DE | 92 | 7A | 0 | 22 | 2D | D | E | 3C | 43 |
| Octal | 336 | 222 | 172 | 0 | 42 | 55 | 15 | 16 | 74 | 103 |
| Binary | 11011110 | 10010010 | 1111010 | 0 | 100010 | 101101 | 1101 | 1110 | 111100 | 1000011 |
Color Harmonies of #DE927A
Complementary color
Monochromatic Colors of #DE927A
Black with #DE927A
Text Example
Text Example
White with #DE927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE927A; }
p { color: rgb(222,146,122); }
H1.HeaderClassName
{
color: #DE927A;
}
.AnyTagClassName
{
color: #DE927A;
}
</style>
background-color css
<style>
a { background-color: #DE927A; }
a { background-color: rgb(222,146,122); }
div.DivClassName
{
background-color: #DE927A;
}
.BgClassName
{
background-color: #DE927A;
}
</style>
border-color css
<style>
span { border-color: #DE927A; }
span { border-color: rgb(222,146,122); }
td.TdClassName
{
border-color: #DE927A;
}
.TagClassName
{
border-color: #DE927A;
}
</style>