Shades of Dark Salmon #DF927F
Tints of Dark Salmon #DF927F
RGB
CMYK
RGB Variations
Color information
#DF927F (or 0xDF927F) is known color: Dark Salmon. HEX triplet: DF, 92 and 7F. RGB value is (223,146,127). Sum of RGB (Red+Green+Blue) = 223+146+127=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF927F is #206D80. Grayscale: #A7A7A7. Windows color (decimal): -2125185 or 8360671. OLE color: 8360671.
HSL color Cylindrical-coordinate representation of color #DF927F: hue angle of 11.88º 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 #DF927F is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 127 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.88º | 0.6% | 0.69% | - |
| HSV(B) | 11.88º | 0.43% | 0.87% | - |
| XYZ | 44.54 | 37.78 | 25.02 | - |
| YUV | 166.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 127 | 0 | 0.35 | 0.43 | 0.13 | 11.88 | 0.6 | 0.69 |
| Hex | DF | 92 | 7F | 0 | 23 | 2B | D | C | 3C | 45 |
| Octal | 337 | 222 | 177 | 0 | 43 | 53 | 15 | 14 | 74 | 105 |
| Binary | 11011111 | 10010010 | 1111111 | 0 | 100011 | 101011 | 1101 | 1100 | 111100 | 1000101 |
Color Harmonies of #DF927F
Complementary color
Monochromatic Colors of #DF927F
Black with #DF927F
Text Example
Text Example
White with #DF927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF927F; }
p { color: rgb(223,146,127); }
H1.HeaderClassName
{
color: #DF927F;
}
.AnyTagClassName
{
color: #DF927F;
}
</style>
background-color css
<style>
a { background-color: #DF927F; }
a { background-color: rgb(223,146,127); }
div.DivClassName
{
background-color: #DF927F;
}
.BgClassName
{
background-color: #DF927F;
}
</style>
border-color css
<style>
span { border-color: #DF927F; }
span { border-color: rgb(223,146,127); }
td.TdClassName
{
border-color: #DF927F;
}
.TagClassName
{
border-color: #DF927F;
}
</style>