Shades of Dark Salmon #DF927B
Tints of Dark Salmon #DF927B
RGB
CMYK
RGB Variations
Color information
#DF927B (or 0xDF927B) is known color: Dark Salmon. HEX triplet: DF, 92 and 7B. RGB value is (223,146,123). Sum of RGB (Red+Green+Blue) = 223+146+123=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF927B is #206D84. Grayscale: #A6A6A6. Windows color (decimal): -2125189 or 8098527. OLE color: 8098527.
HSL color Cylindrical-coordinate representation of color #DF927B: hue angle of 13.8º 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 #DF927B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 123 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.13 |
| HSL | 13.8º | 0.61% | 0.68% | - |
| HSV(B) | 13.8º | 0.45% | 0.87% | - |
| XYZ | 44.29 | 37.68 | 23.68 | - |
| YUV | 166.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 123 | 0 | 0.35 | 0.45 | 0.13 | 13.8 | 0.61 | 0.68 |
| Hex | DF | 92 | 7B | 0 | 23 | 2D | D | E | 3D | 44 |
| Octal | 337 | 222 | 173 | 0 | 43 | 55 | 15 | 16 | 75 | 104 |
| Binary | 11011111 | 10010010 | 1111011 | 0 | 100011 | 101101 | 1101 | 1110 | 111101 | 1000100 |
Color Harmonies of #DF927B
Complementary color
Monochromatic Colors of #DF927B
Black with #DF927B
Text Example
Text Example
White with #DF927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF927B; }
p { color: rgb(223,146,123); }
H1.HeaderClassName
{
color: #DF927B;
}
.AnyTagClassName
{
color: #DF927B;
}
</style>
background-color css
<style>
a { background-color: #DF927B; }
a { background-color: rgb(223,146,123); }
div.DivClassName
{
background-color: #DF927B;
}
.BgClassName
{
background-color: #DF927B;
}
</style>
border-color css
<style>
span { border-color: #DF927B; }
span { border-color: rgb(223,146,123); }
td.TdClassName
{
border-color: #DF927B;
}
.TagClassName
{
border-color: #DF927B;
}
</style>