Color spaces of #dac51e
RGB | 218 | 197 | 30 |
---|---|---|---|
HSL | 0.15 | 0.76 | 0.49 |
HSV | 53° | 86° | 85° |
CMYK | 0.00 | 0.10 | 0.86 0.15 |
XYZ | 49.1140 | 54.9317 | 9.2426 |
Yxy | 54.9317 | 0.4335 | 0.4849 |
Hunter Lab | 74.1159 | -11.4172 | 44.4874 |
CIE-Lab | 79.0019 | -8.2620 | 75.8993 |
#dac51e color RGB value is (218,197,30).
#dac51e hex color red value is 218, green value is 197 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dac51e hue: 0.15 , saturation: 0.76 and the lightness value of dac51e is 0.49.
The process color (four color CMYK) of #dac51e color hex is 0.00, 0.10, 0.86, 0.15. Web safe color of #dac51e is #cccc33. Color #dac51e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000101 | 00011110 |
Octal | 332 | 305 | 36 |
Decimal | 218 | 197 | 30 |
Hex | DA | C5 | 1E |
Shades of #dac51e
Tints of #dac51e
RGB Percentages of Color #dac51e
CMYK Percentages of Color #dac51e
Complementary Color
#dac51e | #1e33da |
#dac51e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac51e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac51e Color CSS Codes
.mybgcolor {background-color:#dac51e; } .myforecolor {color:#dac51e; } .mybordercolor {border:3px solid #dac51e; }
#dac51e Text Font Color
<p style="color:#dac51e">Text here</p>
This sample text font color is #dac51e
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.
#dac51e Background Color
<div style="background-color:#dac51e">
Div content here</div>
This div background color is #dac51e
#dac51e Border Color
<div style="border:3px solid #dac51e">
Div here</div>
This div border color is #dac51e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,197,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac51e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac51e; -webkit-box-shadow: 1px 1px 3px 2px #dac51e; box-shadow: 1px 1px 3px 2px #dac51e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,197,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac51e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac51e; -webkit-box-shadow: 1px 1px 3px 2px #dac51e; box-shadow: 1px 1px 3px 2px #dac51e;">
Div content here</div>
This div box has shadow with color #dac51e
Comments
No comments written yet.
Please login to write comment.