#dba54d color RGB value is (13, 186, 84).
#dba54d hex color red value is 13, green value is 186, and blue value is 84.
Cylindrical-coordinate representations (HSL) of color #dba54d
hue: 144.62,
saturation: 0.87 and lightness: 0.39.
The process color (four-color CMYK) of #dba54d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dba54d is #ff9999. Color #dba54d contains mainly RED.
| Color spaces of #dba54d | Value |
|---|---|
| RGB | 219, 165, 77 |
| HSL | 0.1, 0.66, 0.58 |
| HSV | 37°, 65°, 86° |
| XYZ | 44.01, 42.51, 12.91 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011011 | 10100101 | 1001101 |
| Octal | 333 | 245 | 115 |
| Decimal | 219 | 165 | 77 |
| Hex | DB | A5 | 4D |
Shades of #dba54d
Tints of #dba54d
.mybgColor {background-color: #dba54d;}
.myforeColor {color: #dba54d;}
.myborderColor {border:3px solid #dba54d;}
<p style="color:#dba54d">Text here</p>
This sample text is styled with the font color #dba54d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#dba54d">Div content here</div>
<div style="border:3px solid #dba54d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(219, 165, 77, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dba54d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #dba54d;
-webkit-box-shadow: 1px 1px 3px #dba54d;
box-shadow: 1px 1px 3px #dba54d; }
<p style="text-shadow: 4px 4px 2px rgba(219, 165, 77, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dba54d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #dba54d;
-webkit-box-shadow: 1px 1px 3px #dba54d;
box-shadow: 1px 1px 3px #dba54d;">Div content here</div>
