Shades of Dark Salmon #DC957D
Tints of Dark Salmon #DC957D
RGB
CMYK
RGB Variations
Color information
#DC957D (or 0xDC957D) is known color: Dark Salmon. HEX triplet: DC, 95 and 7D. RGB value is (220,149,125). Sum of RGB (Red+Green+Blue) = 220+149+125=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC957D is #236A82. Grayscale: #A7A7A7. Windows color (decimal): -2321027 or 8230364. OLE color: 8230364.
HSL color Cylindrical-coordinate representation of color #DC957D: hue angle of 15.16º degrees, saturation: 0.58, 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 #DC957D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 125 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.14 |
| HSL | 15.16º | 0.58% | 0.68% | - |
| HSV(B) | 15.16º | 0.43% | 0.86% | - |
| XYZ | 43.96 | 38.19 | 24.46 | - |
| YUV | 167.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 125 | 0 | 0.32 | 0.43 | 0.14 | 15.16 | 0.58 | 0.68 |
| Hex | DC | 95 | 7D | 0 | 20 | 2B | E | F | 3A | 44 |
| Octal | 334 | 225 | 175 | 0 | 40 | 53 | 16 | 17 | 72 | 104 |
| Binary | 11011100 | 10010101 | 1111101 | 0 | 100000 | 101011 | 1110 | 1111 | 111010 | 1000100 |
Color Harmonies of #DC957D
Complementary color
Monochromatic Colors of #DC957D
Black with #DC957D
Text Example
Text Example
White with #DC957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC957D; }
p { color: rgb(220,149,125); }
H1.HeaderClassName
{
color: #DC957D;
}
.AnyTagClassName
{
color: #DC957D;
}
</style>
background-color css
<style>
a { background-color: #DC957D; }
a { background-color: rgb(220,149,125); }
div.DivClassName
{
background-color: #DC957D;
}
.BgClassName
{
background-color: #DC957D;
}
</style>
border-color css
<style>
span { border-color: #DC957D; }
span { border-color: rgb(220,149,125); }
td.TdClassName
{
border-color: #DC957D;
}
.TagClassName
{
border-color: #DC957D;
}
</style>