HEX: #DCC463
RGB: (220,196,99)
#DCC463 contains mainly red and green colors. Web safe color of #DCC463 is #CCCC66 (or #CC6).
#DCC463 color RGB value is (220,196,99).
RGB: (220,196,99)
(86%, 77%, 39%)
R 220 of 255 = 86%
G 196 of 255 = 77%
B 99 of 255 = 39%
R + G + B ~ 67%. #DCC463 is quite light color.
R + G + B = 220 + 196 + 99 = 515 (100%)
R 220 of 515 ~ 42.72%
G 196 of 515 ~ 38.06%
B 99 of 515 ~ 19.22'%
#DCC463 color CMYK value is (0,11,55,14).
CMYK: (0,11,55,14)
C0M11Y55K14 (0%, 11%, 55%, 14%)
(0.00 / 0.11 / 0.55 / 0.14)
Color #DCC463 in popluar color models
DC | C4 | 63 | |
---|---|---|---|
RGB | 220 | 196 | 99 |
HSL | 48° | 63.35% | 62.55% |
HSB/HSV | 48° | 55.00% | 86.27% |
CMYK | 0.00% | 10.91% | 55.00% |
13.73% |
Color #DCC463 in popluar number systems.
HEX | DC | C4 | 63 |
Decimal | 220 | 196 | 99 |
Binary | 11011100 | 11000100 | 1100011 |
Octal | 334 | 304 | 143 |
Shades of #DCC463
Tints of #DCC463
Examples of css and html codes for elements with #DCC463 color. Also use rgb(220,196,99) instead hex code.
.myTextColor { color: #DCC463; }
<p style="color:#DCC463">This sample text font color is #DCC463.</p>
This text font color is #DCC463.
.myBgColor { background-color: #DCC463; }
<div style="background-color:#DCC463">Inner text</div>
This div background color is #DCC463.
.myBorderColor { border: 1px solid #DCC463; }
<div style="border:3px solid #DCC463">Div</div>
This div border color is #DCC463.
.myOpacity80 { color: #DCC463; opacity: 0.8; }
<p style="color:#DCC463;opacity:0.8;">80%</p>
Text with #DCC463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DCC463;}
<p style="text-shadow: 3px 3px 1px #DCC463">Text here.</p>
This text has shadow with #DCC463 color.
.textShadow {text-shadow: 3px 3px 1px #DCC463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DCC463, 5px 5px 20px red">Text here.</p>
This text has shadow with #DCC463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCC463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DCC463, Direction=45, Strength=4)">Text</p>
This text has shadow with #DCC463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DCC463;
-webkit-box-shadow: 1px 1px 3px 2px #DCC463;
box-shadow: 1px 1px 3px 2px #DCC463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCC463; -webkit-box-shadow: 1px 1px 3px 2px #DCC463; box-shadow:1px 1px 3px 2px #DCC463;">
Div content here
</div>
This text has color #DCC463 on black background.
This text has color #DCC463 on white background.
This text has black color on #DCC463 background.
This text has white color on #DCC463 background.
Complementary color for #hex is #233B9C.