Color spaces of #daa391
RGB | 218 | 163 | 145 |
---|---|---|---|
HSL | 0.04 | 0.50 | 0.71 |
HSV | 15° | 33° | 85° |
CMYK | 0.00 | 0.25 | 0.33 0.15 |
XYZ | 47.1215 | 43.1441 | 32.6321 |
Yxy | 43.1441 | 0.3834 | 0.3511 |
Hunter Lab | 65.6842 | 13.1077 | 16.5235 |
CIE-Lab | 71.6527 | 17.9149 | 17.2835 |
#daa391 color RGB value is (218,163,145).
#daa391 hex color red value is 218, green value is 163 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #daa391 hue: 0.04 , saturation: 0.50 and the lightness value of daa391 is 0.71.
The process color (four color CMYK) of #daa391 color hex is 0.00, 0.25, 0.33, 0.15. Web safe color of #daa391 is #cc9999. Color #daa391 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100011 | 10010001 |
Octal | 332 | 243 | 221 |
Decimal | 218 | 163 | 145 |
Hex | DA | A3 | 91 |
Shades of #daa391
Tints of #daa391
RGB Percentages of Color #daa391
CMYK Percentages of Color #daa391
Complementary Color
#daa391 | #91c8da |
#daa391 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa391 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa391 Color CSS Codes
.mybgcolor {background-color:#daa391; } .myforecolor {color:#daa391; } .mybordercolor {border:3px solid #daa391; }
#daa391 Text Font Color
<p style="color:#daa391">Text here</p>
This sample text font color is #daa391
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#daa391 Background Color
<div style="background-color:#daa391">
Div content here</div>
This div background color is #daa391
#daa391 Border Color
<div style="border:3px solid #daa391">
Div here</div>
This div border color is #daa391
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,163,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa391; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa391; -webkit-box-shadow: 1px 1px 3px 2px #daa391; box-shadow: 1px 1px 3px 2px #daa391; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,163,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa391">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa391; -webkit-box-shadow: 1px 1px 3px 2px #daa391; box-shadow: 1px 1px 3px 2px #daa391;">
Div content here</div>
This div box has shadow with color #daa391
Comments
No comments written yet.
Please login to write comment.