Shades of Dark Salmon #DC957E
Tints of Dark Salmon #DC957E
RGB
CMYK
RGB Variations
Color information
#DC957E (or 0xDC957E) is known color: Dark Salmon. HEX triplet: DC, 95 and 7E. RGB value is (220,149,126). Sum of RGB (Red+Green+Blue) = 220+149+126=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC957E is #236A81. Grayscale: #A7A7A7. Windows color (decimal): -2321026 or 8295900. OLE color: 8295900.
HSL color Cylindrical-coordinate representation of color #DC957E: hue angle of 14.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC957E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 126 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.14 |
| HSL | 14.68º | 0.57% | 0.68% | - |
| HSV(B) | 14.68º | 0.43% | 0.86% | - |
| XYZ | 44.03 | 38.22 | 24.79 | - |
| YUV | 167.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 126 | 0 | 0.32 | 0.43 | 0.14 | 14.68 | 0.57 | 0.68 |
| Hex | DC | 95 | 7E | 0 | 20 | 2B | E | F | 39 | 44 |
| Octal | 334 | 225 | 176 | 0 | 40 | 53 | 16 | 17 | 71 | 104 |
| Binary | 11011100 | 10010101 | 1111110 | 0 | 100000 | 101011 | 1110 | 1111 | 111001 | 1000100 |
Color Harmonies of #DC957E
Complementary color
Monochromatic Colors of #DC957E
Black with #DC957E
Text Example
Text Example
White with #DC957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC957E; }
p { color: rgb(220,149,126); }
H1.HeaderClassName
{
color: #DC957E;
}
.AnyTagClassName
{
color: #DC957E;
}
</style>
background-color css
<style>
a { background-color: #DC957E; }
a { background-color: rgb(220,149,126); }
div.DivClassName
{
background-color: #DC957E;
}
.BgClassName
{
background-color: #DC957E;
}
</style>
border-color css
<style>
span { border-color: #DC957E; }
span { border-color: rgb(220,149,126); }
td.TdClassName
{
border-color: #DC957E;
}
.TagClassName
{
border-color: #DC957E;
}
</style>