Color spaces of #dac20c
RGB | 218 | 194 | 12 |
---|---|---|---|
HSL | 0.15 | 0.90 | 0.45 |
HSV | 53° | 94° | 85° |
CMYK | 0.00 | 0.11 | 0.94 0.15 |
XYZ | 48.2716 | 53.5155 | 8.1332 |
Yxy | 53.5155 | 0.4392 | 0.4869 |
Hunter Lab | 73.1543 | -10.2350 | 44.6162 |
CIE-Lab | 78.1784 | -7.0195 | 78.1471 |
#dac20c color RGB value is (218,194,12).
#dac20c hex color red value is 218, green value is 194 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dac20c hue: 0.15 , saturation: 0.90 and the lightness value of dac20c is 0.45.
The process color (four color CMYK) of #dac20c color hex is 0.00, 0.11, 0.94, 0.15. Web safe color of #dac20c is #cccc00. Color #dac20c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000010 | 00001100 |
Octal | 332 | 302 | 14 |
Decimal | 218 | 194 | 12 |
Hex | DA | C2 | C |
Shades of #dac20c
Tints of #dac20c
RGB Percentages of Color #dac20c
CMYK Percentages of Color #dac20c
Complementary Color
#dac20c | #0c24da |
#dac20c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac20c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac20c Color CSS Codes
.mybgcolor {background-color:#dac20c; } .myforecolor {color:#dac20c; } .mybordercolor {border:3px solid #dac20c; }
#dac20c Text Font Color
<p style="color:#dac20c">Text here</p>
This sample text font color is #dac20c
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.
#dac20c Background Color
<div style="background-color:#dac20c">
Div content here</div>
This div background color is #dac20c
#dac20c Border Color
<div style="border:3px solid #dac20c">
Div here</div>
This div border color is #dac20c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,194,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac20c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac20c; -webkit-box-shadow: 1px 1px 3px 2px #dac20c; box-shadow: 1px 1px 3px 2px #dac20c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,194,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac20c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac20c; -webkit-box-shadow: 1px 1px 3px 2px #dac20c; box-shadow: 1px 1px 3px 2px #dac20c;">
Div content here</div>
This div box has shadow with color #dac20c
Comments
No comments written yet.
Please login to write comment.