Color spaces of #dac120
RGB | 218 | 193 | 32 |
---|---|---|---|
HSL | 0.14 | 0.74 | 0.49 |
HSV | 52° | 85° | 85° |
CMYK | 0.00 | 0.11 | 0.85 0.15 |
XYZ | 48.2441 | 53.1496 | 9.0827 |
Yxy | 53.1496 | 0.4367 | 0.4811 |
Hunter Lab | 72.9038 | -9.4592 | 43.6460 |
CIE-Lab | 77.9632 | -6.1679 | 74.6183 |
#dac120 color RGB value is (218,193,32).
#dac120 hex color red value is 218, green value is 193 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dac120 hue: 0.14 , saturation: 0.74 and the lightness value of dac120 is 0.49.
The process color (four color CMYK) of #dac120 color hex is 0.00, 0.11, 0.85, 0.15. Web safe color of #dac120 is #cccc33. Color #dac120 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000001 | 00100000 |
Octal | 332 | 301 | 40 |
Decimal | 218 | 193 | 32 |
Hex | DA | C1 | 20 |
Shades of #dac120
Tints of #dac120
RGB Percentages of Color #dac120
CMYK Percentages of Color #dac120
Complementary Color
#dac120 | #2039da |
#dac120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac120 Color CSS Codes
.mybgcolor {background-color:#dac120; } .myforecolor {color:#dac120; } .mybordercolor {border:3px solid #dac120; }
#dac120 Text Font Color
<p style="color:#dac120">Text here</p>
This sample text font color is #dac120
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.
#dac120 Background Color
<div style="background-color:#dac120">
Div content here</div>
This div background color is #dac120
#dac120 Border Color
<div style="border:3px solid #dac120">
Div here</div>
This div border color is #dac120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,193,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac120; -webkit-box-shadow: 1px 1px 3px 2px #dac120; box-shadow: 1px 1px 3px 2px #dac120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,193,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac120; -webkit-box-shadow: 1px 1px 3px 2px #dac120; box-shadow: 1px 1px 3px 2px #dac120;">
Div content here</div>
This div box has shadow with color #dac120
Comments
No comments written yet.
Please login to write comment.