Shades of Dark Salmon #DF927E
Tints of Dark Salmon #DF927E
RGB
CMYK
RGB Variations
Color information
#DF927E (or 0xDF927E) is known color: Dark Salmon. HEX triplet: DF, 92 and 7E. RGB value is (223,146,126). Sum of RGB (Red+Green+Blue) = 223+146+126=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF927E is #206D81. Grayscale: #A6A6A6. Windows color (decimal): -2125186 or 8295135. OLE color: 8295135.
HSL color Cylindrical-coordinate representation of color #DF927E: hue angle of 12.37º 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 #DF927E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 126 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 12.37º | 0.6% | 0.68% | - |
| HSV(B) | 12.37º | 0.43% | 0.87% | - |
| XYZ | 44.48 | 37.75 | 24.68 | - |
| YUV | 166.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 126 | 0 | 0.35 | 0.43 | 0.13 | 12.37 | 0.6 | 0.68 |
| Hex | DF | 92 | 7E | 0 | 23 | 2B | D | C | 3C | 44 |
| Octal | 337 | 222 | 176 | 0 | 43 | 53 | 15 | 14 | 74 | 104 |
| Binary | 11011111 | 10010010 | 1111110 | 0 | 100011 | 101011 | 1101 | 1100 | 111100 | 1000100 |
Color Harmonies of #DF927E
Complementary color
Monochromatic Colors of #DF927E
Black with #DF927E
Text Example
Text Example
White with #DF927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF927E; }
p { color: rgb(223,146,126); }
H1.HeaderClassName
{
color: #DF927E;
}
.AnyTagClassName
{
color: #DF927E;
}
</style>
background-color css
<style>
a { background-color: #DF927E; }
a { background-color: rgb(223,146,126); }
div.DivClassName
{
background-color: #DF927E;
}
.BgClassName
{
background-color: #DF927E;
}
</style>
border-color css
<style>
span { border-color: #DF927E; }
span { border-color: rgb(223,146,126); }
td.TdClassName
{
border-color: #DF927E;
}
.TagClassName
{
border-color: #DF927E;
}
</style>