Shades of Dark Salmon #DF937E
Tints of Dark Salmon #DF937E
RGB
CMYK
RGB Variations
Color information
#DF937E (or 0xDF937E) is known color: Dark Salmon. HEX triplet: DF, 93 and 7E. RGB value is (223,147,126). Sum of RGB (Red+Green+Blue) = 223+147+126=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF937E is #206C81. Grayscale: #A7A7A7. Windows color (decimal): -2124930 or 8295391. OLE color: 8295391.
HSL color Cylindrical-coordinate representation of color #DF937E: hue angle of 12.99º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF937E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 126 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.13 |
| HSL | 12.99º | 0.6% | 0.68% | - |
| HSV(B) | 12.99º | 0.43% | 0.87% | - |
| XYZ | 44.63 | 38.06 | 24.73 | - |
| YUV | 167.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 126 | 0 | 0.34 | 0.43 | 0.13 | 12.99 | 0.6 | 0.68 |
| Hex | DF | 93 | 7E | 0 | 22 | 2B | D | D | 3C | 44 |
| Octal | 337 | 223 | 176 | 0 | 42 | 53 | 15 | 15 | 74 | 104 |
| Binary | 11011111 | 10010011 | 1111110 | 0 | 100010 | 101011 | 1101 | 1101 | 111100 | 1000100 |
Color Harmonies of #DF937E
Complementary color
Monochromatic Colors of #DF937E
Black with #DF937E
Text Example
Text Example
White with #DF937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF937E; }
p { color: rgb(223,147,126); }
H1.HeaderClassName
{
color: #DF937E;
}
.AnyTagClassName
{
color: #DF937E;
}
</style>
background-color css
<style>
a { background-color: #DF937E; }
a { background-color: rgb(223,147,126); }
div.DivClassName
{
background-color: #DF937E;
}
.BgClassName
{
background-color: #DF937E;
}
</style>
border-color css
<style>
span { border-color: #DF937E; }
span { border-color: rgb(223,147,126); }
td.TdClassName
{
border-color: #DF937E;
}
.TagClassName
{
border-color: #DF937E;
}
</style>