HEX: #D5C97D
RGB: (213,201,125)
#D5C97D contains mainly red and green colors. Web safe color of #D5C97D is #CCCC66 (or #CC6).
#D5C97D color RGB value is (213,201,125).
RGB: (213,201,125)
(84%, 79%, 49%)
R 213 of 255 = 84%
G 201 of 255 = 79%
B 125 of 255 = 49%
R + G + B ~ 71%. #D5C97D is quite light color.
R + G + B = 213 + 201 + 125 = 539 (100%)
R 213 of 539 ~ 39.52%
G 201 of 539 ~ 37.29%
B 125 of 539 ~ 23.19'%
#D5C97D color CMYK value is (0,6,41,16).
CMYK: (0,6,41,16) C0M6Y41K16 (0%,6%,41%,16%) (0.00/0.06/0.41/0.16)
Color #D5C97D in popluar color models
D5 | C9 | 7D | |
---|---|---|---|
RGB | 213 | 201 | 125 |
HSL | 52° | 51.16% | 66.27% |
HSB/HSV | 52° | 41.31% | 83.53% |
CMYK | 0.00% | 5.63% | 41.31% |
16.47% |
Color #D5C97D in popluar number systems.
HEX | D5 | C9 | 7D |
Decimal | 213 | 201 | 125 |
Binary | 11010101 | 11001001 | 1111101 |
Octal | 325 | 311 | 175 |
Shades of #D5C97D
Tints of #D5C97D
Examples of css and html codes for elements with #D5C97D color. Also use rgb(213,201,125) instead hex code.
.myTextColor { color: #D5C97D; }
<p style="color:#D5C97D">This sample text font color is #D5C97D.</p>
This text font color is #D5C97D.
.myBgColor { background-color: #D5C97D; }
<div style="background-color:#D5C97D">Inner text</div>
This div background color is #D5C97D.
.myBorderColor { border: 1px solid #D5C97D; }
<div style="border:3px solid #D5C97D">Div</div>
This div border color is #D5C97D.
.myOpacity80 { color: #D5C97D; opacity: 0.8; }
<p style="color:#D5C97D;opacity:0.8;">80%</p>
Text with #D5C97D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C97D;}
<p style="text-shadow: 3px 3px 1px #D5C97D">Text here.</p>
This text has shadow with #D5C97D color.
.textShadow {text-shadow: 3px 3px 1px #D5C97D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C97D, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5C97D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C97D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C97D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C97D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5C97D;
-webkit-box-shadow: 1px 1px 3px 2px #D5C97D;
box-shadow: 1px 1px 3px 2px #D5C97D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5C97D; -webkit-box-shadow: 1px 1px 3px 2px #D5C97D; box-shadow:1px 1px 3px 2px #D5C97D;">
Div content here
</div>
This text has color #D5C97D on black background.
This text has color #D5C97D on white background.
This text has black color on #D5C97D background.
This text has white color on #D5C97D background.
Complementary color for #hex is #2A3682.