HEX: #DDA593
RGB: (221,165,147)
#DDA593 enthält hauptsächlich rote und grüne Farbe. Für #DDA593 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #DDA593 wird in RGB als (221,165,147) definiert.
RGB: (221,165,147) (87%,65%,58%)
R 221 von 255 = 87%
G 165 von 255 = 65%
B 147 von 255 = 58%
R + G + B ~ 70%. #DDA593 ziemlich helle Farbe.
R + G + B =
221 + 165 + 147 = 533 (100%)
R 221 von 533 ~ 41.46%
G 165 von 533 ~ 30.96%
B 147 von 533 ~ 27.58%
Die Farbe #DDA593 wird in CMYK als (0,25,33,13) definiert.
CMYK: (0,25,33,13) C0M25Y33K13 (0%,25%,33%,13%) (0.00/0.25/0.33/0.13)
DD | A5 | 93 | |
---|---|---|---|
RGB | 221 | 165 | 147 |
HSL | 15° | 52.11% | 72.16% |
HSB/HSV | 15° | 33.48% | 86.67% |
CMYK | 0.00% | 25.34% | 33.48% |
13.33% |
Hexadezimal | DD | A5 | 93 |
Dezimal | 221 | 165 | 147 |
Binär | 11011101 | 10100101 | 10010011 |
Oktal | 335 | 245 | 223 |
Beispiele css- und html für Elemente in der Farbe #DDA593. Bitte benutzen Sie auch rgb(221,165,147) statt hex-Code.
.myTextColor { color: #DDA593; }
<p style="color:#DDA593">This sample text font color is #DDA593.</p>
Die Farbe dieses Textes ist #DDA593.
.myBgColor { background-color: #DDA593; }
<div style="background-color:#DDA593">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DDA593.
.myBorderColor { border: 1px solid #DDA593; }
<div style="border:3px solid #DDA593">Div</div>
Die Grenzen von diesem div sind in Farbe #DDA593.
.myOpacity80 { color: #DDA593; opacity: 0.8; }
<p style="color:#DDA593;opacity:0.8;">80%</p>
Text in Farbe #DDA593 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDA593;}
<p style="text-shadow: 3px 3px 1px #DDA593">Text here.</p>
Dieser Text hat den Schatten in Farbe #DDA593.
.textShadow {text-shadow: 3px 3px 1px #DDA593, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDA593, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DDA593 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDA593, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDA593, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDA593 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DDA593; -webkit-box-shadow: 1px 1px 3px 2px #DDA593; box-shadow: 1px 1px 3px 2px #DDA593; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DDA593; -webkit-box-shadow: 1px 1px 3px 2px #DDA593; box-shadow:1px 1px 3px 2px #DDA593;">
Div content here</div>
Dieser Text ist in der Farbe #DDA593 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DDA593 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DDA593.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DDA593.