HEX: #D6B273
RGB: (214,178,115)
#D6B273 contains mainly red and green colors. Web safe color of #D6B273 is #CC9966 (or #C96).
#D6B273 color RGB value is (214,178,115).
RGB: (214,178,115)
(84%, 70%, 45%)
R 214 of 255 = 84%
G 178 of 255 = 70%
B 115 of 255 = 45%
R + G + B ~ 66%. #D6B273 is quite light color.
R + G + B = 214 + 178 + 115 = 507 (100%)
R 214 of 507 ~ 42.21%
G 178 of 507 ~ 35.11%
B 115 of 507 ~ 22.68'%
#D6B273 color CMYK value is (0,17,46,16).
CMYK: (0,17,46,16) C0M17Y46K16 (0%,17%,46%,16%) (0.00/0.17/0.46/0.16)
Color #D6B273 in popluar color models
D6 | B2 | 73 | |
---|---|---|---|
RGB | 214 | 178 | 115 |
HSL | 38° | 54.70% | 64.51% |
HSB/HSV | 38° | 46.26% | 83.92% |
CMYK | 0.00% | 16.82% | 46.26% |
16.08% |
Color #D6B273 in popluar number systems.
HEX | D6 | B2 | 73 |
Decimal | 214 | 178 | 115 |
Binary | 11010110 | 10110010 | 1110011 |
Octal | 326 | 262 | 163 |
Shades of #D6B273
Tints of #D6B273
Examples of css and html codes for elements with #D6B273 color. Also use rgb(214,178,115) instead hex code.
.myTextColor { color: #D6B273; }
<p style="color:#D6B273">This sample text font color is #D6B273.</p>
This text font color is #D6B273.
.myBgColor { background-color: #D6B273; }
<div style="background-color:#D6B273">Inner text</div>
This div background color is #D6B273.
.myBorderColor { border: 1px solid #D6B273; }
<div style="border:3px solid #D6B273">Div</div>
This div border color is #D6B273.
.myOpacity80 { color: #D6B273; opacity: 0.8; }
<p style="color:#D6B273;opacity:0.8;">80%</p>
Text with #D6B273 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6B273;}
<p style="text-shadow: 3px 3px 1px #D6B273">Text here.</p>
This text has shadow with #D6B273 color.
.textShadow {text-shadow: 3px 3px 1px #D6B273', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6B273, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6B273 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6B273, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6B273, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6B273 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6B273;
-webkit-box-shadow: 1px 1px 3px 2px #D6B273;
box-shadow: 1px 1px 3px 2px #D6B273;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6B273; -webkit-box-shadow: 1px 1px 3px 2px #D6B273; box-shadow:1px 1px 3px 2px #D6B273;">
Div content here
</div>
This text has color #D6B273 on black background.
This text has color #D6B273 on white background.
This text has black color on #D6B273 background.
This text has white color on #D6B273 background.
Complementary color for #hex is #294D8C.