Color spaces of #daac47
RGB | 218 | 172 | 71 |
---|---|---|---|
HSL | 0.11 | 0.67 | 0.57 |
HSV | 41° | 67° | 85° |
CMYK | 0.00 | 0.21 | 0.67 0.15 |
XYZ | 44.8033 | 44.8654 | 12.2597 |
Yxy | 44.8654 | 0.4396 | 0.4402 |
Hunter Lab | 66.9816 | 2.1789 | 36.0353 |
CIE-Lab | 72.8032 | 6.3569 | 56.5328 |
#daac47 color RGB value is (218,172,71).
#daac47 hex color red value is 218, green value is 172 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #daac47 hue: 0.11 , saturation: 0.67 and the lightness value of daac47 is 0.57.
The process color (four color CMYK) of #daac47 color hex is 0.00, 0.21, 0.67, 0.15. Web safe color of #daac47 is #cc9933. Color #daac47 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101100 | 01000111 |
Octal | 332 | 254 | 107 |
Decimal | 218 | 172 | 71 |
Hex | DA | AC | 47 |
Shades of #daac47
Tints of #daac47
RGB Percentages of Color #daac47
CMYK Percentages of Color #daac47
Complementary Color
#daac47 | #4775da |
#daac47 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daac47 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daac47 Color CSS Codes
.mybgcolor {background-color:#daac47; } .myforecolor {color:#daac47; } .mybordercolor {border:3px solid #daac47; }
#daac47 Text Font Color
<p style="color:#daac47">Text here</p>
This sample text font color is #daac47
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.
#daac47 Background Color
<div style="background-color:#daac47">
Div content here</div>
This div background color is #daac47
#daac47 Border Color
<div style="border:3px solid #daac47">
Div here</div>
This div border color is #daac47
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,172,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daac47; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daac47; -webkit-box-shadow: 1px 1px 3px 2px #daac47; box-shadow: 1px 1px 3px 2px #daac47; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,172,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daac47">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daac47; -webkit-box-shadow: 1px 1px 3px 2px #daac47; box-shadow: 1px 1px 3px 2px #daac47;">
Div content here</div>
This div box has shadow with color #daac47
Comments
No comments written yet.
Please login to write comment.