Shades of Dark Salmon #DF9775
Tints of Dark Salmon #DF9775
RGB
CMYK
RGB Variations
Color information
#DF9775 (or 0xDF9775) is known color: Dark Salmon. HEX triplet: DF, 97 and 75. RGB value is (223,151,117). Sum of RGB (Red+Green+Blue) = 223+151+117=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9775 is #20688A. Grayscale: #A8A8A8. Windows color (decimal): -2123915 or 7706591. OLE color: 7706591.
HSL color Cylindrical-coordinate representation of color #DF9775: hue angle of 19.25º 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 #DF9775 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 117 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.13 |
| HSL | 19.25º | 0.62% | 0.67% | - |
| HSV(B) | 19.25º | 0.48% | 0.87% | - |
| XYZ | 44.71 | 39.11 | 22.02 | - |
| YUV | 168.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 117 | 0 | 0.32 | 0.48 | 0.13 | 19.25 | 0.62 | 0.67 |
| Hex | DF | 97 | 75 | 0 | 20 | 30 | D | 13 | 3E | 43 |
| Octal | 337 | 227 | 165 | 0 | 40 | 60 | 15 | 23 | 76 | 103 |
| Binary | 11011111 | 10010111 | 1110101 | 0 | 100000 | 110000 | 1101 | 10011 | 111110 | 1000011 |
Color Harmonies of #DF9775
Complementary color
Monochromatic Colors of #DF9775
Black with #DF9775
Text Example
Text Example
White with #DF9775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9775; }
p { color: rgb(223,151,117); }
H1.HeaderClassName
{
color: #DF9775;
}
.AnyTagClassName
{
color: #DF9775;
}
</style>
background-color css
<style>
a { background-color: #DF9775; }
a { background-color: rgb(223,151,117); }
div.DivClassName
{
background-color: #DF9775;
}
.BgClassName
{
background-color: #DF9775;
}
</style>
border-color css
<style>
span { border-color: #DF9775; }
span { border-color: rgb(223,151,117); }
td.TdClassName
{
border-color: #DF9775;
}
.TagClassName
{
border-color: #DF9775;
}
</style>