Color spaces of #dacd21
RGB | 218 | 205 | 33 |
---|---|---|---|
HSL | 0.15 | 0.74 | 0.49 |
HSV | 56° | 85° | 85° |
CMYK | 0.00 | 0.06 | 0.85 0.15 |
XYZ | 51.0193 | 58.6779 | 10.0758 |
Yxy | 58.6779 | 0.4260 | 0.4899 |
Hunter Lab | 76.6015 | -15.1653 | 45.8223 |
CIE-Lab | 81.1142 | -12.2441 | 76.9756 |
#dacd21 color RGB value is (218,205,33).
#dacd21 hex color red value is 218, green value is 205 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dacd21 hue: 0.15 , saturation: 0.74 and the lightness value of dacd21 is 0.49.
The process color (four color CMYK) of #dacd21 color hex is 0.00, 0.06, 0.85, 0.15. Web safe color of #dacd21 is #cccc33. Color #dacd21 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001101 | 00100001 |
Octal | 332 | 315 | 41 |
Decimal | 218 | 205 | 33 |
Hex | DA | CD | 21 |
Shades of #dacd21
Tints of #dacd21
RGB Percentages of Color #dacd21
CMYK Percentages of Color #dacd21
Complementary Color
#dacd21 | #212eda |
#dacd21 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacd21 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacd21 Color CSS Codes
.mybgcolor {background-color:#dacd21; } .myforecolor {color:#dacd21; } .mybordercolor {border:3px solid #dacd21; }
#dacd21 Text Font Color
<p style="color:#dacd21">Text here</p>
This sample text font color is #dacd21
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.
#dacd21 Background Color
<div style="background-color:#dacd21">
Div content here</div>
This div background color is #dacd21
#dacd21 Border Color
<div style="border:3px solid #dacd21">
Div here</div>
This div border color is #dacd21
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,205,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacd21; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacd21; -webkit-box-shadow: 1px 1px 3px 2px #dacd21; box-shadow: 1px 1px 3px 2px #dacd21; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,205,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacd21">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacd21; -webkit-box-shadow: 1px 1px 3px 2px #dacd21; box-shadow: 1px 1px 3px 2px #dacd21;">
Div content here</div>
This div box has shadow with color #dacd21
Comments
No comments written yet.
Please login to write comment.