Shades of Dark Salmon #DF9977
Tints of Dark Salmon #DF9977
RGB
CMYK
RGB Variations
Color information
#DF9977 (or 0xDF9977) is known color: Dark Salmon. HEX triplet: DF, 99 and 77. RGB value is (223,153,119). Sum of RGB (Red+Green+Blue) = 223+153+119=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9977 is #206688. Grayscale: #AAAAAA. Windows color (decimal): -2123401 or 7838175. OLE color: 7838175.
HSL color Cylindrical-coordinate representation of color #DF9977: hue angle of 19.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF9977 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 119 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.13 |
| HSL | 19.62º | 0.62% | 0.67% | - |
| HSV(B) | 19.62º | 0.47% | 0.87% | - |
| XYZ | 45.15 | 39.8 | 22.76 | - |
| YUV | 170.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 119 | 0 | 0.31 | 0.47 | 0.13 | 19.62 | 0.62 | 0.67 |
| Hex | DF | 99 | 77 | 0 | 1F | 2F | D | 14 | 3E | 43 |
| Octal | 337 | 231 | 167 | 0 | 37 | 57 | 15 | 24 | 76 | 103 |
| Binary | 11011111 | 10011001 | 1110111 | 0 | 11111 | 101111 | 1101 | 10100 | 111110 | 1000011 |
Color Harmonies of #DF9977
Complementary color
Monochromatic Colors of #DF9977
Black with #DF9977
Text Example
Text Example
White with #DF9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9977; }
p { color: rgb(223,153,119); }
H1.HeaderClassName
{
color: #DF9977;
}
.AnyTagClassName
{
color: #DF9977;
}
</style>
background-color css
<style>
a { background-color: #DF9977; }
a { background-color: rgb(223,153,119); }
div.DivClassName
{
background-color: #DF9977;
}
.BgClassName
{
background-color: #DF9977;
}
</style>
border-color css
<style>
span { border-color: #DF9977; }
span { border-color: rgb(223,153,119); }
td.TdClassName
{
border-color: #DF9977;
}
.TagClassName
{
border-color: #DF9977;
}
</style>