Shades of Dark Salmon #DF9074
Tints of Dark Salmon #DF9074
RGB
CMYK
RGB Variations
Color information
#DF9074 (or 0xDF9074) is known color: Dark Salmon. HEX triplet: DF, 90 and 74. RGB value is (223,144,116). Sum of RGB (Red+Green+Blue) = 223+144+116=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9074 is #206F8B. Grayscale: #A4A4A4. Windows color (decimal): -2125708 or 7639263. OLE color: 7639263.
HSL color Cylindrical-coordinate representation of color #DF9074: hue angle of 15.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9074 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 116 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.13 |
| HSL | 15.7º | 0.63% | 0.66% | - |
| HSV(B) | 15.7º | 0.48% | 0.87% | - |
| XYZ | 43.56 | 36.9 | 21.35 | - |
| YUV | 164.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 116 | 0 | 0.35 | 0.48 | 0.13 | 15.7 | 0.63 | 0.66 |
| Hex | DF | 90 | 74 | 0 | 23 | 30 | D | 10 | 3F | 42 |
| Octal | 337 | 220 | 164 | 0 | 43 | 60 | 15 | 20 | 77 | 102 |
| Binary | 11011111 | 10010000 | 1110100 | 0 | 100011 | 110000 | 1101 | 10000 | 111111 | 1000010 |
Color Harmonies of #DF9074
Complementary color
Monochromatic Colors of #DF9074
Black with #DF9074
Text Example
Text Example
White with #DF9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9074; }
p { color: rgb(223,144,116); }
H1.HeaderClassName
{
color: #DF9074;
}
.AnyTagClassName
{
color: #DF9074;
}
</style>
background-color css
<style>
a { background-color: #DF9074; }
a { background-color: rgb(223,144,116); }
div.DivClassName
{
background-color: #DF9074;
}
.BgClassName
{
background-color: #DF9074;
}
</style>
border-color css
<style>
span { border-color: #DF9074; }
span { border-color: rgb(223,144,116); }
td.TdClassName
{
border-color: #DF9074;
}
.TagClassName
{
border-color: #DF9074;
}
</style>