HEX: #D6A49B
RGB: (214,164,155)
#D6A49B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6A49B ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #D6A49B wird in RGB als (214,164,155) definiert.
RGB: (214,164,155) (84%,64%,61%)
R 214 von 255 = 84%
G 164 von 255 = 64%
B 155 von 255 = 61%
R + G + B ~ 70%. #D6A49B ziemlich helle Farbe.
R + G + B =
214 + 164 + 155 = 533 (100%)
R 214 von 533 ~ 40.15%
G 164 von 533 ~ 30.77%
B 155 von 533 ~ 29.08%
Die Farbe #D6A49B wird in CMYK als (0,23,28,16) definiert.
CMYK: (0,23,28,16) C0M23Y28K16 (0%,23%,28%,16%) (0.00/0.23/0.28/0.16)
D6 | A4 | 9B | |
---|---|---|---|
RGB | 214 | 164 | 155 |
HSL | 9° | 41.84% | 72.35% |
HSB/HSV | 9° | 27.57% | 83.92% |
CMYK | 0.00% | 23.36% | 27.57% |
16.08% |
Hexadezimal | D6 | A4 | 9B |
Dezimal | 214 | 164 | 155 |
Binär | 11010110 | 10100100 | 10011011 |
Oktal | 326 | 244 | 233 |
Beispiele css- und html für Elemente in der Farbe #D6A49B. Bitte benutzen Sie auch rgb(214,164,155) statt hex-Code.
.myTextColor { color: #D6A49B; }
<p style="color:#D6A49B">This sample text font color is #D6A49B.</p>
Die Farbe dieses Textes ist #D6A49B.
.myBgColor { background-color: #D6A49B; }
<div style="background-color:#D6A49B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6A49B.
.myBorderColor { border: 1px solid #D6A49B; }
<div style="border:3px solid #D6A49B">Div</div>
Die Grenzen von diesem div sind in Farbe #D6A49B.
.myOpacity80 { color: #D6A49B; opacity: 0.8; }
<p style="color:#D6A49B;opacity:0.8;">80%</p>
Text in Farbe #D6A49B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6A49B;}
<p style="text-shadow: 3px 3px 1px #D6A49B">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6A49B.
.textShadow {text-shadow: 3px 3px 1px #D6A49B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6A49B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6A49B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6A49B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6A49B, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6A49B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6A49B; -webkit-box-shadow: 1px 1px 3px 2px #D6A49B; box-shadow: 1px 1px 3px 2px #D6A49B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6A49B; -webkit-box-shadow: 1px 1px 3px 2px #D6A49B; box-shadow:1px 1px 3px 2px #D6A49B;">
Div content here</div>
Dieser Text ist in der Farbe #D6A49B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6A49B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6A49B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6A49B.