Shades of Dark Salmon #DF907B
Tints of Dark Salmon #DF907B
RGB
CMYK
RGB Variations
Color information
#DF907B (or 0xDF907B) is known color: Dark Salmon. HEX triplet: DF, 90 and 7B. RGB value is (223,144,123). Sum of RGB (Red+Green+Blue) = 223+144+123=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF907B is #206F84. Grayscale: #A5A5A5. Windows color (decimal): -2125701 or 8098015. OLE color: 8098015.
HSL color Cylindrical-coordinate representation of color #DF907B: hue angle of 12.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF907B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 123 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.13 |
| HSL | 12.6º | 0.61% | 0.68% | - |
| HSV(B) | 12.6º | 0.45% | 0.87% | - |
| XYZ | 43.98 | 37.06 | 23.58 | - |
| YUV | 165.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 123 | 0 | 0.35 | 0.45 | 0.13 | 12.6 | 0.61 | 0.68 |
| Hex | DF | 90 | 7B | 0 | 23 | 2D | D | D | 3D | 44 |
| Octal | 337 | 220 | 173 | 0 | 43 | 55 | 15 | 15 | 75 | 104 |
| Binary | 11011111 | 10010000 | 1111011 | 0 | 100011 | 101101 | 1101 | 1101 | 111101 | 1000100 |
Color Harmonies of #DF907B
Complementary color
Monochromatic Colors of #DF907B
Black with #DF907B
Text Example
Text Example
White with #DF907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF907B; }
p { color: rgb(223,144,123); }
H1.HeaderClassName
{
color: #DF907B;
}
.AnyTagClassName
{
color: #DF907B;
}
</style>
background-color css
<style>
a { background-color: #DF907B; }
a { background-color: rgb(223,144,123); }
div.DivClassName
{
background-color: #DF907B;
}
.BgClassName
{
background-color: #DF907B;
}
</style>
border-color css
<style>
span { border-color: #DF907B; }
span { border-color: rgb(223,144,123); }
td.TdClassName
{
border-color: #DF907B;
}
.TagClassName
{
border-color: #DF907B;
}
</style>