HEX: #D68535
RGB: (214,133,53)
#D68535 contains mainly red color. Web safe color of #D68535 is #CC9933 (or #C93).
#D68535 color RGB value is (214,133,53).
RGB: (214,133,53)
(84%, 52%, 21%)
R 214 of 255 = 84%
G 133 of 255 = 52%
B 53 of 255 = 21%
R + G + B ~ 52%. #D68535 is middle color (not dark and not light).
R + G + B = 214 + 133 + 53 = 400 (100%)
R 214 of 400 ~ 53.5%
G 133 of 400 ~ 33.25%
B 53 of 400 ~ 13.25'%
#D68535 color CMYK value is (0,38,75,16).
CMYK: (0,38,75,16)
C0M38Y75K16 (0%, 38%, 75%, 16%)
(0.00 / 0.38 / 0.75 / 0.16)
Color #D68535 in popluar color models
D6 | 85 | 35 | |
---|---|---|---|
RGB | 214 | 133 | 53 |
HSL | 30° | 66.26% | 52.35% |
HSB/HSV | 30° | 75.23% | 83.92% |
CMYK | 0.00% | 37.85% | 75.23% |
16.08% |
Color #D68535 in popluar number systems.
HEX | D6 | 85 | 35 |
Decimal | 214 | 133 | 53 |
Binary | 11010110 | 10000101 | 110101 |
Octal | 326 | 205 | 65 |
Shades of #D68535
Tints of #D68535
Examples of css and html codes for elements with #D68535 color. Also use rgb(214,133,53) instead hex code.
.myTextColor { color: #D68535; }
<p style="color:#D68535">This sample text font color is #D68535.</p>
This text font color is #D68535.
.myBgColor { background-color: #D68535; }
<div style="background-color:#D68535">Inner text</div>
This div background color is #D68535.
.myBorderColor { border: 1px solid #D68535; }
<div style="border:3px solid #D68535">Div</div>
This div border color is #D68535.
.myOpacity80 { color: #D68535; opacity: 0.8; }
<p style="color:#D68535;opacity:0.8;">80%</p>
Text with #D68535 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D68535;}
<p style="text-shadow: 3px 3px 1px #D68535">Text here.</p>
This text has shadow with #D68535 color.
.textShadow {text-shadow: 3px 3px 1px #D68535', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D68535, 5px 5px 20px red">Text here.</p>
This text has shadow with #D68535 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D68535, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D68535, Direction=45, Strength=4)">Text</p>
This text has shadow with #D68535 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D68535;
-webkit-box-shadow: 1px 1px 3px 2px #D68535;
box-shadow: 1px 1px 3px 2px #D68535;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D68535; -webkit-box-shadow: 1px 1px 3px 2px #D68535; box-shadow:1px 1px 3px 2px #D68535;">
Div content here
</div>
This text has color #D68535 on black background.
This text has color #D68535 on white background.
This text has black color on #D68535 background.
This text has white color on #D68535 background.
Complementary color for #hex is #297ACA.