#d9b1a5 color RGB value is (13, 155, 26).
#d9b1a5 hex color red value is 13, green value is 155, and blue value is 26.
Cylindrical-coordinate representations (HSL) of color #d9b1a5
hue: 125.49,
saturation: 0.85 and lightness: 0.33.
The process color (four-color CMYK) of #d9b1a5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d9b1a5 is #ff9999. Color #d9b1a5 contains mainly RED.
| Color spaces of #d9b1a5 | Value |
|---|---|
| RGB | 217, 177, 165 |
| HSL | 0.04, 0.41, 0.75 |
| HSV | 14°, 24°, 85° |
| XYZ | 51.13, 48.91, 42.34 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011001 | 10110001 | 10100101 |
| Octal | 331 | 261 | 245 |
| Decimal | 217 | 177 | 165 |
| Hex | D9 | B1 | A5 |
Shades of #d9b1a5
Tints of #d9b1a5
.mybgColor {background-color: #d9b1a5;}
.myforeColor {color: #d9b1a5;}
.myborderColor {border:3px solid #d9b1a5;}
<p style="color:#d9b1a5">Text here</p>
This sample text is styled with the font color #d9b1a5. 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:#d9b1a5">Div content here</div>
<div style="border:3px solid #d9b1a5">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(217, 177, 165, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d9b1a5; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d9b1a5;
-webkit-box-shadow: 1px 1px 3px #d9b1a5;
box-shadow: 1px 1px 3px #d9b1a5; }
<p style="text-shadow: 4px 4px 2px rgba(217, 177, 165, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d9b1a5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d9b1a5;
-webkit-box-shadow: 1px 1px 3px #d9b1a5;
box-shadow: 1px 1px 3px #d9b1a5;">Div content here</div>
