Color spaces of #daa94a
RGB | 218 | 169 | 74 |
---|---|---|---|
HSL | 0.11 | 0.66 | 0.57 |
HSV | 40° | 66° | 85° |
CMYK | 0.00 | 0.22 | 0.66 0.15 |
XYZ | 44.3374 | 43.7758 | 12.5913 |
Yxy | 43.7758 | 0.4403 | 0.4347 |
Hunter Lab | 66.1633 | 3.8308 | 35.0310 |
CIE-Lab | 72.0784 | 8.1275 | 54.4201 |
#daa94a color RGB value is (218,169,74).
#daa94a hex color red value is 218, green value is 169 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #daa94a hue: 0.11 , saturation: 0.66 and the lightness value of daa94a is 0.57.
The process color (four color CMYK) of #daa94a color hex is 0.00, 0.22, 0.66, 0.15. Web safe color of #daa94a is #cc9933. Color #daa94a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101001 | 01001010 |
Octal | 332 | 251 | 112 |
Decimal | 218 | 169 | 74 |
Hex | DA | A9 | 4A |
Shades of #daa94a
Tints of #daa94a
RGB Percentages of Color #daa94a
CMYK Percentages of Color #daa94a
Complementary Color
#daa94a | #4a7bda |
#daa94a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa94a Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa94a Color CSS Codes
.mybgcolor {background-color:#daa94a; } .myforecolor {color:#daa94a; } .mybordercolor {border:3px solid #daa94a; }
#daa94a Text Font Color
<p style="color:#daa94a">Text here</p>
This sample text font color is #daa94a
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.
#daa94a Background Color
<div style="background-color:#daa94a">
Div content here</div>
This div background color is #daa94a
#daa94a Border Color
<div style="border:3px solid #daa94a">
Div here</div>
This div border color is #daa94a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,169,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa94a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa94a; -webkit-box-shadow: 1px 1px 3px 2px #daa94a; box-shadow: 1px 1px 3px 2px #daa94a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,169,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa94a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa94a; -webkit-box-shadow: 1px 1px 3px 2px #daa94a; box-shadow: 1px 1px 3px 2px #daa94a;">
Div content here</div>
This div box has shadow with color #daa94a
Comments
No comments written yet.
Please login to write comment.