#D2B48C color RGB value is (13, 43, 72).
#D2B48C hex color red value is 13, green value is 43, and blue value is 72.
Cylindrical-coordinate representations (HSL) of color #D2B48C
hue: 209.49,
saturation: 0.69 and lightness: 0.17.
The process color (four-color CMYK) of #D2B48C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D2B48C is #ff9999. Color #D2B48C contains mainly RED.
Color spaces of #D2B48C | Value |
---|---|
RGB | 210, 180, 140 |
HSL | 0.1, 0.44, 0.69 |
HSV | 34°, 33°, 82° |
XYZ | 47.63, 48.24, 31.61 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10110100 | 10001100 |
Octal | 322 | 264 | 214 |
Decimal | 210 | 180 | 140 |
Hex | D2 | B4 | 8C |
Shades of #D2B48C
Tints of #D2B48C
.mybgColor {background-color: #D2B48C;} .myforeColor {color: #D2B48C;} .myborderColor {border:3px solid #D2B48C;}
<p style="color:#D2B48C">Text here</p>
This sample text is styled with the font color #D2B48C. 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:#D2B48C">Div content here</div>
<div style="border:3px solid #D2B48C">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210, 180, 140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D2B48C; } .divShadow { -moz-box-shadow: 1px 1px 3px #D2B48C; -webkit-box-shadow: 1px 1px 3px #D2B48C; box-shadow: 1px 1px 3px #D2B48C; }
<p style="text-shadow: 4px 4px 2px rgba(210, 180, 140, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D2B48C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D2B48C;
-webkit-box-shadow: 1px 1px 3px #D2B48C;
box-shadow: 1px 1px 3px #D2B48C;">Div content here</div>