Shades of Dark Salmon #DF957B
Tints of Dark Salmon #DF957B
RGB
CMYK
RGB Variations
Color information
#DF957B (or 0xDF957B) is known color: Dark Salmon. HEX triplet: DF, 95 and 7B. RGB value is (223,149,123). Sum of RGB (Red+Green+Blue) = 223+149+123=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF957B is #206A84. Grayscale: #A8A8A8. Windows color (decimal): -2124421 or 8099295. OLE color: 8099295.
HSL color Cylindrical-coordinate representation of color #DF957B: hue angle of 15.6º 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 #DF957B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 123 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.13 |
| HSL | 15.6º | 0.61% | 0.68% | - |
| HSV(B) | 15.6º | 0.45% | 0.87% | - |
| XYZ | 44.75 | 38.61 | 23.83 | - |
| YUV | 168.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 123 | 0 | 0.33 | 0.45 | 0.13 | 15.6 | 0.61 | 0.68 |
| Hex | DF | 95 | 7B | 0 | 21 | 2D | D | 10 | 3D | 44 |
| Octal | 337 | 225 | 173 | 0 | 41 | 55 | 15 | 20 | 75 | 104 |
| Binary | 11011111 | 10010101 | 1111011 | 0 | 100001 | 101101 | 1101 | 10000 | 111101 | 1000100 |
Color Harmonies of #DF957B
Complementary color
Monochromatic Colors of #DF957B
Black with #DF957B
Text Example
Text Example
White with #DF957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF957B; }
p { color: rgb(223,149,123); }
H1.HeaderClassName
{
color: #DF957B;
}
.AnyTagClassName
{
color: #DF957B;
}
</style>
background-color css
<style>
a { background-color: #DF957B; }
a { background-color: rgb(223,149,123); }
div.DivClassName
{
background-color: #DF957B;
}
.BgClassName
{
background-color: #DF957B;
}
</style>
border-color css
<style>
span { border-color: #DF957B; }
span { border-color: rgb(223,149,123); }
td.TdClassName
{
border-color: #DF957B;
}
.TagClassName
{
border-color: #DF957B;
}
</style>