HEX: #D5C571
RGB: (213,197,113)
Il colore #D5C571 contiene principalmente il rosso e il verde. Per il #D5C571 il colore web safe è #CCCC66 (#CC6).
Il colore D5C571 in RGB è definito come 213,197,113
RGB: (213,197,113)
(84%, 77%, 44%)
R 213 da 255 = 84%
G 197 da 255 = 77%
B 113 da 255 = 44%
R + G + B ~ 68%. #D5C571 colore abbastanza chiaro.
R + G + B = 213 + 197 + 113 = 523 (100%)
R 213 da 523 ~ 40.73%
G 197 da 523 ~ 37.67%
B 113 da 523 ~ 21.61'%
Il colore #D5C571 in CMYK è definito come 0,8,47,16.
CMYK: (0,8,47,16)
C0M8Y47K16 (0%, 8%, 47%, 16%)
(0.00 / 0.08 / 0.47 / 0.16)
Il #D5C571 nei modelli di colore popolari.
D5 | C5 | 71 | |
---|---|---|---|
RGB | 213 | 197 | 113 |
HSL | 50° | 54.35% | 63.92% |
HSB/HSV | 50° | 46.95% | 83.53% |
CMYK | 0.00% | 7.51% | 46.95% |
16.47% |
Il #D5C571 nei modelli numerici popolari.
Esadicemale | D5 | C5 | 71 |
Decimale | 213 | 197 | 113 |
Binario | 11010101 | 11000101 | 1110001 |
Ottale | 325 | 305 | 161 |
Tonalità scure del colore #D5C571
Tonalità chiare del colore #D5C571
Esempi dei codici css e html per gli elementi di colore #D5C571. Utilizzate rgb(213,197,113) anche al posto del codice hex.
.myTextColor { color: #D5C571; }
<p style="color:#D5C571">This sample text font color is #D5C571.</p>
Il colore di questo testo è #D5C571.
.myBgColor { background-color: #D5C571; }
<div style="background-color:#D5C571">Inner text</div>
Questo div ha lo sfondo di colore #D5C571.
.myBorderColor { border: 1px solid #D5C571; }
<div style="border:3px solid #D5C571">Div</div>
Questo div ha i bordi di colore D5C571.
.myOpacity80 { color: #D5C571; opacity: 0.8; }
<p style="color:#D5C571;opacity:0.8;">80%</p>
Il testo di color #D5C571 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C571;}
<p style="text-shadow: 3px 3px 1px #D5C571">Text here.</p>
Questo testo ha l'ombra di colore #D5C571.
.textShadow {text-shadow: 3px 3px 1px #D5C571', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C571, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5C571 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C571, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C571, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C571 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5C571;
-webkit-box-shadow: 1px 1px 3px 2px #D5C571;
box-shadow: 1px 1px 3px 2px #D5C571;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5C571; -webkit-box-shadow: 1px 1px 3px 2px #D5C571; box-shadow:1px 1px 3px 2px #D5C571;">
Div content here
</div>
Questo e il testo di colore #D5C571 sullo sfondo nero.
Questo e il testo di colore #D5C571 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5C571.
Questo è un testo bianco sullo sfondo del colore #D5C571.
Il colore complimentare del #hex è #2A3A8E..