Shades of Dark Salmon #DF9375
Tints of Dark Salmon #DF9375
RGB
CMYK
RGB Variations
Color information
#DF9375 (or 0xDF9375) is known color: Dark Salmon. HEX triplet: DF, 93 and 75. RGB value is (223,147,117). Sum of RGB (Red+Green+Blue) = 223+147+117=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9375 is #206C8A. Grayscale: #A6A6A6. Windows color (decimal): -2124939 or 7705567. OLE color: 7705567.
HSL color Cylindrical-coordinate representation of color #DF9375: hue angle of 16.98º 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 #DF9375 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 117 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.13 |
| HSL | 16.98º | 0.62% | 0.67% | - |
| HSV(B) | 16.98º | 0.48% | 0.87% | - |
| XYZ | 44.08 | 37.84 | 21.81 | - |
| YUV | 166.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 117 | 0 | 0.34 | 0.48 | 0.13 | 16.98 | 0.62 | 0.67 |
| Hex | DF | 93 | 75 | 0 | 22 | 30 | D | 11 | 3E | 43 |
| Octal | 337 | 223 | 165 | 0 | 42 | 60 | 15 | 21 | 76 | 103 |
| Binary | 11011111 | 10010011 | 1110101 | 0 | 100010 | 110000 | 1101 | 10001 | 111110 | 1000011 |
Color Harmonies of #DF9375
Complementary color
Monochromatic Colors of #DF9375
Black with #DF9375
Text Example
Text Example
White with #DF9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9375; }
p { color: rgb(223,147,117); }
H1.HeaderClassName
{
color: #DF9375;
}
.AnyTagClassName
{
color: #DF9375;
}
</style>
background-color css
<style>
a { background-color: #DF9375; }
a { background-color: rgb(223,147,117); }
div.DivClassName
{
background-color: #DF9375;
}
.BgClassName
{
background-color: #DF9375;
}
</style>
border-color css
<style>
span { border-color: #DF9375; }
span { border-color: rgb(223,147,117); }
td.TdClassName
{
border-color: #DF9375;
}
.TagClassName
{
border-color: #DF9375;
}
</style>