Shades of Dark Salmon #DF9975
Tints of Dark Salmon #DF9975
RGB
CMYK
RGB Variations
Color information
#DF9975 (or 0xDF9975) is known color: Dark Salmon. HEX triplet: DF, 99 and 75. RGB value is (223,153,117). Sum of RGB (Red+Green+Blue) = 223+153+117=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9975 is #20668A. Grayscale: #AAAAAA. Windows color (decimal): -2123403 or 7707103. OLE color: 7707103.
HSL color Cylindrical-coordinate representation of color #DF9975: hue angle of 20.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9975 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 117 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.13 |
| HSL | 20.38º | 0.62% | 0.67% | - |
| HSV(B) | 20.38º | 0.48% | 0.87% | - |
| XYZ | 45.03 | 39.75 | 22.13 | - |
| YUV | 169.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 117 | 0 | 0.31 | 0.48 | 0.13 | 20.38 | 0.62 | 0.67 |
| Hex | DF | 99 | 75 | 0 | 1F | 30 | D | 14 | 3E | 43 |
| Octal | 337 | 231 | 165 | 0 | 37 | 60 | 15 | 24 | 76 | 103 |
| Binary | 11011111 | 10011001 | 1110101 | 0 | 11111 | 110000 | 1101 | 10100 | 111110 | 1000011 |
Color Harmonies of #DF9975
Complementary color
Monochromatic Colors of #DF9975
Black with #DF9975
Text Example
Text Example
White with #DF9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9975; }
p { color: rgb(223,153,117); }
H1.HeaderClassName
{
color: #DF9975;
}
.AnyTagClassName
{
color: #DF9975;
}
</style>
background-color css
<style>
a { background-color: #DF9975; }
a { background-color: rgb(223,153,117); }
div.DivClassName
{
background-color: #DF9975;
}
.BgClassName
{
background-color: #DF9975;
}
</style>
border-color css
<style>
span { border-color: #DF9975; }
span { border-color: rgb(223,153,117); }
td.TdClassName
{
border-color: #DF9975;
}
.TagClassName
{
border-color: #DF9975;
}
</style>