HEX: #D5B657
RGB: (213,182,87)
#D5B657 contains mainly red and green colors. Web safe color of #D5B657 is #CCCC66 (or #CC6).
#D5B657 color RGB value is (213,182,87).
RGB: (213,182,87) (84%,71%,34%)
R 213 of 255 = 84%
G 182 of 255 = 71%
B 87 of 255 = 34%
R + G + B ~ 63%. #D5B657 is quite light color.
R + G + B =
213 + 182 + 87 = 482 (100%)
R 213 of 482 ~ 44.19%
G 182 of 482 ~ 37.76%
B 87 of 482 ~ 18.05%
#D5B657 color CMYK value is (0,15,59,16).
CMYK: (0,15,59,16) C0M15Y59K16 (0%,15%,59%,16%) (0.00/0.15/0.59/0.16)
D5 | B6 | 57 | |
---|---|---|---|
RGB | 213 | 182 | 87 |
HSL | 45° | 60.00% | 58.82% |
HSB/HSV | 45° | 59.15% | 83.53% |
CMYK | 0.00% | 14.55% | 59.15% |
16.47% |
HEX | D5 | B6 | 57 |
Decimal | 213 | 182 | 87 |
Binary | 11010101 | 10110110 | 1010111 |
Octal | 325 | 266 | 127 |
Examples of css and html codes for elements with #D5B657 color. Also use rgb(213,182,87) instead hex code.
.myTextColor { color: #D5B657; }
<p style="color:#D5B657">This sample text font color is #D5B657.</p>
This text font color is #D5B657.
.myBgColor { background-color: #D5B657; }
<div style="background-color:#D5B657">Inner text</div>
This div background color is #D5B657.
.myBorderColor { border: 1px solid #D5B657; }
<div style="border:3px solid #D5B657">Div</div>
This div border color is #D5B657.
.myOpacity80 { color: #D5B657; opacity: 0.8; }
<p style="color:#D5B657;opacity:0.8;">80%</p>
Text with #D5B657 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5B657;}
<p style="text-shadow: 3px 3px 1px #D5B657">Text here.</p>
This text has shadow with #D5B657 color.
.textShadow {text-shadow: 3px 3px 1px #D5B657, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5B657, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5B657 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5B657, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5B657, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5B657 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5B657; -webkit-box-shadow: 1px 1px 3px 2px #D5B657; box-shadow: 1px 1px 3px 2px #D5B657; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5B657; -webkit-box-shadow: 1px 1px 3px 2px #D5B657; box-shadow:1px 1px 3px 2px #D5B657;">
Div content here</div>
This text has color #D5B657 on black background.
This text has color #D5B657 on white background.
This text has black color on #D5B657 background.
This text has white color on #D5B657 background.