HEX: #D6D580
RGB: (214,213,128)
#D6D580 contains mainly red and green colors. Web safe color of #D6D580 is #CCCC66 (or #CC6).
#D6D580 color RGB value is (214,213,128).
RGB: (214,213,128)
(84%, 84%, 50%)
R 214 of 255 = 84%
G 213 of 255 = 84%
B 128 of 255 = 50%
R + G + B ~ 73%. #D6D580 is quite light color.
R + G + B = 214 + 213 + 128 = 555 (100%)
R 214 of 555 ~ 38.56%
G 213 of 555 ~ 38.38%
B 128 of 555 ~ 23.06'%
#D6D580 color CMYK value is (0,0,40,16).
CMYK: (0,0,40,16)
C0M0Y40K16 (0%, 0%, 40%, 16%)
(0.00 / 0.00 / 0.40 / 0.16)
Color #D6D580 in popluar color models
D6 | D5 | 80 | |
---|---|---|---|
RGB | 214 | 213 | 128 |
HSL | 59° | 51.19% | 67.06% |
HSB/HSV | 59° | 40.19% | 83.92% |
CMYK | 0.00% | 0.47% | 40.19% |
16.08% |
Color #D6D580 in popluar number systems.
HEX | D6 | D5 | 80 |
Decimal | 214 | 213 | 128 |
Binary | 11010110 | 11010101 | 10000000 |
Octal | 326 | 325 | 200 |
Shades of #D6D580
Tints of #D6D580
Examples of css and html codes for elements with #D6D580 color. Also use rgb(214,213,128) instead hex code.
.myTextColor { color: #D6D580; }
<p style="color:#D6D580">This sample text font color is #D6D580.</p>
This text font color is #D6D580.
.myBgColor { background-color: #D6D580; }
<div style="background-color:#D6D580">Inner text</div>
This div background color is #D6D580.
.myBorderColor { border: 1px solid #D6D580; }
<div style="border:3px solid #D6D580">Div</div>
This div border color is #D6D580.
.myOpacity80 { color: #D6D580; opacity: 0.8; }
<p style="color:#D6D580;opacity:0.8;">80%</p>
Text with #D6D580 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6D580;}
<p style="text-shadow: 3px 3px 1px #D6D580">Text here.</p>
This text has shadow with #D6D580 color.
.textShadow {text-shadow: 3px 3px 1px #D6D580', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6D580, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6D580 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6D580, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6D580, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6D580 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6D580;
-webkit-box-shadow: 1px 1px 3px 2px #D6D580;
box-shadow: 1px 1px 3px 2px #D6D580;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6D580; -webkit-box-shadow: 1px 1px 3px 2px #D6D580; box-shadow:1px 1px 3px 2px #D6D580;">
Div content here
</div>
This text has color #D6D580 on black background.
This text has color #D6D580 on white background.
This text has black color on #D6D580 background.
This text has white color on #D6D580 background.
Complementary color for #hex is #292A7F.