HEX: #DC7476
RGB: (220,116,118)
#DC7476 contains mainly red color. Web safe color of #DC7476 is #CC6666 (or #C66).
#DC7476 color RGB value is (220,116,118).
RGB: (220,116,118)
(86%, 45%, 46%)
R 220 of 255 = 86%
G 116 of 255 = 45%
B 118 of 255 = 46%
R + G + B ~ 59%. #DC7476 is middle color (not dark and not light).
R + G + B = 220 + 116 + 118 = 454 (100%)
R 220 of 454 ~ 48.46%
G 116 of 454 ~ 25.55%
B 118 of 454 ~ 25.99'%
#DC7476 color CMYK value is (0,47,46,14).
CMYK: (0,47,46,14) C0M47Y46K14 (0%,47%,46%,14%) (0.00/0.47/0.46/0.14)
Color #DC7476 in popluar color models
DC | 74 | 76 | |
---|---|---|---|
RGB | 220 | 116 | 118 |
HSL | 359° | 59.77% | 65.88% |
HSB/HSV | 359° | 47.27% | 86.27% |
CMYK | 0.00% | 47.27% | 46.36% |
13.73% |
Color #DC7476 in popluar number systems.
HEX | DC | 74 | 76 |
Decimal | 220 | 116 | 118 |
Binary | 11011100 | 1110100 | 1110110 |
Octal | 334 | 164 | 166 |
Shades of #DC7476
Tints of #DC7476
Examples of css and html codes for elements with #DC7476 color. Also use rgb(220,116,118) instead hex code.
.myTextColor { color: #DC7476; }
<p style="color:#DC7476">This sample text font color is #DC7476.</p>
This text font color is #DC7476.
.myBgColor { background-color: #DC7476; }
<div style="background-color:#DC7476">Inner text</div>
This div background color is #DC7476.
.myBorderColor { border: 1px solid #DC7476; }
<div style="border:3px solid #DC7476">Div</div>
This div border color is #DC7476.
.myOpacity80 { color: #DC7476; opacity: 0.8; }
<p style="color:#DC7476;opacity:0.8;">80%</p>
Text with #DC7476 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DC7476;}
<p style="text-shadow: 3px 3px 1px #DC7476">Text here.</p>
This text has shadow with #DC7476 color.
.textShadow {text-shadow: 3px 3px 1px #DC7476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DC7476, 5px 5px 20px red">Text here.</p>
This text has shadow with #DC7476 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DC7476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DC7476, Direction=45, Strength=4)">Text</p>
This text has shadow with #DC7476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DC7476;
-webkit-box-shadow: 1px 1px 3px 2px #DC7476;
box-shadow: 1px 1px 3px 2px #DC7476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DC7476; -webkit-box-shadow: 1px 1px 3px 2px #DC7476; box-shadow:1px 1px 3px 2px #DC7476;">
Div content here
</div>
This text has color #DC7476 on black background.
This text has color #DC7476 on white background.
This text has black color on #DC7476 background.
This text has white color on #DC7476 background.
Complementary color for #hex is #238B89.