Shades of Dark Salmon #DF997B
Tints of Dark Salmon #DF997B
RGB
CMYK
RGB Variations
Color information
#DF997B (or 0xDF997B) is known color: Dark Salmon. HEX triplet: DF, 99 and 7B. RGB value is (223,153,123). Sum of RGB (Red+Green+Blue) = 223+153+123=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF997B is #206684. Grayscale: #AAAAAA. Windows color (decimal): -2123397 or 8100319. OLE color: 8100319.
HSL color Cylindrical-coordinate representation of color #DF997B: hue angle of 18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF997B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 123 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.13 |
| HSL | 18º | 0.61% | 0.68% | - |
| HSV(B) | 18º | 0.45% | 0.87% | - |
| XYZ | 45.4 | 39.9 | 24.05 | - |
| YUV | 170.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 123 | 0 | 0.31 | 0.45 | 0.13 | 18 | 0.61 | 0.68 |
| Hex | DF | 99 | 7B | 0 | 1F | 2D | D | 12 | 3D | 44 |
| Octal | 337 | 231 | 173 | 0 | 37 | 55 | 15 | 22 | 75 | 104 |
| Binary | 11011111 | 10011001 | 1111011 | 0 | 11111 | 101101 | 1101 | 10010 | 111101 | 1000100 |
Color Harmonies of #DF997B
Complementary color
Monochromatic Colors of #DF997B
Black with #DF997B
Text Example
Text Example
White with #DF997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF997B; }
p { color: rgb(223,153,123); }
H1.HeaderClassName
{
color: #DF997B;
}
.AnyTagClassName
{
color: #DF997B;
}
</style>
background-color css
<style>
a { background-color: #DF997B; }
a { background-color: rgb(223,153,123); }
div.DivClassName
{
background-color: #DF997B;
}
.BgClassName
{
background-color: #DF997B;
}
</style>
border-color css
<style>
span { border-color: #DF997B; }
span { border-color: rgb(223,153,123); }
td.TdClassName
{
border-color: #DF997B;
}
.TagClassName
{
border-color: #DF997B;
}
</style>