Shades of Dark Salmon #DF997F
Tints of Dark Salmon #DF997F
RGB
CMYK
RGB Variations
Color information
#DF997F (or 0xDF997F) is known color: Dark Salmon. HEX triplet: DF, 99 and 7F. RGB value is (223,153,127). Sum of RGB (Red+Green+Blue) = 223+153+127=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF997F is #206680. Grayscale: #ABABAB. Windows color (decimal): -2123393 or 8362463. OLE color: 8362463.
HSL color Cylindrical-coordinate representation of color #DF997F: hue angle of 16.25º 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 #DF997F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 127 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.13 |
| HSL | 16.25º | 0.6% | 0.69% | - |
| HSV(B) | 16.25º | 0.43% | 0.87% | - |
| XYZ | 45.65 | 40 | 25.39 | - |
| YUV | 170.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 127 | 0 | 0.31 | 0.43 | 0.13 | 16.25 | 0.6 | 0.69 |
| Hex | DF | 99 | 7F | 0 | 1F | 2B | D | 10 | 3C | 45 |
| Octal | 337 | 231 | 177 | 0 | 37 | 53 | 15 | 20 | 74 | 105 |
| Binary | 11011111 | 10011001 | 1111111 | 0 | 11111 | 101011 | 1101 | 10000 | 111100 | 1000101 |
Color Harmonies of #DF997F
Complementary color
Monochromatic Colors of #DF997F
Black with #DF997F
Text Example
Text Example
White with #DF997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF997F; }
p { color: rgb(223,153,127); }
H1.HeaderClassName
{
color: #DF997F;
}
.AnyTagClassName
{
color: #DF997F;
}
</style>
background-color css
<style>
a { background-color: #DF997F; }
a { background-color: rgb(223,153,127); }
div.DivClassName
{
background-color: #DF997F;
}
.BgClassName
{
background-color: #DF997F;
}
</style>
border-color css
<style>
span { border-color: #DF997F; }
span { border-color: rgb(223,153,127); }
td.TdClassName
{
border-color: #DF997F;
}
.TagClassName
{
border-color: #DF997F;
}
</style>