HEX: #D5D385
RGB: (213,211,133)
#D5D385 enthält hauptsächlich rote und grüne Farbe. Für #D5D385 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D5D385 wird in RGB als (213,211,133) definiert.
RGB: (213,211,133) (84%,83%,52%)
R 213 von 255 = 84%
G 211 von 255 = 83%
B 133 von 255 = 52%
R + G + B ~ 73%. #D5D385 ziemlich helle Farbe.
R + G + B =
213 + 211 + 133 = 557 (100%)
R 213 von 557 ~ 38.24%
G 211 von 557 ~ 37.88%
B 133 von 557 ~ 23.88%
Die Farbe #D5D385 wird in CMYK als (0,1,38,16) definiert.
CMYK: (0,1,38,16) C0M1Y38K16 (0%,1%,38%,16%) (0.00/0.01/0.38/0.16)
D5 | D3 | 85 | |
---|---|---|---|
RGB | 213 | 211 | 133 |
HSL | 59° | 48.78% | 67.84% |
HSB/HSV | 59° | 37.56% | 83.53% |
CMYK | 0.00% | 0.94% | 37.56% |
16.47% |
Hexadezimal | D5 | D3 | 85 |
Dezimal | 213 | 211 | 133 |
Binär | 11010101 | 11010011 | 10000101 |
Oktal | 325 | 323 | 205 |
Beispiele css- und html für Elemente in der Farbe #D5D385. Bitte benutzen Sie auch rgb(213,211,133) statt hex-Code.
.myTextColor { color: #D5D385; }
<p style="color:#D5D385">This sample text font color is #D5D385.</p>
Die Farbe dieses Textes ist #D5D385.
.myBgColor { background-color: #D5D385; }
<div style="background-color:#D5D385">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5D385.
.myBorderColor { border: 1px solid #D5D385; }
<div style="border:3px solid #D5D385">Div</div>
Die Grenzen von diesem div sind in Farbe #D5D385.
.myOpacity80 { color: #D5D385; opacity: 0.8; }
<p style="color:#D5D385;opacity:0.8;">80%</p>
Text in Farbe #D5D385 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5D385;}
<p style="text-shadow: 3px 3px 1px #D5D385">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5D385.
.textShadow {text-shadow: 3px 3px 1px #D5D385, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5D385, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5D385 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5D385, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5D385, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5D385 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5D385; -webkit-box-shadow: 1px 1px 3px 2px #D5D385; box-shadow: 1px 1px 3px 2px #D5D385; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5D385; -webkit-box-shadow: 1px 1px 3px 2px #D5D385; box-shadow:1px 1px 3px 2px #D5D385;">
Div content here</div>
Dieser Text ist in der Farbe #D5D385 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5D385 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5D385.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5D385.