#D69A2F color RGB value is (13, 105, 162).
#D69A2F hex color red value is 13, green value is 105, and blue value is 162.
Cylindrical-coordinate representations (HSL) of color #D69A2F
hue: 202.95,
saturation: 0.85 and lightness: 0.34.
The process color (four-color CMYK) of #D69A2F color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D69A2F is #ff9999. Color #D69A2F contains mainly RED.
Color spaces of #D69A2F | Value |
---|---|
RGB | 214, 154, 47 |
HSL | 0.11, 0.67, 0.51 |
HSV | 38°, 78°, 84° |
XYZ | 39.8, 37.62, 7.85 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10011010 | 101111 |
Octal | 326 | 232 | 57 |
Decimal | 214 | 154 | 47 |
Hex | D6 | 9A | 2F |
Shades of #D69A2F
Tints of #D69A2F
.mybgColor {background-color: #D69A2F;} .myforeColor {color: #D69A2F;} .myborderColor {border:3px solid #D69A2F;}
<p style="color:#D69A2F">Text here</p>
This sample text is styled with the font color #D69A2F. 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:#D69A2F">Div content here</div>
<div style="border:3px solid #D69A2F">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214, 154, 47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D69A2F; } .divShadow { -moz-box-shadow: 1px 1px 3px #D69A2F; -webkit-box-shadow: 1px 1px 3px #D69A2F; box-shadow: 1px 1px 3px #D69A2F; }
<p style="text-shadow: 4px 4px 2px rgba(214, 154, 47, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D69A2F;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D69A2F;
-webkit-box-shadow: 1px 1px 3px #D69A2F;
box-shadow: 1px 1px 3px #D69A2F;">Div content here</div>