HEX
#
RGB
HSL

#DEB887 CSS / HTML Preview

Text with hexadecimal color #DEB887

This text has a font color of #DEB887.

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

This element has a border color of #DEB887.

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

This paragraph has a background color of #DEB887.

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