HEX: #D4C76E
RGB: (212,199,110)
#D4C76E contains mainly red and green colors. Web safe color of #D4C76E is #CCCC66 (or #CC6).
#D4C76E color RGB value is (212,199,110).
RGB: (212,199,110)
(83%, 78%, 43%)
R 212 of 255 = 83%
G 199 of 255 = 78%
B 110 of 255 = 43%
R + G + B ~ 68%. #D4C76E is quite light color.
R + G + B = 212 + 199 + 110 = 521 (100%)
R 212 of 521 ~ 40.69%
G 199 of 521 ~ 38.2%
B 110 of 521 ~ 21.11'%
#D4C76E color CMYK value is (0,6,48,17).
CMYK: (0,6,48,17)
C0M6Y48K17 (0%, 6%, 48%, 17%)
(0.00 / 0.06 / 0.48 / 0.17)
Color #D4C76E in popluar color models
D4 | C7 | 6E | |
---|---|---|---|
RGB | 212 | 199 | 110 |
HSL | 52° | 54.26% | 63.14% |
HSB/HSV | 52° | 48.11% | 83.14% |
CMYK | 0.00% | 6.13% | 48.11% |
16.86% |
Color #D4C76E in popluar number systems.
HEX | D4 | C7 | 6E |
Decimal | 212 | 199 | 110 |
Binary | 11010100 | 11000111 | 1101110 |
Octal | 324 | 307 | 156 |
Shades of #D4C76E
Tints of #D4C76E
Examples of css and html codes for elements with #D4C76E color. Also use rgb(212,199,110) instead hex code.
.myTextColor { color: #D4C76E; }
<p style="color:#D4C76E">This sample text font color is #D4C76E.</p>
This text font color is #D4C76E.
.myBgColor { background-color: #D4C76E; }
<div style="background-color:#D4C76E">Inner text</div>
This div background color is #D4C76E.
.myBorderColor { border: 1px solid #D4C76E; }
<div style="border:3px solid #D4C76E">Div</div>
This div border color is #D4C76E.
.myOpacity80 { color: #D4C76E; opacity: 0.8; }
<p style="color:#D4C76E;opacity:0.8;">80%</p>
Text with #D4C76E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4C76E;}
<p style="text-shadow: 3px 3px 1px #D4C76E">Text here.</p>
This text has shadow with #D4C76E color.
.textShadow {text-shadow: 3px 3px 1px #D4C76E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4C76E, 5px 5px 20px red">Text here.</p>
This text has shadow with #D4C76E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4C76E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4C76E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4C76E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4C76E;
-webkit-box-shadow: 1px 1px 3px 2px #D4C76E;
box-shadow: 1px 1px 3px 2px #D4C76E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4C76E; -webkit-box-shadow: 1px 1px 3px 2px #D4C76E; box-shadow:1px 1px 3px 2px #D4C76E;">
Div content here
</div>
This text has color #D4C76E on black background.
This text has color #D4C76E on white background.
This text has black color on #D4C76E background.
This text has white color on #D4C76E background.
Complementary color for #hex is #2B3891.