HEX: #D5BE51
RGB: (213,190,81)
#D5BE51 contains mainly red and green colors. Web safe color of #D5BE51 is #CCCC66 (or #CC6).
#D5BE51 color RGB value is (213,190,81).
RGB: (213,190,81)
(84%, 75%, 32%)
R 213 of 255 = 84%
G 190 of 255 = 75%
B 81 of 255 = 32%
R + G + B ~ 64%. #D5BE51 is quite light color.
R + G + B = 213 + 190 + 81 = 484 (100%)
R 213 of 484 ~ 44.01%
G 190 of 484 ~ 39.26%
B 81 of 484 ~ 16.74'%
#D5BE51 color CMYK value is (0,11,62,16).
CMYK: (0,11,62,16)
C0M11Y62K16 (0%, 11%, 62%, 16%)
(0.00 / 0.11 / 0.62 / 0.16)
Color #D5BE51 in popluar color models
D5 | BE | 51 | |
---|---|---|---|
RGB | 213 | 190 | 81 |
HSL | 50° | 61.11% | 57.65% |
HSB/HSV | 50° | 61.97% | 83.53% |
CMYK | 0.00% | 10.80% | 61.97% |
16.47% |
Color #D5BE51 in popluar number systems.
HEX | D5 | BE | 51 |
Decimal | 213 | 190 | 81 |
Binary | 11010101 | 10111110 | 1010001 |
Octal | 325 | 276 | 121 |
Shades of #D5BE51
Tints of #D5BE51
Examples of css and html codes for elements with #D5BE51 color. Also use rgb(213,190,81) instead hex code.
.myTextColor { color: #D5BE51; }
<p style="color:#D5BE51">This sample text font color is #D5BE51.</p>
This text font color is #D5BE51.
.myBgColor { background-color: #D5BE51; }
<div style="background-color:#D5BE51">Inner text</div>
This div background color is #D5BE51.
.myBorderColor { border: 1px solid #D5BE51; }
<div style="border:3px solid #D5BE51">Div</div>
This div border color is #D5BE51.
.myOpacity80 { color: #D5BE51; opacity: 0.8; }
<p style="color:#D5BE51;opacity:0.8;">80%</p>
Text with #D5BE51 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5BE51;}
<p style="text-shadow: 3px 3px 1px #D5BE51">Text here.</p>
This text has shadow with #D5BE51 color.
.textShadow {text-shadow: 3px 3px 1px #D5BE51', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5BE51, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5BE51 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5BE51, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5BE51, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5BE51 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5BE51;
-webkit-box-shadow: 1px 1px 3px 2px #D5BE51;
box-shadow: 1px 1px 3px 2px #D5BE51;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5BE51; -webkit-box-shadow: 1px 1px 3px 2px #D5BE51; box-shadow:1px 1px 3px 2px #D5BE51;">
Div content here
</div>
This text has color #D5BE51 on black background.
This text has color #D5BE51 on white background.
This text has black color on #D5BE51 background.
This text has white color on #D5BE51 background.
Complementary color for #hex is #2A41AE.