Shades of Dark Salmon #DF917B
Tints of Dark Salmon #DF917B
RGB
CMYK
RGB Variations
Color information
#DF917B (or 0xDF917B) is known color: Dark Salmon. HEX triplet: DF, 91 and 7B. RGB value is (223,145,123). Sum of RGB (Red+Green+Blue) = 223+145+123=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF917B is #206E84. Grayscale: #A5A5A5. Windows color (decimal): -2125445 or 8098271. OLE color: 8098271.
HSL color Cylindrical-coordinate representation of color #DF917B: hue angle of 13.2º degrees, saturation: 0.61, 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 #DF917B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 123 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.13 |
| HSL | 13.2º | 0.61% | 0.68% | - |
| HSV(B) | 13.2º | 0.45% | 0.87% | - |
| XYZ | 44.13 | 37.37 | 23.63 | - |
| YUV | 165.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 123 | 0 | 0.35 | 0.45 | 0.13 | 13.2 | 0.61 | 0.68 |
| Hex | DF | 91 | 7B | 0 | 23 | 2D | D | D | 3D | 44 |
| Octal | 337 | 221 | 173 | 0 | 43 | 55 | 15 | 15 | 75 | 104 |
| Binary | 11011111 | 10010001 | 1111011 | 0 | 100011 | 101101 | 1101 | 1101 | 111101 | 1000100 |
Color Harmonies of #DF917B
Complementary color
Monochromatic Colors of #DF917B
Black with #DF917B
Text Example
Text Example
White with #DF917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF917B; }
p { color: rgb(223,145,123); }
H1.HeaderClassName
{
color: #DF917B;
}
.AnyTagClassName
{
color: #DF917B;
}
</style>
background-color css
<style>
a { background-color: #DF917B; }
a { background-color: rgb(223,145,123); }
div.DivClassName
{
background-color: #DF917B;
}
.BgClassName
{
background-color: #DF917B;
}
</style>
border-color css
<style>
span { border-color: #DF917B; }
span { border-color: rgb(223,145,123); }
td.TdClassName
{
border-color: #DF917B;
}
.TagClassName
{
border-color: #DF917B;
}
</style>