Color spaces of #daa406
RGB | 218 | 164 | 6 |
---|---|---|---|
HSL | 0.12 | 0.95 | 0.44 |
HSV | 45° | 97° | 85° |
CMYK | 0.00 | 0.25 | 0.97 0.15 |
XYZ | 42.2218 | 41.4695 | 5.9514 |
Yxy | 41.4695 | 0.4710 | 0.4626 |
Hunter Lab | 64.3968 | 4.3392 | 39.5983 |
CIE-Lab | 70.5036 | 8.6468 | 73.2428 |
#daa406 color RGB value is (218,164,6).
#daa406 hex color red value is 218, green value is 164 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #daa406 hue: 0.12 , saturation: 0.95 and the lightness value of daa406 is 0.44.
The process color (four color CMYK) of #daa406 color hex is 0.00, 0.25, 0.97, 0.15. Web safe color of #daa406 is #cc9900. Color #daa406 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100100 | 00000110 |
Octal | 332 | 244 | 6 |
Decimal | 218 | 164 | 6 |
Hex | DA | A4 | 6 |
Shades of #daa406
Tints of #daa406
RGB Percentages of Color #daa406
CMYK Percentages of Color #daa406
Complementary Color
#daa406 | #063cda |
#daa406 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa406 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa406 Color CSS Codes
.mybgcolor {background-color:#daa406; } .myforecolor {color:#daa406; } .mybordercolor {border:3px solid #daa406; }
#daa406 Text Font Color
<p style="color:#daa406">Text here</p>
This sample text font color is #daa406
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.
#daa406 Background Color
<div style="background-color:#daa406">
Div content here</div>
This div background color is #daa406
#daa406 Border Color
<div style="border:3px solid #daa406">
Div here</div>
This div border color is #daa406
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,164,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa406; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa406; -webkit-box-shadow: 1px 1px 3px 2px #daa406; box-shadow: 1px 1px 3px 2px #daa406; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,164,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa406">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa406; -webkit-box-shadow: 1px 1px 3px 2px #daa406; box-shadow: 1px 1px 3px 2px #daa406;">
Div content here</div>
This div box has shadow with color #daa406
Comments
No comments written yet.
Please login to write comment.