HEX: #D5A64A
RGB: (213,166,74)
#D5A64A contains mainly red and green colors. Web safe color of #D5A64A is #CC9933 (or #C93).
#D5A64A color RGB value is (213,166,74).
RGB: (213,166,74)
(84%, 65%, 29%)
R 213 of 255 = 84%
G 166 of 255 = 65%
B 74 of 255 = 29%
R + G + B ~ 59%. #D5A64A is middle color (not dark and not light).
R + G + B = 213 + 166 + 74 = 453 (100%)
R 213 of 453 ~ 47.02%
G 166 of 453 ~ 36.64%
B 74 of 453 ~ 16.34'%
#D5A64A color CMYK value is (0,22,65,16).
CMYK: (0,22,65,16) C0M22Y65K16 (0%,22%,65%,16%) (0.00/0.22/0.65/0.16)
Color #D5A64A in popluar color models
D5 | A6 | 4A | |
---|---|---|---|
RGB | 213 | 166 | 74 |
HSL | 40° | 62.33% | 56.27% |
HSB/HSV | 40° | 65.26% | 83.53% |
CMYK | 0.00% | 22.07% | 65.26% |
16.47% |
Color #D5A64A in popluar number systems.
HEX | D5 | A6 | 4A |
Decimal | 213 | 166 | 74 |
Binary | 11010101 | 10100110 | 1001010 |
Octal | 325 | 246 | 112 |
Shades of #D5A64A
Tints of #D5A64A
Examples of css and html codes for elements with #D5A64A color. Also use rgb(213,166,74) instead hex code.
.myTextColor { color: #D5A64A; }
<p style="color:#D5A64A">This sample text font color is #D5A64A.</p>
This text font color is #D5A64A.
.myBgColor { background-color: #D5A64A; }
<div style="background-color:#D5A64A">Inner text</div>
This div background color is #D5A64A.
.myBorderColor { border: 1px solid #D5A64A; }
<div style="border:3px solid #D5A64A">Div</div>
This div border color is #D5A64A.
.myOpacity80 { color: #D5A64A; opacity: 0.8; }
<p style="color:#D5A64A;opacity:0.8;">80%</p>
Text with #D5A64A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5A64A;}
<p style="text-shadow: 3px 3px 1px #D5A64A">Text here.</p>
This text has shadow with #D5A64A color.
.textShadow {text-shadow: 3px 3px 1px #D5A64A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5A64A, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5A64A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5A64A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5A64A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5A64A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5A64A;
-webkit-box-shadow: 1px 1px 3px 2px #D5A64A;
box-shadow: 1px 1px 3px 2px #D5A64A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5A64A; -webkit-box-shadow: 1px 1px 3px 2px #D5A64A; box-shadow:1px 1px 3px 2px #D5A64A;">
Div content here
</div>
This text has color #D5A64A on black background.
This text has color #D5A64A on white background.
This text has black color on #D5A64A background.
This text has white color on #D5A64A background.
Complementary color for #hex is #2A59B5.