HEX: #D17C59
RGB: (209,124,89)
Il colore #D17C59 contiene principalmente il rosso. Per il #D17C59 il colore web safe è #CC6666 (#C66).
Il colore D17C59 in RGB è definito come 209,124,89
RGB: (209,124,89) (82%,49%,35%)
R 209 da 255 = 82%
G 124 da 255 = 49%
B 89 da 255 = 35%
R + G + B ~ 55%. #D17C59 colore medio (né scuro né chiaro).
R + G + B =
209 + 124 + 89 = 422 (100%)
R 209 da 422 ~ 49.53%
G 124 da 422 ~ 29.38%
B 89 da 422 ~ 21.09%
Il colore #D17C59 in CMYK è definito come 0,41,57,18.
CMYK: (0,41,57,18) C0M41Y57K18 (0%,41%,57%,18%) (0.00/0.41/0.57/0.18)
D1 | 7C | 59 | |
---|---|---|---|
RGB | 209 | 124 | 89 |
HSL | 18° | 56.60% | 58.43% |
HSB/HSV | 18° | 57.42% | 81.96% |
CMYK | 0.00% | 40.67% | 57.42% |
18.04% |
Esadicemale | D1 | 7C | 59 |
Decimale | 209 | 124 | 89 |
Binario | 11010001 | 1111100 | 1011001 |
Ottale | 321 | 174 | 131 |
Esempi dei codici css e html per gli elementi di colore #D17C59. Utilizzate rgb(209,124,89) anche al posto del codice hex.
.myTextColor { color: #D17C59; }
<p style="color:#D17C59">This sample text font color is #D17C59.</p>
Il colore di questo testo è #D17C59.
.myBgColor { background-color: #D17C59; }
<div style="background-color:#D17C59">Inner text</div>
Questo div ha lo sfondo di colore #D17C59.
.myBorderColor { border: 1px solid #D17C59; }
<div style="border:3px solid #D17C59">Div</div>
Questo div ha i bordi di colore D17C59.
.myOpacity80 { color: #D17C59; opacity: 0.8; }
<p style="color:#D17C59;opacity:0.8;">80%</p>
Il testo di color #D17C59 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D17C59;}
<p style="text-shadow: 3px 3px 1px #D17C59">Text here.</p>
Questo testo ha l'ombra di colore #D17C59.
.textShadow {text-shadow: 3px 3px 1px #D17C59, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D17C59, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D17C59 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D17C59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D17C59, Direction=45, Strength=4)">Text</p>
This text has shadow with #D17C59 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D17C59; -webkit-box-shadow: 1px 1px 3px 2px #D17C59; box-shadow: 1px 1px 3px 2px #D17C59; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D17C59; -webkit-box-shadow: 1px 1px 3px 2px #D17C59; box-shadow:1px 1px 3px 2px #D17C59;">
Div content here</div>
Questo e il testo di colore #D17C59 sullo sfondo nero.
Questo e il testo di colore #D17C59 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D17C59.
Questo è un testo bianco sullo sfondo del colore #D17C59.