HEX: #D8C259
RGB: (216,194,89)
#D8C259 contains mainly red and green colors. Web safe color of #D8C259 is #CCCC66 (or #CC6).
#D8C259 color RGB value is (216,194,89).
RGB: (216,194,89)
(85%, 76%, 35%)
R 216 of 255 = 85%
G 194 of 255 = 76%
B 89 of 255 = 35%
R + G + B ~ 65%. #D8C259 is quite light color.
R + G + B = 216 + 194 + 89 = 499 (100%)
R 216 of 499 ~ 43.29%
G 194 of 499 ~ 38.88%
B 89 of 499 ~ 17.84'%
#D8C259 color CMYK value is (0,10,59,15).
CMYK: (0,10,59,15)
C0M10Y59K15 (0%, 10%, 59%, 15%)
(0.00 / 0.10 / 0.59 / 0.15)
Color #D8C259 in popluar color models
D8 | C2 | 59 | |
---|---|---|---|
RGB | 216 | 194 | 89 |
HSL | 50° | 61.95% | 59.80% |
HSB/HSV | 50° | 58.80% | 84.71% |
CMYK | 0.00% | 10.19% | 58.80% |
15.29% |
Color #D8C259 in popluar number systems.
HEX | D8 | C2 | 59 |
Decimal | 216 | 194 | 89 |
Binary | 11011000 | 11000010 | 1011001 |
Octal | 330 | 302 | 131 |
Shades of #D8C259
Tints of #D8C259
Examples of css and html codes for elements with #D8C259 color. Also use rgb(216,194,89) instead hex code.
.myTextColor { color: #D8C259; }
<p style="color:#D8C259">This sample text font color is #D8C259.</p>
This text font color is #D8C259.
.myBgColor { background-color: #D8C259; }
<div style="background-color:#D8C259">Inner text</div>
This div background color is #D8C259.
.myBorderColor { border: 1px solid #D8C259; }
<div style="border:3px solid #D8C259">Div</div>
This div border color is #D8C259.
.myOpacity80 { color: #D8C259; opacity: 0.8; }
<p style="color:#D8C259;opacity:0.8;">80%</p>
Text with #D8C259 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D8C259;}
<p style="text-shadow: 3px 3px 1px #D8C259">Text here.</p>
This text has shadow with #D8C259 color.
.textShadow {text-shadow: 3px 3px 1px #D8C259', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D8C259, 5px 5px 20px red">Text here.</p>
This text has shadow with #D8C259 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8C259, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D8C259, Direction=45, Strength=4)">Text</p>
This text has shadow with #D8C259 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D8C259;
-webkit-box-shadow: 1px 1px 3px 2px #D8C259;
box-shadow: 1px 1px 3px 2px #D8C259;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8C259; -webkit-box-shadow: 1px 1px 3px 2px #D8C259; box-shadow:1px 1px 3px 2px #D8C259;">
Div content here
</div>
This text has color #D8C259 on black background.
This text has color #D8C259 on white background.
This text has black color on #D8C259 background.
This text has white color on #D8C259 background.
Complementary color for #hex is #273DA6.