HEX: #DAA520
RGB: (218,165,32)
Die Farbenname ist Goldenrod. #DAA520 enthält hauptsächlich rote und grüne Farbe. Für #DAA520 ist eine «websichere» Webfarbe #CC9933 (oder kurz #C93).
Die Farbe #DAA520 wird in RGB als (218,165,32) definiert.
RGB: (218,165,32) (85%,65%,13%)
R 218 von 255 = 85%
G 165 von 255 = 65%
B 32 von 255 = 13%
R + G + B ~ 54%. #DAA520 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
218 + 165 + 32 = 415 (100%)
R 218 von 415 ~ 52.53%
G 165 von 415 ~ 39.76%
B 32 von 415 ~ 7.71%
Die Farbe #DAA520 wird in CMYK als (0,24,85,15) definiert.
CMYK: (0,24,85,15) C0M24Y85K15 (0%,24%,85%,15%) (0.00/0.24/0.85/0.15)
DA | A5 | 20 | |
---|---|---|---|
RGB | 218 | 165 | 32 |
HSL | 43° | 74.40% | 49.02% |
HSB/HSV | 43° | 85.32% | 85.49% |
CMYK | 0.00% | 24.31% | 85.32% |
14.51% |
Hexadezimal | DA | A5 | 20 |
Dezimal | 218 | 165 | 32 |
Binär | 11011010 | 10100101 | 100000 |
Oktal | 332 | 245 | 40 |
Beispiele css- und html für Elemente in der Farbe #DAA520. Bitte benutzen Sie auch rgb(218,165,32) statt hex-Code.
.myTextColor { color: #DAA520; }
<p style="color:#DAA520">This sample text font color is #DAA520.</p>
Die Farbe dieses Textes ist #DAA520.
.myBgColor { background-color: #DAA520; }
<div style="background-color:#DAA520">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DAA520.
.myBorderColor { border: 1px solid #DAA520; }
<div style="border:3px solid #DAA520">Div</div>
Die Grenzen von diesem div sind in Farbe #DAA520.
.myOpacity80 { color: #DAA520; opacity: 0.8; }
<p style="color:#DAA520;opacity:0.8;">80%</p>
Text in Farbe #DAA520 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DAA520;}
<p style="text-shadow: 3px 3px 1px #DAA520">Text here.</p>
Dieser Text hat den Schatten in Farbe #DAA520.
.textShadow {text-shadow: 3px 3px 1px #DAA520, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DAA520, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DAA520 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAA520, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DAA520, Direction=45, Strength=4)">Text</p>
This text has shadow with #DAA520 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DAA520; -webkit-box-shadow: 1px 1px 3px 2px #DAA520; box-shadow: 1px 1px 3px 2px #DAA520; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DAA520; -webkit-box-shadow: 1px 1px 3px 2px #DAA520; box-shadow:1px 1px 3px 2px #DAA520;">
Div content here</div>
Dieser Text ist in der Farbe #DAA520 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DAA520 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DAA520.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DAA520.