Shades of Dark Salmon #DF957F
Tints of Dark Salmon #DF957F
RGB
CMYK
RGB Variations
Color information
#DF957F (or 0xDF957F) is known color: Dark Salmon. HEX triplet: DF, 95 and 7F. RGB value is (223,149,127). Sum of RGB (Red+Green+Blue) = 223+149+127=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF957F is #206A80. Grayscale: #A8A8A8. Windows color (decimal): -2124417 or 8361439. OLE color: 8361439.
HSL color Cylindrical-coordinate representation of color #DF957F: hue angle of 13.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF957F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 127 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.13 |
| HSL | 13.75º | 0.6% | 0.69% | - |
| HSV(B) | 13.75º | 0.43% | 0.87% | - |
| XYZ | 45.01 | 38.72 | 25.18 | - |
| YUV | 168.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 127 | 0 | 0.33 | 0.43 | 0.13 | 13.75 | 0.6 | 0.69 |
| Hex | DF | 95 | 7F | 0 | 21 | 2B | D | E | 3C | 45 |
| Octal | 337 | 225 | 177 | 0 | 41 | 53 | 15 | 16 | 74 | 105 |
| Binary | 11011111 | 10010101 | 1111111 | 0 | 100001 | 101011 | 1101 | 1110 | 111100 | 1000101 |
Color Harmonies of #DF957F
Complementary color
Monochromatic Colors of #DF957F
Black with #DF957F
Text Example
Text Example
White with #DF957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF957F; }
p { color: rgb(223,149,127); }
H1.HeaderClassName
{
color: #DF957F;
}
.AnyTagClassName
{
color: #DF957F;
}
</style>
background-color css
<style>
a { background-color: #DF957F; }
a { background-color: rgb(223,149,127); }
div.DivClassName
{
background-color: #DF957F;
}
.BgClassName
{
background-color: #DF957F;
}
</style>
border-color css
<style>
span { border-color: #DF957F; }
span { border-color: rgb(223,149,127); }
td.TdClassName
{
border-color: #DF957F;
}
.TagClassName
{
border-color: #DF957F;
}
</style>