Color spaces of #daa11a
RGB | 218 | 161 | 26 |
---|---|---|---|
HSL | 0.12 | 0.79 | 0.48 |
HSV | 42° | 88° | 85° |
CMYK | 0.00 | 0.26 | 0.88 0.15 |
XYZ | 41.8448 | 40.4697 | 6.5833 |
Yxy | 40.4697 | 0.4707 | 0.4552 |
Hunter Lab | 63.6158 | 6.0850 | 38.3954 |
CIE-Lab | 69.8028 | 10.5288 | 69.4379 |
#daa11a color RGB value is (218,161,26).
#daa11a hex color red value is 218, green value is 161 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #daa11a hue: 0.12 , saturation: 0.79 and the lightness value of daa11a is 0.48.
The process color (four color CMYK) of #daa11a color hex is 0.00, 0.26, 0.88, 0.15. Web safe color of #daa11a is #cc9933. Color #daa11a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100001 | 00011010 |
Octal | 332 | 241 | 32 |
Decimal | 218 | 161 | 26 |
Hex | DA | A1 | 1A |
Shades of #daa11a
Tints of #daa11a
RGB Percentages of Color #daa11a
CMYK Percentages of Color #daa11a
Complementary Color
#daa11a | #1a53da |
#daa11a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa11a Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa11a Color CSS Codes
.mybgcolor {background-color:#daa11a; } .myforecolor {color:#daa11a; } .mybordercolor {border:3px solid #daa11a; }
#daa11a Text Font Color
<p style="color:#daa11a">Text here</p>
This sample text font color is #daa11a
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.
#daa11a Background Color
<div style="background-color:#daa11a">
Div content here</div>
This div background color is #daa11a
#daa11a Border Color
<div style="border:3px solid #daa11a">
Div here</div>
This div border color is #daa11a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,161,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa11a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa11a; -webkit-box-shadow: 1px 1px 3px 2px #daa11a; box-shadow: 1px 1px 3px 2px #daa11a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,161,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa11a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa11a; -webkit-box-shadow: 1px 1px 3px 2px #daa11a; box-shadow: 1px 1px 3px 2px #daa11a;">
Div content here</div>
This div box has shadow with color #daa11a
Comments
No comments written yet.
Please login to write comment.