HEX: #D7B385
RGB: (215,179,133)
#D7B385 contains mainly red and green colors. Web safe color of #D7B385 is #CC9999 (or #C99).
#D7B385 color RGB value is (215,179,133).
RGB: (215,179,133)
(84%, 70%, 52%)
R 215 of 255 = 84%
G 179 of 255 = 70%
B 133 of 255 = 52%
R + G + B ~ 69%. #D7B385 is quite light color.
R + G + B = 215 + 179 + 133 = 527 (100%)
R 215 of 527 ~ 40.8%
G 179 of 527 ~ 33.97%
B 133 of 527 ~ 25.24'%
#D7B385 color CMYK value is (0,17,38,16).
CMYK: (0,17,38,16)
C0M17Y38K16 (0%, 17%, 38%, 16%)
(0.00 / 0.17 / 0.38 / 0.16)
Color #D7B385 in popluar color models
D7 | B3 | 85 | |
---|---|---|---|
RGB | 215 | 179 | 133 |
HSL | 34° | 50.62% | 68.24% |
HSB/HSV | 34° | 38.14% | 84.31% |
CMYK | 0.00% | 16.74% | 38.14% |
15.69% |
Color #D7B385 in popluar number systems.
HEX | D7 | B3 | 85 |
Decimal | 215 | 179 | 133 |
Binary | 11010111 | 10110011 | 10000101 |
Octal | 327 | 263 | 205 |
Shades of #D7B385
Tints of #D7B385
Examples of css and html codes for elements with #D7B385 color. Also use rgb(215,179,133) instead hex code.
.myTextColor { color: #D7B385; }
<p style="color:#D7B385">This sample text font color is #D7B385.</p>
This text font color is #D7B385.
.myBgColor { background-color: #D7B385; }
<div style="background-color:#D7B385">Inner text</div>
This div background color is #D7B385.
.myBorderColor { border: 1px solid #D7B385; }
<div style="border:3px solid #D7B385">Div</div>
This div border color is #D7B385.
.myOpacity80 { color: #D7B385; opacity: 0.8; }
<p style="color:#D7B385;opacity:0.8;">80%</p>
Text with #D7B385 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7B385;}
<p style="text-shadow: 3px 3px 1px #D7B385">Text here.</p>
This text has shadow with #D7B385 color.
.textShadow {text-shadow: 3px 3px 1px #D7B385', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7B385, 5px 5px 20px red">Text here.</p>
This text has shadow with #D7B385 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7B385, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7B385, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7B385 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7B385;
-webkit-box-shadow: 1px 1px 3px 2px #D7B385;
box-shadow: 1px 1px 3px 2px #D7B385;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7B385; -webkit-box-shadow: 1px 1px 3px 2px #D7B385; box-shadow:1px 1px 3px 2px #D7B385;">
Div content here
</div>
This text has color #D7B385 on black background.
This text has color #D7B385 on white background.
This text has black color on #D7B385 background.
This text has white color on #D7B385 background.
Complementary color for #hex is #284C7A.