Shades of Dark Salmon #DF9075
Tints of Dark Salmon #DF9075
RGB
CMYK
RGB Variations
Color information
#DF9075 (or 0xDF9075) is known color: Dark Salmon. HEX triplet: DF, 90 and 75. RGB value is (223,144,117). Sum of RGB (Red+Green+Blue) = 223+144+117=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9075 is #206F8A. Grayscale: #A4A4A4. Windows color (decimal): -2125707 or 7704799. OLE color: 7704799.
HSL color Cylindrical-coordinate representation of color #DF9075: hue angle of 15.28º 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 #DF9075 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 117 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.13 |
| HSL | 15.28º | 0.62% | 0.67% | - |
| HSV(B) | 15.28º | 0.48% | 0.87% | - |
| XYZ | 43.62 | 36.92 | 21.66 | - |
| YUV | 164.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 117 | 0 | 0.35 | 0.48 | 0.13 | 15.28 | 0.62 | 0.67 |
| Hex | DF | 90 | 75 | 0 | 23 | 30 | D | F | 3E | 43 |
| Octal | 337 | 220 | 165 | 0 | 43 | 60 | 15 | 17 | 76 | 103 |
| Binary | 11011111 | 10010000 | 1110101 | 0 | 100011 | 110000 | 1101 | 1111 | 111110 | 1000011 |
Color Harmonies of #DF9075
Complementary color
Monochromatic Colors of #DF9075
Black with #DF9075
Text Example
Text Example
White with #DF9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9075; }
p { color: rgb(223,144,117); }
H1.HeaderClassName
{
color: #DF9075;
}
.AnyTagClassName
{
color: #DF9075;
}
</style>
background-color css
<style>
a { background-color: #DF9075; }
a { background-color: rgb(223,144,117); }
div.DivClassName
{
background-color: #DF9075;
}
.BgClassName
{
background-color: #DF9075;
}
</style>
border-color css
<style>
span { border-color: #DF9075; }
span { border-color: rgb(223,144,117); }
td.TdClassName
{
border-color: #DF9075;
}
.TagClassName
{
border-color: #DF9075;
}
</style>