#d4bb6e color RGB value is (13, 75, 182).
#d4bb6e hex color red value is 13, green value is 75, and blue value is 182.
Cylindrical-coordinate representations (HSL) of color #d4bb6e
hue: 217.99,
saturation: 0.87 and lightness: 0.38.
The process color (four-color CMYK) of #d4bb6e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d4bb6e is #ff9999. Color #d4bb6e contains mainly RED.
Color spaces of #d4bb6e | Value |
---|---|
RGB | 212, 187, 110 |
HSL | 0.13, 0.54, 0.63 |
HSV | 45°, 48°, 83° |
XYZ | 47.74, 50.67, 22.01 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10111011 | 1101110 |
Octal | 324 | 273 | 156 |
Decimal | 212 | 187 | 110 |
Hex | D4 | BB | 6E |
Shades of #d4bb6e
Tints of #d4bb6e
.mybgColor {background-color: #d4bb6e;} .myforeColor {color: #d4bb6e;} .myborderColor {border:3px solid #d4bb6e;}
<p style="color:#d4bb6e">Text here</p>
This sample text is styled with the font color #d4bb6e. 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:#d4bb6e">Div content here</div>
<div style="border:3px solid #d4bb6e">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212, 187, 110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4bb6e; } .divShadow { -moz-box-shadow: 1px 1px 3px #d4bb6e; -webkit-box-shadow: 1px 1px 3px #d4bb6e; box-shadow: 1px 1px 3px #d4bb6e; }
<p style="text-shadow: 4px 4px 2px rgba(212, 187, 110, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d4bb6e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d4bb6e;
-webkit-box-shadow: 1px 1px 3px #d4bb6e;
box-shadow: 1px 1px 3px #d4bb6e;">Div content here</div>