Color spaces of #daa554
RGB | 218 | 165 | 84 |
---|---|---|---|
HSL | 0.10 | 0.64 | 0.59 |
HSV | 36° | 61° | 85° |
CMYK | 0.00 | 0.24 | 0.61 0.15 |
XYZ | 43.9688 | 42.4558 | 14.2649 |
Yxy | 42.4558 | 0.4367 | 0.4217 |
Hunter Lab | 65.1581 | 6.4254 | 32.6305 |
CIE-Lab | 71.1840 | 10.9048 | 48.7393 |
#daa554 color RGB value is (218,165,84).
#daa554 hex color red value is 218, green value is 165 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #daa554 hue: 0.10 , saturation: 0.64 and the lightness value of daa554 is 0.59.
The process color (four color CMYK) of #daa554 color hex is 0.00, 0.24, 0.61, 0.15. Web safe color of #daa554 is #cc9966. Color #daa554 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100101 | 01010100 |
Octal | 332 | 245 | 124 |
Decimal | 218 | 165 | 84 |
Hex | DA | A5 | 54 |
Shades of #daa554
Tints of #daa554
RGB Percentages of Color #daa554
CMYK Percentages of Color #daa554
Complementary Color
#daa554 | #5489da |
#daa554 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa554 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa554 Color CSS Codes
.mybgcolor {background-color:#daa554; } .myforecolor {color:#daa554; } .mybordercolor {border:3px solid #daa554; }
#daa554 Text Font Color
<p style="color:#daa554">Text here</p>
This sample text font color is #daa554
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.
#daa554 Background Color
<div style="background-color:#daa554">
Div content here</div>
This div background color is #daa554
#daa554 Border Color
<div style="border:3px solid #daa554">
Div here</div>
This div border color is #daa554
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,165,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa554; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa554; -webkit-box-shadow: 1px 1px 3px 2px #daa554; box-shadow: 1px 1px 3px 2px #daa554; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,165,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa554">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa554; -webkit-box-shadow: 1px 1px 3px 2px #daa554; box-shadow: 1px 1px 3px 2px #daa554;">
Div content here</div>
This div box has shadow with color #daa554
Comments
No comments written yet.
Please login to write comment.