HEX
#
RGB
HSL

#D2691E CSS / HTML Preview

Text with hexadecimal color #D2691E

This text has a font color of #D2691E.

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

This element has a border color of #D2691E.

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

This paragraph has a background color of #D2691E.

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