HEX: #D5C389
RGB: (213,195,137)
#D5C389 contains mainly red and green colors. Web safe color of #D5C389 is #CCCC99 (or #CC9).
#D5C389 color RGB value is (213,195,137).
RGB: (213,195,137)
(84%, 76%, 54%)
R 213 of 255 = 84%
G 195 of 255 = 76%
B 137 of 255 = 54%
R + G + B ~ 71%. #D5C389 is quite light color.
R + G + B = 213 + 195 + 137 = 545 (100%)
R 213 of 545 ~ 39.08%
G 195 of 545 ~ 35.78%
B 137 of 545 ~ 25.14'%
#D5C389 color CMYK value is (0,8,36,16).
CMYK: (0,8,36,16)
C0M8Y36K16 (0%, 8%, 36%, 16%)
(0.00 / 0.08 / 0.36 / 0.16)
Color #D5C389 in popluar color models
D5 | C3 | 89 | |
---|---|---|---|
RGB | 213 | 195 | 137 |
HSL | 46° | 47.50% | 68.63% |
HSB/HSV | 46° | 35.68% | 83.53% |
CMYK | 0.00% | 8.45% | 35.68% |
16.47% |
Color #D5C389 in popluar number systems.
HEX | D5 | C3 | 89 |
Decimal | 213 | 195 | 137 |
Binary | 11010101 | 11000011 | 10001001 |
Octal | 325 | 303 | 211 |
Shades of #D5C389
Tints of #D5C389
Examples of css and html codes for elements with #D5C389 color. Also use rgb(213,195,137) instead hex code.
.myTextColor { color: #D5C389; }
<p style="color:#D5C389">This sample text font color is #D5C389.</p>
This text font color is #D5C389.
.myBgColor { background-color: #D5C389; }
<div style="background-color:#D5C389">Inner text</div>
This div background color is #D5C389.
.myBorderColor { border: 1px solid #D5C389; }
<div style="border:3px solid #D5C389">Div</div>
This div border color is #D5C389.
.myOpacity80 { color: #D5C389; opacity: 0.8; }
<p style="color:#D5C389;opacity:0.8;">80%</p>
Text with #D5C389 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C389;}
<p style="text-shadow: 3px 3px 1px #D5C389">Text here.</p>
This text has shadow with #D5C389 color.
.textShadow {text-shadow: 3px 3px 1px #D5C389', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C389, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5C389 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C389, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C389, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C389 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5C389;
-webkit-box-shadow: 1px 1px 3px 2px #D5C389;
box-shadow: 1px 1px 3px 2px #D5C389;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5C389; -webkit-box-shadow: 1px 1px 3px 2px #D5C389; box-shadow:1px 1px 3px 2px #D5C389;">
Div content here
</div>
This text has color #D5C389 on black background.
This text has color #D5C389 on white background.
This text has black color on #D5C389 background.
This text has white color on #D5C389 background.
Complementary color for #hex is #2A3C76.