Shades of Dark Salmon #DF9672
Tints of Dark Salmon #DF9672
RGB
CMYK
RGB Variations
Color information
#DF9672 (or 0xDF9672) is known color: Dark Salmon. HEX triplet: DF, 96 and 72. RGB value is (223,150,114). Sum of RGB (Red+Green+Blue) = 223+150+114=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9672 is #20698D. Grayscale: #A7A7A7. Windows color (decimal): -2124174 or 7509727. OLE color: 7509727.
HSL color Cylindrical-coordinate representation of color #DF9672: hue angle of 19.82º 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 #DF9672 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 114 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.13 |
| HSL | 19.82º | 0.63% | 0.66% | - |
| HSV(B) | 19.82º | 0.49% | 0.87% | - |
| XYZ | 44.38 | 38.72 | 21.05 | - |
| YUV | 167.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 114 | 0 | 0.33 | 0.49 | 0.13 | 19.82 | 0.63 | 0.66 |
| Hex | DF | 96 | 72 | 0 | 21 | 31 | D | 14 | 3F | 42 |
| Octal | 337 | 226 | 162 | 0 | 41 | 61 | 15 | 24 | 77 | 102 |
| Binary | 11011111 | 10010110 | 1110010 | 0 | 100001 | 110001 | 1101 | 10100 | 111111 | 1000010 |
Color Harmonies of #DF9672
Complementary color
Monochromatic Colors of #DF9672
Black with #DF9672
Text Example
Text Example
White with #DF9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9672; }
p { color: rgb(223,150,114); }
H1.HeaderClassName
{
color: #DF9672;
}
.AnyTagClassName
{
color: #DF9672;
}
</style>
background-color css
<style>
a { background-color: #DF9672; }
a { background-color: rgb(223,150,114); }
div.DivClassName
{
background-color: #DF9672;
}
.BgClassName
{
background-color: #DF9672;
}
</style>
border-color css
<style>
span { border-color: #DF9672; }
span { border-color: rgb(223,150,114); }
td.TdClassName
{
border-color: #DF9672;
}
.TagClassName
{
border-color: #DF9672;
}
</style>