Shades of Dark Salmon #DF9275
Tints of Dark Salmon #DF9275
RGB
CMYK
RGB Variations
Color information
#DF9275 (or 0xDF9275) is known color: Dark Salmon. HEX triplet: DF, 92 and 75. RGB value is (223,146,117). Sum of RGB (Red+Green+Blue) = 223+146+117=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9275 is #206D8A. Grayscale: #A5A5A5. Windows color (decimal): -2125195 or 7705311. OLE color: 7705311.
HSL color Cylindrical-coordinate representation of color #DF9275: hue angle of 16.42º 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 #DF9275 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 117 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.13 |
| HSL | 16.42º | 0.62% | 0.67% | - |
| HSV(B) | 16.42º | 0.48% | 0.87% | - |
| XYZ | 43.92 | 37.53 | 21.76 | - |
| YUV | 165.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 117 | 0 | 0.35 | 0.48 | 0.13 | 16.42 | 0.62 | 0.67 |
| Hex | DF | 92 | 75 | 0 | 23 | 30 | D | 10 | 3E | 43 |
| Octal | 337 | 222 | 165 | 0 | 43 | 60 | 15 | 20 | 76 | 103 |
| Binary | 11011111 | 10010010 | 1110101 | 0 | 100011 | 110000 | 1101 | 10000 | 111110 | 1000011 |
Color Harmonies of #DF9275
Complementary color
Monochromatic Colors of #DF9275
Black with #DF9275
Text Example
Text Example
White with #DF9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9275; }
p { color: rgb(223,146,117); }
H1.HeaderClassName
{
color: #DF9275;
}
.AnyTagClassName
{
color: #DF9275;
}
</style>
background-color css
<style>
a { background-color: #DF9275; }
a { background-color: rgb(223,146,117); }
div.DivClassName
{
background-color: #DF9275;
}
.BgClassName
{
background-color: #DF9275;
}
</style>
border-color css
<style>
span { border-color: #DF9275; }
span { border-color: rgb(223,146,117); }
td.TdClassName
{
border-color: #DF9275;
}
.TagClassName
{
border-color: #DF9275;
}
</style>