#d69933 color RGB value is (13, 105, 147).
#d69933 hex color red value is 13, green value is 105, and blue value is 147.
Cylindrical-coordinate representations (HSL) of color #d69933
hue: 198.81,
saturation: 0.84 and lightness: 0.31.
The process color (four-color CMYK) of #d69933 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d69933 is #ff9999. Color #d69933 contains mainly RED.
| Color spaces of #d69933 | Value |
|---|---|
| RGB | 214, 153, 51 |
| HSL | 0.1, 0.67, 0.52 |
| HSV | 38°, 76°, 84° |
| XYZ | 39.72, 37.32, 8.24 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010110 | 10011001 | 110011 |
| Octal | 326 | 231 | 63 |
| Decimal | 214 | 153 | 51 |
| Hex | D6 | 99 | 33 |
Shades of #d69933
Tints of #d69933
.mybgColor {background-color: #d69933;}
.myforeColor {color: #d69933;}
.myborderColor {border:3px solid #d69933;}
<p style="color:#d69933">Text here</p>
This sample text is styled with the font color #d69933. 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:#d69933">Div content here</div>
<div style="border:3px solid #d69933">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(214, 153, 51, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d69933; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d69933;
-webkit-box-shadow: 1px 1px 3px #d69933;
box-shadow: 1px 1px 3px #d69933; }
<p style="text-shadow: 4px 4px 2px rgba(214, 153, 51, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d69933;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d69933;
-webkit-box-shadow: 1px 1px 3px #d69933;
box-shadow: 1px 1px 3px #d69933;">Div content here</div>
