HEX: #D7B431
RGB: (215,180,49)
#D7B431 contains mainly red and green colors. Web safe color of #D7B431 is #CCCC33 (or #CC3).
#D7B431 color RGB value is (215,180,49).
RGB: (215,180,49)
(84%, 71%, 19%)
R 215 of 255 = 84%
G 180 of 255 = 71%
B 49 of 255 = 19%
R + G + B ~ 58%. #D7B431 is middle color (not dark and not light).
R + G + B = 215 + 180 + 49 = 444 (100%)
R 215 of 444 ~ 48.42%
G 180 of 444 ~ 40.54%
B 49 of 444 ~ 11.04'%
#D7B431 color CMYK value is (0,16,77,16).
CMYK: (0,16,77,16)
C0M16Y77K16 (0%, 16%, 77%, 16%)
(0.00 / 0.16 / 0.77 / 0.16)
Color #D7B431 in popluar color models
D7 | B4 | 31 | |
---|---|---|---|
RGB | 215 | 180 | 49 |
HSL | 47° | 67.48% | 51.76% |
HSB/HSV | 47° | 77.21% | 84.31% |
CMYK | 0.00% | 16.28% | 77.21% |
15.69% |
Color #D7B431 in popluar number systems.
HEX | D7 | B4 | 31 |
Decimal | 215 | 180 | 49 |
Binary | 11010111 | 10110100 | 110001 |
Octal | 327 | 264 | 61 |
Shades of #D7B431
Tints of #D7B431
Examples of css and html codes for elements with #D7B431 color. Also use rgb(215,180,49) instead hex code.
.myTextColor { color: #D7B431; }
<p style="color:#D7B431">This sample text font color is #D7B431.</p>
This text font color is #D7B431.
.myBgColor { background-color: #D7B431; }
<div style="background-color:#D7B431">Inner text</div>
This div background color is #D7B431.
.myBorderColor { border: 1px solid #D7B431; }
<div style="border:3px solid #D7B431">Div</div>
This div border color is #D7B431.
.myOpacity80 { color: #D7B431; opacity: 0.8; }
<p style="color:#D7B431;opacity:0.8;">80%</p>
Text with #D7B431 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7B431;}
<p style="text-shadow: 3px 3px 1px #D7B431">Text here.</p>
This text has shadow with #D7B431 color.
.textShadow {text-shadow: 3px 3px 1px #D7B431', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7B431, 5px 5px 20px red">Text here.</p>
This text has shadow with #D7B431 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7B431, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7B431, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7B431 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7B431;
-webkit-box-shadow: 1px 1px 3px 2px #D7B431;
box-shadow: 1px 1px 3px 2px #D7B431;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7B431; -webkit-box-shadow: 1px 1px 3px 2px #D7B431; box-shadow:1px 1px 3px 2px #D7B431;">
Div content here
</div>
This text has color #D7B431 on black background.
This text has color #D7B431 on white background.
This text has black color on #D7B431 background.
This text has white color on #D7B431 background.
Complementary color for #hex is #284BCE.