#d18c1a color RGB value is (13, 24, 193).
#d18c1a hex color red value is 13, green value is 24, and blue value is 193.
Cylindrical-coordinate representations (HSL) of color #d18c1a
hue: 236.33,
saturation: 0.87 and lightness: 0.4.
The process color (four-color CMYK) of #d18c1a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d18c1a is #ff9999. Color #d18c1a contains mainly RED.
| Color spaces of #d18c1a | Value |
|---|---|
| RGB | 209, 140, 26 |
| HSL | 0.1, 0.78, 0.46 |
| HSV | 37°, 88°, 82° |
| XYZ | 35.86, 32.39, 5.34 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010001 | 10001100 | 11010 |
| Octal | 321 | 214 | 32 |
| Decimal | 209 | 140 | 26 |
| Hex | D1 | 8C | 1A |
Shades of #d18c1a
Tints of #d18c1a
.mybgColor {background-color: #d18c1a;}
.myforeColor {color: #d18c1a;}
.myborderColor {border:3px solid #d18c1a;}
<p style="color:#d18c1a">Text here</p>
This sample text is styled with the font color #d18c1a. 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:#d18c1a">Div content here</div>
<div style="border:3px solid #d18c1a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(209, 140, 26, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d18c1a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d18c1a;
-webkit-box-shadow: 1px 1px 3px #d18c1a;
box-shadow: 1px 1px 3px #d18c1a; }
<p style="text-shadow: 4px 4px 2px rgba(209, 140, 26, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d18c1a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d18c1a;
-webkit-box-shadow: 1px 1px 3px #d18c1a;
box-shadow: 1px 1px 3px #d18c1a;">Div content here</div>
