Shades of Dark Salmon #DC967E
Tints of Dark Salmon #DC967E
RGB
CMYK
RGB Variations
Color information
#DC967E (or 0xDC967E) is known color: Dark Salmon. HEX triplet: DC, 96 and 7E. RGB value is (220,150,126). Sum of RGB (Red+Green+Blue) = 220+150+126=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967E is #236981. Grayscale: #A8A8A8. Windows color (decimal): -2320770 or 8296156. OLE color: 8296156.
HSL color Cylindrical-coordinate representation of color #DC967E: hue angle of 15.32º 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 #DC967E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 126 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.14 |
| HSL | 15.32º | 0.57% | 0.68% | - |
| HSV(B) | 15.32º | 0.43% | 0.86% | - |
| XYZ | 44.19 | 38.53 | 24.85 | - |
| YUV | 168.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 126 | 0 | 0.32 | 0.43 | 0.14 | 15.32 | 0.57 | 0.68 |
| Hex | DC | 96 | 7E | 0 | 20 | 2B | E | F | 39 | 44 |
| Octal | 334 | 226 | 176 | 0 | 40 | 53 | 16 | 17 | 71 | 104 |
| Binary | 11011100 | 10010110 | 1111110 | 0 | 100000 | 101011 | 1110 | 1111 | 111001 | 1000100 |
Color Harmonies of #DC967E
Complementary color
Monochromatic Colors of #DC967E
Black with #DC967E
Text Example
Text Example
White with #DC967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC967E; }
p { color: rgb(220,150,126); }
H1.HeaderClassName
{
color: #DC967E;
}
.AnyTagClassName
{
color: #DC967E;
}
</style>
background-color css
<style>
a { background-color: #DC967E; }
a { background-color: rgb(220,150,126); }
div.DivClassName
{
background-color: #DC967E;
}
.BgClassName
{
background-color: #DC967E;
}
</style>
border-color css
<style>
span { border-color: #DC967E; }
span { border-color: rgb(220,150,126); }
td.TdClassName
{
border-color: #DC967E;
}
.TagClassName
{
border-color: #DC967E;
}
</style>