HEX: #DEB887
RGB: (222,184,135)
Die Farbenname ist BurlyWood. #DEB887 enthält hauptsächlich rote und grüne Farbe. Für #DEB887 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #DEB887 wird in RGB als (222,184,135) definiert.
RGB: (222,184,135) (87%,72%,53%)
R 222 von 255 = 87%
G 184 von 255 = 72%
B 135 von 255 = 53%
R + G + B ~ 71%. #DEB887 ziemlich helle Farbe.
R + G + B =
222 + 184 + 135 = 541 (100%)
R 222 von 541 ~ 41.04%
G 184 von 541 ~ 34.01%
B 135 von 541 ~ 24.95%
Die Farbe #DEB887 wird in CMYK als (0,17,39,13) definiert.
CMYK: (0,17,39,13) C0M17Y39K13 (0%,17%,39%,13%) (0.00/0.17/0.39/0.13)
DE | B8 | 87 | |
---|---|---|---|
RGB | 222 | 184 | 135 |
HSL | 34° | 56.86% | 70.00% |
HSB/HSV | 34° | 39.19% | 87.06% |
CMYK | 0.00% | 17.12% | 39.19% |
12.94% |
Hexadezimal | DE | B8 | 87 |
Dezimal | 222 | 184 | 135 |
Binär | 11011110 | 10111000 | 10000111 |
Oktal | 336 | 270 | 207 |
Beispiele css- und html für Elemente in der Farbe #DEB887. Bitte benutzen Sie auch rgb(222,184,135) statt hex-Code.
.myTextColor { color: #DEB887; }
<p style="color:#DEB887">This sample text font color is #DEB887.</p>
Die Farbe dieses Textes ist #DEB887.
.myBgColor { background-color: #DEB887; }
<div style="background-color:#DEB887">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DEB887.
.myBorderColor { border: 1px solid #DEB887; }
<div style="border:3px solid #DEB887">Div</div>
Die Grenzen von diesem div sind in Farbe #DEB887.
.myOpacity80 { color: #DEB887; opacity: 0.8; }
<p style="color:#DEB887;opacity:0.8;">80%</p>
Text in Farbe #DEB887 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DEB887;}
<p style="text-shadow: 3px 3px 1px #DEB887">Text here.</p>
Dieser Text hat den Schatten in Farbe #DEB887.
.textShadow {text-shadow: 3px 3px 1px #DEB887, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DEB887, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DEB887 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEB887, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DEB887, Direction=45, Strength=4)">Text</p>
This text has shadow with #DEB887 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DEB887; -webkit-box-shadow: 1px 1px 3px 2px #DEB887; box-shadow: 1px 1px 3px 2px #DEB887; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DEB887; -webkit-box-shadow: 1px 1px 3px 2px #DEB887; box-shadow:1px 1px 3px 2px #DEB887;">
Div content here</div>
Dieser Text ist in der Farbe #DEB887 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DEB887 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DEB887.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DEB887.