HEX: #D59B51
RGB: (213,155,81)
Il colore #D59B51 contiene principalmente il rosso e il verde. Per il #D59B51 il colore web safe è #CC9966 (#C96).
Il colore D59B51 in RGB è definito come 213,155,81
RGB: (213,155,81) (84%,61%,32%)
R 213 da 255 = 84%
G 155 da 255 = 61%
B 81 da 255 = 32%
R + G + B ~ 59%. #D59B51 colore medio (né scuro né chiaro).
R + G + B =
213 + 155 + 81 = 449 (100%)
R 213 da 449 ~ 47.44%
G 155 da 449 ~ 34.52%
B 81 da 449 ~ 18.04%
Il colore #D59B51 in CMYK è definito come 0,27,62,16.
CMYK: (0,27,62,16) C0M27Y62K16 (0%,27%,62%,16%) (0.00/0.27/0.62/0.16)
D5 | 9B | 51 | |
---|---|---|---|
RGB | 213 | 155 | 81 |
HSL | 34° | 61.11% | 57.65% |
HSB/HSV | 34° | 61.97% | 83.53% |
CMYK | 0.00% | 27.23% | 61.97% |
16.47% |
Esadicemale | D5 | 9B | 51 |
Decimale | 213 | 155 | 81 |
Binario | 11010101 | 10011011 | 1010001 |
Ottale | 325 | 233 | 121 |
Esempi dei codici css e html per gli elementi di colore #D59B51. Utilizzate rgb(213,155,81) anche al posto del codice hex.
.myTextColor { color: #D59B51; }
<p style="color:#D59B51">This sample text font color is #D59B51.</p>
Il colore di questo testo è #D59B51.
.myBgColor { background-color: #D59B51; }
<div style="background-color:#D59B51">Inner text</div>
Questo div ha lo sfondo di colore #D59B51.
.myBorderColor { border: 1px solid #D59B51; }
<div style="border:3px solid #D59B51">Div</div>
Questo div ha i bordi di colore D59B51.
.myOpacity80 { color: #D59B51; opacity: 0.8; }
<p style="color:#D59B51;opacity:0.8;">80%</p>
Il testo di color #D59B51 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D59B51;}
<p style="text-shadow: 3px 3px 1px #D59B51">Text here.</p>
Questo testo ha l'ombra di colore #D59B51.
.textShadow {text-shadow: 3px 3px 1px #D59B51, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D59B51, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D59B51 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59B51, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D59B51, Direction=45, Strength=4)">Text</p>
This text has shadow with #D59B51 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D59B51; -webkit-box-shadow: 1px 1px 3px 2px #D59B51; box-shadow: 1px 1px 3px 2px #D59B51; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D59B51; -webkit-box-shadow: 1px 1px 3px 2px #D59B51; box-shadow:1px 1px 3px 2px #D59B51;">
Div content here</div>
Questo e il testo di colore #D59B51 sullo sfondo nero.
Questo e il testo di colore #D59B51 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D59B51.
Questo è un testo bianco sullo sfondo del colore #D59B51.