Shades of Dark Salmon #DF9177
Tints of Dark Salmon #DF9177
RGB
CMYK
RGB Variations
Color information
#DF9177 (or 0xDF9177) is known color: Dark Salmon. HEX triplet: DF, 91 and 77. RGB value is (223,145,119). Sum of RGB (Red+Green+Blue) = 223+145+119=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9177 is #206E88. Grayscale: #A5A5A5. Windows color (decimal): -2125449 or 7836127. OLE color: 7836127.
HSL color Cylindrical-coordinate representation of color #DF9177: hue angle of 15º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF9177 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 119 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.13 |
| HSL | 15º | 0.62% | 0.67% | - |
| HSV(B) | 15º | 0.47% | 0.87% | - |
| XYZ | 43.89 | 37.27 | 22.33 | - |
| YUV | 165.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 119 | 0 | 0.35 | 0.47 | 0.13 | 15 | 0.62 | 0.67 |
| Hex | DF | 91 | 77 | 0 | 23 | 2F | D | F | 3E | 43 |
| Octal | 337 | 221 | 167 | 0 | 43 | 57 | 15 | 17 | 76 | 103 |
| Binary | 11011111 | 10010001 | 1110111 | 0 | 100011 | 101111 | 1101 | 1111 | 111110 | 1000011 |
Color Harmonies of #DF9177
Complementary color
Monochromatic Colors of #DF9177
Black with #DF9177
Text Example
Text Example
White with #DF9177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9177; }
p { color: rgb(223,145,119); }
H1.HeaderClassName
{
color: #DF9177;
}
.AnyTagClassName
{
color: #DF9177;
}
</style>
background-color css
<style>
a { background-color: #DF9177; }
a { background-color: rgb(223,145,119); }
div.DivClassName
{
background-color: #DF9177;
}
.BgClassName
{
background-color: #DF9177;
}
</style>
border-color css
<style>
span { border-color: #DF9177; }
span { border-color: rgb(223,145,119); }
td.TdClassName
{
border-color: #DF9177;
}
.TagClassName
{
border-color: #DF9177;
}
</style>