HEX
#
RGB
HSL

#DAA520 CSS / HTML Preview

Text with hexadecimal color #DAA520

This text has a font color of #DAA520.

<span style="color:#DAA520;">Your text here</span>
#DAA520 border color

This element has a border color of #DAA520.

<div style="border:2px solid #DAA520;">Content here</div>
#DAA520 background color

This paragraph has a background color of #DAA520.

<p style="background-color:#DAA520;">Content here</p>
CSS codes
.text {color:#DAA520;}
.background {background-color:#DAA520;}
.border {border:1px solid #DAA520;}