HEX: #D9886E
RGB: (217,136,110)
#D9886E enthält hauptsächlich rote Farbe. Für #D9886E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #D9886E wird in RGB als (217,136,110) definiert.
RGB: (217,136,110) (85%,53%,43%)
R 217 von 255 = 85%
G 136 von 255 = 53%
B 110 von 255 = 43%
R + G + B ~ 60%. #D9886E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
217 + 136 + 110 = 463 (100%)
R 217 von 463 ~ 46.87%
G 136 von 463 ~ 29.37%
B 110 von 463 ~ 23.76%
Die Farbe #D9886E wird in CMYK als (0,37,49,15) definiert.
CMYK: (0,37,49,15) C0M37Y49K15 (0%,37%,49%,15%) (0.00/0.37/0.49/0.15)
D9 | 88 | 6E | |
---|---|---|---|
RGB | 217 | 136 | 110 |
HSL | 15° | 58.47% | 64.12% |
HSB/HSV | 15° | 49.31% | 85.10% |
CMYK | 0.00% | 37.33% | 49.31% |
14.90% |
Hexadezimal | D9 | 88 | 6E |
Dezimal | 217 | 136 | 110 |
Binär | 11011001 | 10001000 | 1101110 |
Oktal | 331 | 210 | 156 |
Beispiele css- und html für Elemente in der Farbe #D9886E. Bitte benutzen Sie auch rgb(217,136,110) statt hex-Code.
.myTextColor { color: #D9886E; }
<p style="color:#D9886E">This sample text font color is #D9886E.</p>
Die Farbe dieses Textes ist #D9886E.
.myBgColor { background-color: #D9886E; }
<div style="background-color:#D9886E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D9886E.
.myBorderColor { border: 1px solid #D9886E; }
<div style="border:3px solid #D9886E">Div</div>
Die Grenzen von diesem div sind in Farbe #D9886E.
.myOpacity80 { color: #D9886E; opacity: 0.8; }
<p style="color:#D9886E;opacity:0.8;">80%</p>
Text in Farbe #D9886E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9886E;}
<p style="text-shadow: 3px 3px 1px #D9886E">Text here.</p>
Dieser Text hat den Schatten in Farbe #D9886E.
.textShadow {text-shadow: 3px 3px 1px #D9886E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9886E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D9886E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9886E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9886E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9886E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D9886E; -webkit-box-shadow: 1px 1px 3px 2px #D9886E; box-shadow: 1px 1px 3px 2px #D9886E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D9886E; -webkit-box-shadow: 1px 1px 3px 2px #D9886E; box-shadow:1px 1px 3px 2px #D9886E;">
Div content here</div>
Dieser Text ist in der Farbe #D9886E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D9886E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D9886E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D9886E.