#d2691e color RGB value is (13, 38, 145).
#d2691e hex color red value is 13, green value is 38, and blue value is 145.
Cylindrical-coordinate representations (HSL) of color #d2691e
hue: 228.64,
saturation: 0.84 and lightness: 0.31.
The process color (four-color CMYK) of #d2691e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d2691e is #ff9999. Color #d2691e contains mainly RED.
Color spaces of #d2691e | Value |
---|---|
RGB | 210, 105, 30 |
HSL | 0.07, 0.75, 0.47 |
HSV | 25°, 86°, 82° |
XYZ | 31.87, 23.9, 4.16 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 1101001 | 11110 |
Octal | 322 | 151 | 36 |
Decimal | 210 | 105 | 30 |
Hex | D2 | 69 | 1E |
Shades of #d2691e
Tints of #d2691e
.mybgColor {background-color: #d2691e;} .myforeColor {color: #d2691e;} .myborderColor {border:3px solid #d2691e;}
<p style="color:#d2691e">Text here</p>
This sample text is styled with the font color #d2691e. 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:#d2691e">Div content here</div>
<div style="border:3px solid #d2691e">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210, 105, 30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2691e; } .divShadow { -moz-box-shadow: 1px 1px 3px #d2691e; -webkit-box-shadow: 1px 1px 3px #d2691e; box-shadow: 1px 1px 3px #d2691e; }
<p style="text-shadow: 4px 4px 2px rgba(210, 105, 30, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d2691e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d2691e;
-webkit-box-shadow: 1px 1px 3px #d2691e;
box-shadow: 1px 1px 3px #d2691e;">Div content here</div>