I have give designed code . you have to set only color. Paste it in html file and run it and set the color by your choice.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>
<table style="width:80%">
<tr style="height:60px; background-color:magenta">
<td colspan="2">Setup For Composite Rates</td>
</tr>
<p>
</p>
<tr>
<td>
Category :
</td>
<td>
<select>
<option>INTERNAL DOOR</option>
<option>EXTERNAL DOOR</option>
</select>
</td>
</tr>
<tr>
<td>
Sub Category :
</td>
<td>
<select>
<option>Write your text</option>
<option>Another Text</option>
</select>
</td>
</tr>
<tr style="height:20px"><td colspan="2"></td></tr>
<tr>
<td>Description :<input type="text" /></td>
<td>Unit : <input type="text" /> Price : <input type="text" /> </td>
</tr>
<p></p>
<tr><td><i><b>Batch file Upload :</b></i></td><td></td></tr>
<tr>
<td>
<input type="file" /></td>
<td></td>
<tr>
<td><input type="button" class="btn-danger" value="Upload BulkCopy"/></td>
</tr>
</table>
</div>
</body>
</html>