#D97D4D color RGB value is (13, 151, 212).
#D97D4D hex color red value is 13, green value is 151, and blue value is 212.
Cylindrical-coordinate representations (HSL) of color #D97D4D
hue: 198.39,
saturation: 0.88 and lightness: 0.44.
The process color (four-color CMYK) of #D97D4D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D97D4D is #ff9999. Color #D97D4D contains mainly RED.
Color spaces of #D97D4D | Value |
---|---|
RGB | 217, 125, 77 |
HSL | 0.06, 0.65, 0.58 |
HSV | 21°, 65°, 85° |
XYZ | 37.29, 29.96, 10.84 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 1111101 | 1001101 |
Octal | 331 | 175 | 115 |
Decimal | 217 | 125 | 77 |
Hex | D9 | 7D | 4D |
Shades of #D97D4D
Tints of #D97D4D
.mybgColor {background-color: #D97D4D;} .myforeColor {color: #D97D4D;} .myborderColor {border:3px solid #D97D4D;}
<p style="color:#D97D4D">Text here</p>
This sample text is styled with the font color #D97D4D. 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:#D97D4D">Div content here</div>
<div style="border:3px solid #D97D4D">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217, 125, 77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D97D4D; } .divShadow { -moz-box-shadow: 1px 1px 3px #D97D4D; -webkit-box-shadow: 1px 1px 3px #D97D4D; box-shadow: 1px 1px 3px #D97D4D; }
<p style="text-shadow: 4px 4px 2px rgba(217, 125, 77, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D97D4D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D97D4D;
-webkit-box-shadow: 1px 1px 3px #D97D4D;
box-shadow: 1px 1px 3px #D97D4D;">Div content here</div>