HEX: #D19250
RGB: (209,146,80)
#D19250 contains mainly red color. Web safe color of #D19250 is #CC9966 (or #C96).
#D19250 color RGB value is (209,146,80).
RGB: (209,146,80)
(82%, 57%, 31%)
R 209 of 255 = 82%
G 146 of 255 = 57%
B 80 of 255 = 31%
R + G + B ~ 57%. #D19250 is middle color (not dark and not light).
R + G + B = 209 + 146 + 80 = 435 (100%)
R 209 of 435 ~ 48.05%
G 146 of 435 ~ 33.56%
B 80 of 435 ~ 18.39'%
#D19250 color CMYK value is (0,30,62,18).
CMYK: (0,30,62,18)
C0M30Y62K18 (0%, 30%, 62%, 18%)
(0.00 / 0.30 / 0.62 / 0.18)
Color #D19250 in popluar color models
D1 | 92 | 50 | |
---|---|---|---|
RGB | 209 | 146 | 80 |
HSL | 31° | 58.37% | 56.67% |
HSB/HSV | 31° | 61.72% | 81.96% |
CMYK | 0.00% | 30.14% | 61.72% |
18.04% |
Color #D19250 in popluar number systems.
HEX | D1 | 92 | 50 |
Decimal | 209 | 146 | 80 |
Binary | 11010001 | 10010010 | 1010000 |
Octal | 321 | 222 | 120 |
Shades of #D19250
Tints of #D19250
Examples of css and html codes for elements with #D19250 color. Also use rgb(209,146,80) instead hex code.
.myTextColor { color: #D19250; }
<p style="color:#D19250">This sample text font color is #D19250.</p>
This text font color is #D19250.
.myBgColor { background-color: #D19250; }
<div style="background-color:#D19250">Inner text</div>
This div background color is #D19250.
.myBorderColor { border: 1px solid #D19250; }
<div style="border:3px solid #D19250">Div</div>
This div border color is #D19250.
.myOpacity80 { color: #D19250; opacity: 0.8; }
<p style="color:#D19250;opacity:0.8;">80%</p>
Text with #D19250 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D19250;}
<p style="text-shadow: 3px 3px 1px #D19250">Text here.</p>
This text has shadow with #D19250 color.
.textShadow {text-shadow: 3px 3px 1px #D19250', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D19250, 5px 5px 20px red">Text here.</p>
This text has shadow with #D19250 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D19250, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D19250, Direction=45, Strength=4)">Text</p>
This text has shadow with #D19250 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D19250;
-webkit-box-shadow: 1px 1px 3px 2px #D19250;
box-shadow: 1px 1px 3px 2px #D19250;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D19250; -webkit-box-shadow: 1px 1px 3px 2px #D19250; box-shadow:1px 1px 3px 2px #D19250;">
Div content here
</div>
This text has color #D19250 on black background.
This text has color #D19250 on white background.
This text has black color on #D19250 background.
This text has white color on #D19250 background.
Complementary color for #hex is #2E6DAF.