Shades of Dark Salmon #DC937C
Tints of Dark Salmon #DC937C
RGB
CMYK
RGB Variations
Color information
#DC937C (or 0xDC937C) is known color: Dark Salmon. HEX triplet: DC, 93 and 7C. RGB value is (220,147,124). Sum of RGB (Red+Green+Blue) = 220+147+124=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC937C is #236C83. Grayscale: #A6A6A6. Windows color (decimal): -2321540 or 8164316. OLE color: 8164316.
HSL color Cylindrical-coordinate representation of color #DC937C: hue angle of 14.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC937C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 124 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 14.38º | 0.58% | 0.67% | - |
| HSV(B) | 14.38º | 0.44% | 0.86% | - |
| XYZ | 43.59 | 37.54 | 24.02 | - |
| YUV | 166.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 124 | 0 | 0.33 | 0.44 | 0.14 | 14.38 | 0.58 | 0.67 |
| Hex | DC | 93 | 7C | 0 | 21 | 2C | E | E | 3A | 43 |
| Octal | 334 | 223 | 174 | 0 | 41 | 54 | 16 | 16 | 72 | 103 |
| Binary | 11011100 | 10010011 | 1111100 | 0 | 100001 | 101100 | 1110 | 1110 | 111010 | 1000011 |
Color Harmonies of #DC937C
Complementary color
Monochromatic Colors of #DC937C
Black with #DC937C
Text Example
Text Example
White with #DC937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC937C; }
p { color: rgb(220,147,124); }
H1.HeaderClassName
{
color: #DC937C;
}
.AnyTagClassName
{
color: #DC937C;
}
</style>
background-color css
<style>
a { background-color: #DC937C; }
a { background-color: rgb(220,147,124); }
div.DivClassName
{
background-color: #DC937C;
}
.BgClassName
{
background-color: #DC937C;
}
</style>
border-color css
<style>
span { border-color: #DC937C; }
span { border-color: rgb(220,147,124); }
td.TdClassName
{
border-color: #DC937C;
}
.TagClassName
{
border-color: #DC937C;
}
</style>