Shades of Dark Salmon #DC977C
Tints of Dark Salmon #DC977C
RGB
CMYK
RGB Variations
Color information
#DC977C (or 0xDC977C) is known color: Dark Salmon. HEX triplet: DC, 97 and 7C. RGB value is (220,151,124). Sum of RGB (Red+Green+Blue) = 220+151+124=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC977C is #236883. Grayscale: #A8A8A8. Windows color (decimal): -2320516 or 8165340. OLE color: 8165340.
HSL color Cylindrical-coordinate representation of color #DC977C: hue angle of 16.88º 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 #DC977C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 124 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.14 |
| HSL | 16.88º | 0.58% | 0.67% | - |
| HSV(B) | 16.88º | 0.44% | 0.86% | - |
| XYZ | 44.22 | 38.8 | 24.23 | - |
| YUV | 168.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 124 | 0 | 0.31 | 0.44 | 0.14 | 16.88 | 0.58 | 0.67 |
| Hex | DC | 97 | 7C | 0 | 1F | 2C | E | 11 | 3A | 43 |
| Octal | 334 | 227 | 174 | 0 | 37 | 54 | 16 | 21 | 72 | 103 |
| Binary | 11011100 | 10010111 | 1111100 | 0 | 11111 | 101100 | 1110 | 10001 | 111010 | 1000011 |
Color Harmonies of #DC977C
Complementary color
Monochromatic Colors of #DC977C
Black with #DC977C
Text Example
Text Example
White with #DC977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC977C; }
p { color: rgb(220,151,124); }
H1.HeaderClassName
{
color: #DC977C;
}
.AnyTagClassName
{
color: #DC977C;
}
</style>
background-color css
<style>
a { background-color: #DC977C; }
a { background-color: rgb(220,151,124); }
div.DivClassName
{
background-color: #DC977C;
}
.BgClassName
{
background-color: #DC977C;
}
</style>
border-color css
<style>
span { border-color: #DC977C; }
span { border-color: rgb(220,151,124); }
td.TdClassName
{
border-color: #DC977C;
}
.TagClassName
{
border-color: #DC977C;
}
</style>