HEX: #D5C16D
RGB: (213,193,109)
#D5C16D contains mainly red and green colors. Web safe color of #D5C16D is #CCCC66 (or #CC6).
#D5C16D color RGB value is (213,193,109).
RGB: (213,193,109) (84%,76%,43%)
R 213 of 255 = 84%
G 193 of 255 = 76%
B 109 of 255 = 43%
R + G + B ~ 68%. #D5C16D is quite light color.
R + G + B =
213 + 193 + 109 = 515 (100%)
R 213 of 515 ~ 41.36%
G 193 of 515 ~ 37.48%
B 109 of 515 ~ 21.17%
#D5C16D color CMYK value is (0,9,49,16).
CMYK: (0,9,49,16) C0M9Y49K16 (0%,9%,49%,16%) (0.00/0.09/0.49/0.16)
D5 | C1 | 6D | |
---|---|---|---|
RGB | 213 | 193 | 109 |
HSL | 48° | 55.32% | 63.14% |
HSB/HSV | 48° | 48.83% | 83.53% |
CMYK | 0.00% | 9.39% | 48.83% |
16.47% |
HEX | D5 | C1 | 6D |
Decimal | 213 | 193 | 109 |
Binary | 11010101 | 11000001 | 1101101 |
Octal | 325 | 301 | 155 |
Examples of css and html codes for elements with #D5C16D color. Also use rgb(213,193,109) instead hex code.
.myTextColor { color: #D5C16D; }
<p style="color:#D5C16D">This sample text font color is #D5C16D.</p>
This text font color is #D5C16D.
.myBgColor { background-color: #D5C16D; }
<div style="background-color:#D5C16D">Inner text</div>
This div background color is #D5C16D.
.myBorderColor { border: 1px solid #D5C16D; }
<div style="border:3px solid #D5C16D">Div</div>
This div border color is #D5C16D.
.myOpacity80 { color: #D5C16D; opacity: 0.8; }
<p style="color:#D5C16D;opacity:0.8;">80%</p>
Text with #D5C16D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C16D;}
<p style="text-shadow: 3px 3px 1px #D5C16D">Text here.</p>
This text has shadow with #D5C16D color.
.textShadow {text-shadow: 3px 3px 1px #D5C16D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C16D, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5C16D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C16D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C16D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C16D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5C16D; -webkit-box-shadow: 1px 1px 3px 2px #D5C16D; box-shadow: 1px 1px 3px 2px #D5C16D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5C16D; -webkit-box-shadow: 1px 1px 3px 2px #D5C16D; box-shadow:1px 1px 3px 2px #D5C16D;">
Div content here</div>
This text has color #D5C16D on black background.
This text has color #D5C16D on white background.
This text has black color on #D5C16D background.
This text has white color on #D5C16D background.