HEX: #D9A374
RGB: (217,163,116)
#D9A374 contains mainly red and green colors. Web safe color of #D9A374 is #CC9966 (or #C96).
#D9A374 color RGB value is (217,163,116).
RGB: (217,163,116)
(85%, 64%, 45%)
R 217 of 255 = 85%
G 163 of 255 = 64%
B 116 of 255 = 45%
R + G + B ~ 65%. #D9A374 is quite light color.
R + G + B = 217 + 163 + 116 = 496 (100%)
R 217 of 496 ~ 43.75%
G 163 of 496 ~ 32.86%
B 116 of 496 ~ 23.39'%
#D9A374 color CMYK value is (0,25,47,15).
CMYK: (0,25,47,15)
C0M25Y47K15 (0%, 25%, 47%, 15%)
(0.00 / 0.25 / 0.47 / 0.15)
Color #D9A374 in popluar color models
D9 | A3 | 74 | |
---|---|---|---|
RGB | 217 | 163 | 116 |
HSL | 28° | 57.06% | 65.29% |
HSB/HSV | 28° | 46.54% | 85.10% |
CMYK | 0.00% | 24.88% | 46.54% |
14.90% |
Color #D9A374 in popluar number systems.
HEX | D9 | A3 | 74 |
Decimal | 217 | 163 | 116 |
Binary | 11011001 | 10100011 | 1110100 |
Octal | 331 | 243 | 164 |
Shades of #D9A374
Tints of #D9A374
Examples of css and html codes for elements with #D9A374 color. Also use rgb(217,163,116) instead hex code.
.myTextColor { color: #D9A374; }
<p style="color:#D9A374">This sample text font color is #D9A374.</p>
This text font color is #D9A374.
.myBgColor { background-color: #D9A374; }
<div style="background-color:#D9A374">Inner text</div>
This div background color is #D9A374.
.myBorderColor { border: 1px solid #D9A374; }
<div style="border:3px solid #D9A374">Div</div>
This div border color is #D9A374.
.myOpacity80 { color: #D9A374; opacity: 0.8; }
<p style="color:#D9A374;opacity:0.8;">80%</p>
Text with #D9A374 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9A374;}
<p style="text-shadow: 3px 3px 1px #D9A374">Text here.</p>
This text has shadow with #D9A374 color.
.textShadow {text-shadow: 3px 3px 1px #D9A374', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9A374, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9A374 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9A374, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9A374, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9A374 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9A374;
-webkit-box-shadow: 1px 1px 3px 2px #D9A374;
box-shadow: 1px 1px 3px 2px #D9A374;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9A374; -webkit-box-shadow: 1px 1px 3px 2px #D9A374; box-shadow:1px 1px 3px 2px #D9A374;">
Div content here
</div>
This text has color #D9A374 on black background.
This text has color #D9A374 on white background.
This text has black color on #D9A374 background.
This text has white color on #D9A374 background.
Complementary color for #hex is #265C8B.