Color spaces of #dac64a
RGB | 218 | 198 | 74 |
---|---|---|---|
HSL | 0.14 | 0.66 | 0.57 |
HSV | 52° | 66° | 85° |
CMYK | 0.00 | 0.09 | 0.66 0.15 |
XYZ | 50.3436 | 55.7880 | 14.5933 |
Yxy | 55.7880 | 0.4170 | 0.4621 |
Hunter Lab | 74.6914 | -10.3970 | 40.6998 |
CIE-Lab | 79.4930 | -7.0580 | 62.2916 |
#dac64a color RGB value is (218,198,74).
#dac64a hex color red value is 218, green value is 198 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dac64a hue: 0.14 , saturation: 0.66 and the lightness value of dac64a is 0.57.
The process color (four color CMYK) of #dac64a color hex is 0.00, 0.09, 0.66, 0.15. Web safe color of #dac64a is #cccc33. Color #dac64a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000110 | 01001010 |
Octal | 332 | 306 | 112 |
Decimal | 218 | 198 | 74 |
Hex | DA | C6 | 4A |
Shades of #dac64a
Tints of #dac64a
RGB Percentages of Color #dac64a
CMYK Percentages of Color #dac64a
Complementary Color
#dac64a | #4a5eda |
#dac64a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac64a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac64a Color CSS Codes
.mybgcolor {background-color:#dac64a; } .myforecolor {color:#dac64a; } .mybordercolor {border:3px solid #dac64a; }
#dac64a Text Font Color
<p style="color:#dac64a">Text here</p>
This sample text font color is #dac64a
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.
#dac64a Background Color
<div style="background-color:#dac64a">
Div content here</div>
This div background color is #dac64a
#dac64a Border Color
<div style="border:3px solid #dac64a">
Div here</div>
This div border color is #dac64a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,198,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac64a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac64a; -webkit-box-shadow: 1px 1px 3px 2px #dac64a; box-shadow: 1px 1px 3px 2px #dac64a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,198,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 #dac64a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac64a; -webkit-box-shadow: 1px 1px 3px 2px #dac64a; box-shadow: 1px 1px 3px 2px #dac64a;">
Div content here</div>
This div box has shadow with color #dac64a
Comments
No comments written yet.
Please login to write comment.