Shades of Dark Salmon #DE927B
Tints of Dark Salmon #DE927B
RGB
CMYK
RGB Variations
Color information
#DE927B (or 0xDE927B) is known color: Dark Salmon. HEX triplet: DE, 92 and 7B. RGB value is (222,146,123). Sum of RGB (Red+Green+Blue) = 222+146+123=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE927B is #216D84. Grayscale: #A6A6A6. Windows color (decimal): -2190725 or 8098526. OLE color: 8098526.
HSL color Cylindrical-coordinate representation of color #DE927B: hue angle of 13.94º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE927B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 123 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.13 |
| HSL | 13.94º | 0.6% | 0.68% | - |
| HSV(B) | 13.94º | 0.45% | 0.87% | - |
| XYZ | 43.98 | 37.52 | 23.66 | - |
| YUV | 166.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 123 | 0 | 0.34 | 0.45 | 0.13 | 13.94 | 0.6 | 0.68 |
| Hex | DE | 92 | 7B | 0 | 22 | 2D | D | E | 3C | 44 |
| Octal | 336 | 222 | 173 | 0 | 42 | 55 | 15 | 16 | 74 | 104 |
| Binary | 11011110 | 10010010 | 1111011 | 0 | 100010 | 101101 | 1101 | 1110 | 111100 | 1000100 |
Color Harmonies of #DE927B
Complementary color
Monochromatic Colors of #DE927B
Black with #DE927B
Text Example
Text Example
White with #DE927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE927B; }
p { color: rgb(222,146,123); }
H1.HeaderClassName
{
color: #DE927B;
}
.AnyTagClassName
{
color: #DE927B;
}
</style>
background-color css
<style>
a { background-color: #DE927B; }
a { background-color: rgb(222,146,123); }
div.DivClassName
{
background-color: #DE927B;
}
.BgClassName
{
background-color: #DE927B;
}
</style>
border-color css
<style>
span { border-color: #DE927B; }
span { border-color: rgb(222,146,123); }
td.TdClassName
{
border-color: #DE927B;
}
.TagClassName
{
border-color: #DE927B;
}
</style>