Shades of Dark Salmon #DE917A
Tints of Dark Salmon #DE917A
RGB
CMYK
RGB Variations
Color information
#DE917A (or 0xDE917A) is known color: Dark Salmon. HEX triplet: DE, 91 and 7A. RGB value is (222,145,122). Sum of RGB (Red+Green+Blue) = 222+145+122=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE917A is #216E85. Grayscale: #A5A5A5. Windows color (decimal): -2190982 or 8032734. OLE color: 8032734.
HSL color Cylindrical-coordinate representation of color #DE917A: hue angle of 13.8º 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 #DE917A is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 122 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.13 |
| HSL | 13.8º | 0.6% | 0.67% | - |
| HSV(B) | 13.8º | 0.45% | 0.87% | - |
| XYZ | 43.76 | 37.19 | 23.28 | - |
| YUV | 165.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 122 | 0 | 0.35 | 0.45 | 0.13 | 13.8 | 0.6 | 0.67 |
| Hex | DE | 91 | 7A | 0 | 23 | 2D | D | E | 3C | 43 |
| Octal | 336 | 221 | 172 | 0 | 43 | 55 | 15 | 16 | 74 | 103 |
| Binary | 11011110 | 10010001 | 1111010 | 0 | 100011 | 101101 | 1101 | 1110 | 111100 | 1000011 |
Color Harmonies of #DE917A
Complementary color
Monochromatic Colors of #DE917A
Black with #DE917A
Text Example
Text Example
White with #DE917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE917A; }
p { color: rgb(222,145,122); }
H1.HeaderClassName
{
color: #DE917A;
}
.AnyTagClassName
{
color: #DE917A;
}
</style>
background-color css
<style>
a { background-color: #DE917A; }
a { background-color: rgb(222,145,122); }
div.DivClassName
{
background-color: #DE917A;
}
.BgClassName
{
background-color: #DE917A;
}
</style>
border-color css
<style>
span { border-color: #DE917A; }
span { border-color: rgb(222,145,122); }
td.TdClassName
{
border-color: #DE917A;
}
.TagClassName
{
border-color: #DE917A;
}
</style>