Shades of Dark Salmon #DF9272
Tints of Dark Salmon #DF9272
RGB
CMYK
RGB Variations
Color information
#DF9272 (or 0xDF9272) is known color: Dark Salmon. HEX triplet: DF, 92 and 72. RGB value is (223,146,114). Sum of RGB (Red+Green+Blue) = 223+146+114=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9272 is #206D8D. Grayscale: #A5A5A5. Windows color (decimal): -2125198 or 7508703. OLE color: 7508703.
HSL color Cylindrical-coordinate representation of color #DF9272: hue angle of 17.61º 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 #DF9272 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 114 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.13 |
| HSL | 17.61º | 0.63% | 0.66% | - |
| HSV(B) | 17.61º | 0.49% | 0.87% | - |
| XYZ | 43.75 | 37.46 | 20.84 | - |
| YUV | 165.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 114 | 0 | 0.35 | 0.49 | 0.13 | 17.61 | 0.63 | 0.66 |
| Hex | DF | 92 | 72 | 0 | 23 | 31 | D | 12 | 3F | 42 |
| Octal | 337 | 222 | 162 | 0 | 43 | 61 | 15 | 22 | 77 | 102 |
| Binary | 11011111 | 10010010 | 1110010 | 0 | 100011 | 110001 | 1101 | 10010 | 111111 | 1000010 |
Color Harmonies of #DF9272
Complementary color
Monochromatic Colors of #DF9272
Black with #DF9272
Text Example
Text Example
White with #DF9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9272; }
p { color: rgb(223,146,114); }
H1.HeaderClassName
{
color: #DF9272;
}
.AnyTagClassName
{
color: #DF9272;
}
</style>
background-color css
<style>
a { background-color: #DF9272; }
a { background-color: rgb(223,146,114); }
div.DivClassName
{
background-color: #DF9272;
}
.BgClassName
{
background-color: #DF9272;
}
</style>
border-color css
<style>
span { border-color: #DF9272; }
span { border-color: rgb(223,146,114); }
td.TdClassName
{
border-color: #DF9272;
}
.TagClassName
{
border-color: #DF9272;
}
</style>