HEX: #D65D59
RGB: (214,93,89)
#D65D59 contains mainly red color. Web safe color of #D65D59 is #CC6666 (or #C66).
#D65D59 color RGB value is (214,93,89).
RGB: (214,93,89)
(84%, 36%, 35%)
R 214 of 255 = 84%
G 93 of 255 = 36%
B 89 of 255 = 35%
R + G + B ~ 52%. #D65D59 is middle color (not dark and not light).
R + G + B = 214 + 93 + 89 = 396 (100%)
R 214 of 396 ~ 54.04%
G 93 of 396 ~ 23.48%
B 89 of 396 ~ 22.47'%
#D65D59 color CMYK value is (0,57,58,16).
CMYK: (0,57,58,16)
C0M57Y58K16 (0%, 57%, 58%, 16%)
(0.00 / 0.57 / 0.58 / 0.16)
Color #D65D59 in popluar color models
D6 | 5D | 59 | |
---|---|---|---|
RGB | 214 | 93 | 89 |
HSL | 2° | 60.39% | 59.41% |
HSB/HSV | 2° | 58.41% | 83.92% |
CMYK | 0.00% | 56.54% | 58.41% |
16.08% |
Color #D65D59 in popluar number systems.
HEX | D6 | 5D | 59 |
Decimal | 214 | 93 | 89 |
Binary | 11010110 | 1011101 | 1011001 |
Octal | 326 | 135 | 131 |
Shades of #D65D59
Tints of #D65D59
Examples of css and html codes for elements with #D65D59 color. Also use rgb(214,93,89) instead hex code.
.myTextColor { color: #D65D59; }
<p style="color:#D65D59">This sample text font color is #D65D59.</p>
This text font color is #D65D59.
.myBgColor { background-color: #D65D59; }
<div style="background-color:#D65D59">Inner text</div>
This div background color is #D65D59.
.myBorderColor { border: 1px solid #D65D59; }
<div style="border:3px solid #D65D59">Div</div>
This div border color is #D65D59.
.myOpacity80 { color: #D65D59; opacity: 0.8; }
<p style="color:#D65D59;opacity:0.8;">80%</p>
Text with #D65D59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D65D59;}
<p style="text-shadow: 3px 3px 1px #D65D59">Text here.</p>
This text has shadow with #D65D59 color.
.textShadow {text-shadow: 3px 3px 1px #D65D59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D65D59, 5px 5px 20px red">Text here.</p>
This text has shadow with #D65D59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D65D59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D65D59, Direction=45, Strength=4)">Text</p>
This text has shadow with #D65D59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D65D59;
-webkit-box-shadow: 1px 1px 3px 2px #D65D59;
box-shadow: 1px 1px 3px 2px #D65D59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D65D59; -webkit-box-shadow: 1px 1px 3px 2px #D65D59; box-shadow:1px 1px 3px 2px #D65D59;">
Div content here
</div>
This text has color #D65D59 on black background.
This text has color #D65D59 on white background.
This text has black color on #D65D59 background.
This text has white color on #D65D59 background.
Complementary color for #hex is #29A2A6.