Saving Color values
Here's an interesting thread on saving Color values to a database as integers. The original poster was having issues going back and forth between the Color structure and the database integers. In the end, it turns out .NET has a class designed to help you out in this scenario: The ColorTranslator class. Check it out if you run into this type of situation.