HEX: #D7C863
RGB: (215,200,99)
#D7C863 contains mainly red and green colors. Web safe color of #D7C863 is #CCCC66 (or #CC6).
#D7C863 color RGB value is (215,200,99).
RGB: (215,200,99)
(84%, 78%, 39%)
R 215 of 255 = 84%
G 200 of 255 = 78%
B 99 of 255 = 39%
R + G + B ~ 67%. #D7C863 is quite light color.
R + G + B = 215 + 200 + 99 = 514 (100%)
R 215 of 514 ~ 41.83%
G 200 of 514 ~ 38.91%
B 99 of 514 ~ 19.26'%
#D7C863 color CMYK value is (0,7,54,16).
CMYK: (0,7,54,16)
C0M7Y54K16 (0%, 7%, 54%, 16%)
(0.00 / 0.07 / 0.54 / 0.16)
Color #D7C863 in popluar color models
D7 | C8 | 63 | |
---|---|---|---|
RGB | 215 | 200 | 99 |
HSL | 52° | 59.18% | 61.57% |
HSB/HSV | 52° | 53.95% | 84.31% |
CMYK | 0.00% | 6.98% | 53.95% |
15.69% |
Color #D7C863 in popluar number systems.
HEX | D7 | C8 | 63 |
Decimal | 215 | 200 | 99 |
Binary | 11010111 | 11001000 | 1100011 |
Octal | 327 | 310 | 143 |
Shades of #D7C863
Tints of #D7C863
Examples of css and html codes for elements with #D7C863 color. Also use rgb(215,200,99) instead hex code.
.myTextColor { color: #D7C863; }
<p style="color:#D7C863">This sample text font color is #D7C863.</p>
This text font color is #D7C863.
.myBgColor { background-color: #D7C863; }
<div style="background-color:#D7C863">Inner text</div>
This div background color is #D7C863.
.myBorderColor { border: 1px solid #D7C863; }
<div style="border:3px solid #D7C863">Div</div>
This div border color is #D7C863.
.myOpacity80 { color: #D7C863; opacity: 0.8; }
<p style="color:#D7C863;opacity:0.8;">80%</p>
Text with #D7C863 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7C863;}
<p style="text-shadow: 3px 3px 1px #D7C863">Text here.</p>
This text has shadow with #D7C863 color.
.textShadow {text-shadow: 3px 3px 1px #D7C863', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7C863, 5px 5px 20px red">Text here.</p>
This text has shadow with #D7C863 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7C863, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7C863, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7C863 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7C863;
-webkit-box-shadow: 1px 1px 3px 2px #D7C863;
box-shadow: 1px 1px 3px 2px #D7C863;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7C863; -webkit-box-shadow: 1px 1px 3px 2px #D7C863; box-shadow:1px 1px 3px 2px #D7C863;">
Div content here
</div>
This text has color #D7C863 on black background.
This text has color #D7C863 on white background.
This text has black color on #D7C863 background.
This text has white color on #D7C863 background.
Complementary color for #hex is #28379C.