HEX: #D5D379
RGB: (213,211,121)
#D5D379 contains mainly red and green colors. #D5D379 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.
#D5D379 color RGB value is (213,211,121).
RGB: (213,211,121)
(84%, 83%, 47%)
R 213 of 255 = 84%
G 211 of 255 = 83%
B 121 of 255 = 47%
R + G + B ~ 71%. #D5D379 is quite light color.
R + G + B = 213 + 211 + 121 = 545 (100%)
R 213 of 545 ~ 39.08%
G 211 of 545 ~ 38.72%
B 121 of 545 ~ 22.2'%
#D5D379 rengi CMYK tonu (0,1,43,16).
CMYK: (0,1,43,16)
C0M1Y43K16 (0%, 1%, 43%, 16%)
(0.00 / 0.01 / 0.43 / 0.16)
Color #D5D379 in popluar color models
D5 | D3 | 79 | |
---|---|---|---|
RGB | 213 | 211 | 121 |
HSL | 59° | 52.27% | 65.49% |
HSB/HSV | 59° | 43.19% | 83.53% |
CMYK | 0.00% | 0.94% | 43.19% |
16.47% |
Color #D5D379 in popluar number systems.
HEX | D5 | D3 | 79 |
Decimal | 213 | 211 | 121 |
Binary | 11010101 | 11010011 | 1111001 |
Octal | 325 | 323 | 171 |
Shades of #D5D379
Tints of #D5D379
Examples of css and html codes for elements with #D5D379 color. Also use rgb(213,211,121) instead hex code.
.myTextColor { color: #D5D379; }
<p style="color:#D5D379">This sample text font color is #D5D379.</p>
This text font color is #D5D379.
.myBgColor { background-color: #D5D379; }
<div style="background-color:#D5D379">Inner text</div>
This div background color is #D5D379.
.myBorderColor { border: 1px solid #D5D379; }
<div style="border:3px solid #D5D379">Div</div>
This div border color is #D5D379.
.myOpacity80 { color: #D5D379; opacity: 0.8; }
<p style="color:#D5D379;opacity:0.8;">80%</p>
Text with #D5D379 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5D379;}
<p style="text-shadow: 3px 3px 1px #D5D379">Text here.</p>
This text has shadow with #D5D379 color.
.textShadow {text-shadow: 3px 3px 1px #D5D379', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5D379, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5D379 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5D379, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5D379, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5D379 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5D379;
-webkit-box-shadow: 1px 1px 3px 2px #D5D379;
box-shadow: 1px 1px 3px 2px #D5D379;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5D379; -webkit-box-shadow: 1px 1px 3px 2px #D5D379; box-shadow:1px 1px 3px 2px #D5D379;">
Div content here
</div>
This text has color #D5D379 on black background.
This text has color #D5D379 on white background.
This text has black color on #D5D379 background.
This text has white color on #D5D379 background.
Complementary color for #hex is #2A2C86.