CSS Color Codes and Names
Modern browsers support more than 140 color names, as per listed below. You could use them in your HTML and CSS by name, Hex color code or RGB value.
How to use CSS color names
style="color: DeepPink;"
Color |
HTML Name |
Hex Code |
RGB Code |
|
Cornsilk |
#FFF8DC |
rgb(255,248,220) |
|
BlanchedAlmond |
#FFEBCD |
rgb(255,235,205) |
|
Bisque |
#FFE4C4 |
rgb(255,228,196) |
|
Moccasin |
#FFE4B5 |
rgb(255,228,181) |
|
PeachPuff |
#FFDAB9 |
rgb(255,218,185) |
|
NavajoWhite |
#FFDEAD |
rgb(255,222,173) |
|
Wheat |
#F5DEB3 |
rgb(245,222,179) |
|
Burlywood |
#DEB887 |
rgb(222,184,135) |
|
Tan |
#D2B48C |
rgb(210,180,140) |
|
SandyBrown |
#F4A460 |
rgb(244,164,96) |
|
RosyBrown |
#BC8F8F |
rgb(188,143,143) |
|
Goldenrod |
#DAA520 |
rgb(218,165,32) |
|
Peru |
#CD853F |
rgb(205,133,63) |
|
Chocolate |
#D2691E |
rgb(210,105,30) |
|
DarkGoldenrod |
#B8860B |
rgb(184,134,11) |
|
Sienna |
#A0522D |
rgb(160,82,45) |
|
Brown |
#A52A2A |
rgb(165,42,42) |
|
SaddleBrown |
#8B4513 |
rgb(139,69,19) |
|
Maroon |
#800000 |
rgb(128,0,0) |