Shades of Dark Salmon #DC9A7E
Tints of Dark Salmon #DC9A7E
RGB
CMYK
RGB Variations
Color information
#DC9A7E (or 0xDC9A7E) is known color: Dark Salmon. HEX triplet: DC, 9A and 7E. RGB value is (220,154,126). Sum of RGB (Red+Green+Blue) = 220+154+126=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A7E is #236581. Grayscale: #AAAAAA. Windows color (decimal): -2319746 or 8297180. OLE color: 8297180.
HSL color Cylindrical-coordinate representation of color #DC9A7E: hue angle of 17.87º 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 #DC9A7E is Cyan = 0, Magento = 0.3, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 126 | - |
| CMYK | 0 | 0.3 | 0.43 | 0.14 |
| HSL | 17.87º | 0.57% | 0.68% | - |
| HSV(B) | 17.87º | 0.43% | 0.86% | - |
| XYZ | 44.84 | 39.83 | 25.06 | - |
| YUV | 170.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 126 | 0 | 0.3 | 0.43 | 0.14 | 17.87 | 0.57 | 0.68 |
| Hex | DC | 9A | 7E | 0 | 1E | 2B | E | 12 | 39 | 44 |
| Octal | 334 | 232 | 176 | 0 | 36 | 53 | 16 | 22 | 71 | 104 |
| Binary | 11011100 | 10011010 | 1111110 | 0 | 11110 | 101011 | 1110 | 10010 | 111001 | 1000100 |
Color Harmonies of #DC9A7E
Complementary color
Monochromatic Colors of #DC9A7E
Black with #DC9A7E
Text Example
Text Example
White with #DC9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A7E; }
p { color: rgb(220,154,126); }
H1.HeaderClassName
{
color: #DC9A7E;
}
.AnyTagClassName
{
color: #DC9A7E;
}
</style>
background-color css
<style>
a { background-color: #DC9A7E; }
a { background-color: rgb(220,154,126); }
div.DivClassName
{
background-color: #DC9A7E;
}
.BgClassName
{
background-color: #DC9A7E;
}
</style>
border-color css
<style>
span { border-color: #DC9A7E; }
span { border-color: rgb(220,154,126); }
td.TdClassName
{
border-color: #DC9A7E;
}
.TagClassName
{
border-color: #DC9A7E;
}
</style>