Shades of Dark Salmon #DC977F
Tints of Dark Salmon #DC977F
RGB
CMYK
RGB Variations
Color information
#DC977F (or 0xDC977F) is known color: Dark Salmon. HEX triplet: DC, 97 and 7F. RGB value is (220,151,127). Sum of RGB (Red+Green+Blue) = 220+151+127=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC977F is #236880. Grayscale: #A9A9A9. Windows color (decimal): -2320513 or 8361948. OLE color: 8361948.
HSL color Cylindrical-coordinate representation of color #DC977F: hue angle of 15.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC977F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 127 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.14 |
| HSL | 15.48º | 0.57% | 0.68% | - |
| HSV(B) | 15.48º | 0.42% | 0.86% | - |
| XYZ | 44.41 | 38.88 | 25.24 | - |
| YUV | 168.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 127 | 0 | 0.31 | 0.42 | 0.14 | 15.48 | 0.57 | 0.68 |
| Hex | DC | 97 | 7F | 0 | 1F | 2A | E | F | 39 | 44 |
| Octal | 334 | 227 | 177 | 0 | 37 | 52 | 16 | 17 | 71 | 104 |
| Binary | 11011100 | 10010111 | 1111111 | 0 | 11111 | 101010 | 1110 | 1111 | 111001 | 1000100 |
Color Harmonies of #DC977F
Complementary color
Monochromatic Colors of #DC977F
Black with #DC977F
Text Example
Text Example
White with #DC977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC977F; }
p { color: rgb(220,151,127); }
H1.HeaderClassName
{
color: #DC977F;
}
.AnyTagClassName
{
color: #DC977F;
}
</style>
background-color css
<style>
a { background-color: #DC977F; }
a { background-color: rgb(220,151,127); }
div.DivClassName
{
background-color: #DC977F;
}
.BgClassName
{
background-color: #DC977F;
}
</style>
border-color css
<style>
span { border-color: #DC977F; }
span { border-color: rgb(220,151,127); }
td.TdClassName
{
border-color: #DC977F;
}
.TagClassName
{
border-color: #DC977F;
}
</style>