HEX: #D3B63D
RGB: (211,182,61)
#D3B63D contains mainly red and green colors. Web safe color of #D3B63D is #CCCC33 (or #CC3).
#D3B63D color RGB value is (211,182,61).
RGB: (211,182,61)
(83%, 71%, 24%)
R 211 of 255 = 83%
G 182 of 255 = 71%
B 61 of 255 = 24%
R + G + B ~ 59%. #D3B63D is middle color (not dark and not light).
R + G + B = 211 + 182 + 61 = 454 (100%)
R 211 of 454 ~ 46.48%
G 182 of 454 ~ 40.09%
B 61 of 454 ~ 13.44'%
#D3B63D color CMYK value is (0,14,71,17).
CMYK: (0,14,71,17)
C0M14Y71K17 (0%, 14%, 71%, 17%)
(0.00 / 0.14 / 0.71 / 0.17)
Color #D3B63D in popluar color models
D3 | B6 | 3D | |
---|---|---|---|
RGB | 211 | 182 | 61 |
HSL | 48° | 63.03% | 53.33% |
HSB/HSV | 48° | 71.09% | 82.75% |
CMYK | 0.00% | 13.74% | 71.09% |
17.25% |
Color #D3B63D in popluar number systems.
HEX | D3 | B6 | 3D |
Decimal | 211 | 182 | 61 |
Binary | 11010011 | 10110110 | 111101 |
Octal | 323 | 266 | 75 |
Shades of #D3B63D
Tints of #D3B63D
Examples of css and html codes for elements with #D3B63D color. Also use rgb(211,182,61) instead hex code.
.myTextColor { color: #D3B63D; }
<p style="color:#D3B63D">This sample text font color is #D3B63D.</p>
This text font color is #D3B63D.
.myBgColor { background-color: #D3B63D; }
<div style="background-color:#D3B63D">Inner text</div>
This div background color is #D3B63D.
.myBorderColor { border: 1px solid #D3B63D; }
<div style="border:3px solid #D3B63D">Div</div>
This div border color is #D3B63D.
.myOpacity80 { color: #D3B63D; opacity: 0.8; }
<p style="color:#D3B63D;opacity:0.8;">80%</p>
Text with #D3B63D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D3B63D;}
<p style="text-shadow: 3px 3px 1px #D3B63D">Text here.</p>
This text has shadow with #D3B63D color.
.textShadow {text-shadow: 3px 3px 1px #D3B63D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D3B63D, 5px 5px 20px red">Text here.</p>
This text has shadow with #D3B63D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D3B63D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D3B63D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D3B63D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D3B63D;
-webkit-box-shadow: 1px 1px 3px 2px #D3B63D;
box-shadow: 1px 1px 3px 2px #D3B63D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D3B63D; -webkit-box-shadow: 1px 1px 3px 2px #D3B63D; box-shadow:1px 1px 3px 2px #D3B63D;">
Div content here
</div>
This text has color #D3B63D on black background.
This text has color #D3B63D on white background.
This text has black color on #D3B63D background.
This text has white color on #D3B63D background.
Complementary color for #hex is #2C49C2.