Shades of Dark Salmon #DF9972
Tints of Dark Salmon #DF9972
RGB
CMYK
RGB Variations
Color information
#DF9972 (or 0xDF9972) is known color: Dark Salmon. HEX triplet: DF, 99 and 72. RGB value is (223,153,114). Sum of RGB (Red+Green+Blue) = 223+153+114=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9972 is #20668D. Grayscale: #A9A9A9. Windows color (decimal): -2123406 or 7510495. OLE color: 7510495.
HSL color Cylindrical-coordinate representation of color #DF9972: hue angle of 21.47º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF9972 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 114 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.13 |
| HSL | 21.47º | 0.63% | 0.66% | - |
| HSV(B) | 21.47º | 0.49% | 0.87% | - |
| XYZ | 44.86 | 39.69 | 21.22 | - |
| YUV | 169.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 114 | 0 | 0.31 | 0.49 | 0.13 | 21.47 | 0.63 | 0.66 |
| Hex | DF | 99 | 72 | 0 | 1F | 31 | D | 15 | 3F | 42 |
| Octal | 337 | 231 | 162 | 0 | 37 | 61 | 15 | 25 | 77 | 102 |
| Binary | 11011111 | 10011001 | 1110010 | 0 | 11111 | 110001 | 1101 | 10101 | 111111 | 1000010 |
Color Harmonies of #DF9972
Complementary color
Monochromatic Colors of #DF9972
Black with #DF9972
Text Example
Text Example
White with #DF9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9972; }
p { color: rgb(223,153,114); }
H1.HeaderClassName
{
color: #DF9972;
}
.AnyTagClassName
{
color: #DF9972;
}
</style>
background-color css
<style>
a { background-color: #DF9972; }
a { background-color: rgb(223,153,114); }
div.DivClassName
{
background-color: #DF9972;
}
.BgClassName
{
background-color: #DF9972;
}
</style>
border-color css
<style>
span { border-color: #DF9972; }
span { border-color: rgb(223,153,114); }
td.TdClassName
{
border-color: #DF9972;
}
.TagClassName
{
border-color: #DF9972;
}
</style>