Shades of Dark Salmon #DF9372
Tints of Dark Salmon #DF9372
RGB
CMYK
RGB Variations
Color information
#DF9372 (or 0xDF9372) is known color: Dark Salmon. HEX triplet: DF, 93 and 72. RGB value is (223,147,114). Sum of RGB (Red+Green+Blue) = 223+147+114=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9372 is #206C8D. Grayscale: #A6A6A6. Windows color (decimal): -2124942 or 7508959. OLE color: 7508959.
HSL color Cylindrical-coordinate representation of color #DF9372: hue angle of 18.17º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF9372 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 114 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.13 |
| HSL | 18.17º | 0.63% | 0.66% | - |
| HSV(B) | 18.17º | 0.49% | 0.87% | - |
| XYZ | 43.9 | 37.77 | 20.9 | - |
| YUV | 165.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 114 | 0 | 0.34 | 0.49 | 0.13 | 18.17 | 0.63 | 0.66 |
| Hex | DF | 93 | 72 | 0 | 22 | 31 | D | 12 | 3F | 42 |
| Octal | 337 | 223 | 162 | 0 | 42 | 61 | 15 | 22 | 77 | 102 |
| Binary | 11011111 | 10010011 | 1110010 | 0 | 100010 | 110001 | 1101 | 10010 | 111111 | 1000010 |
Color Harmonies of #DF9372
Complementary color
Monochromatic Colors of #DF9372
Black with #DF9372
Text Example
Text Example
White with #DF9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9372; }
p { color: rgb(223,147,114); }
H1.HeaderClassName
{
color: #DF9372;
}
.AnyTagClassName
{
color: #DF9372;
}
</style>
background-color css
<style>
a { background-color: #DF9372; }
a { background-color: rgb(223,147,114); }
div.DivClassName
{
background-color: #DF9372;
}
.BgClassName
{
background-color: #DF9372;
}
</style>
border-color css
<style>
span { border-color: #DF9372; }
span { border-color: rgb(223,147,114); }
td.TdClassName
{
border-color: #DF9372;
}
.TagClassName
{
border-color: #DF9372;
}
</style>