Color spaces of #dad721
RGB | 218 | 215 | 33 |
---|---|---|---|
HSL | 0.16 | 0.74 | 0.49 |
HSV | 59° | 85° | 85° |
CMYK | 0.00 | 0.01 | 0.85 0.15 |
XYZ | 53.4884 | 63.6161 | 10.8988 |
Yxy | 63.6161 | 0.4179 | 0.4970 |
Hunter Lab | 79.7597 | -19.8739 | 47.7301 |
CIE-Lab | 83.7655 | -17.2198 | 79.1479 |
#dad721 color RGB value is (218,215,33).
#dad721 hex color red value is 218, green value is 215 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dad721 hue: 0.16 , saturation: 0.74 and the lightness value of dad721 is 0.49.
The process color (four color CMYK) of #dad721 color hex is 0.00, 0.01, 0.85, 0.15. Web safe color of #dad721 is #cccc33. Color #dad721 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010111 | 00100001 |
Octal | 332 | 327 | 41 |
Decimal | 218 | 215 | 33 |
Hex | DA | D7 | 21 |
Shades of #dad721
Tints of #dad721
RGB Percentages of Color #dad721
CMYK Percentages of Color #dad721
Complementary Color
#dad721 | #2124da |
#dad721 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad721 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad721 Color CSS Codes
.mybgcolor {background-color:#dad721; } .myforecolor {color:#dad721; } .mybordercolor {border:3px solid #dad721; }
#dad721 Text Font Color
<p style="color:#dad721">Text here</p>
This sample text font color is #dad721
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.
#dad721 Background Color
<div style="background-color:#dad721">
Div content here</div>
This div background color is #dad721
#dad721 Border Color
<div style="border:3px solid #dad721">
Div here</div>
This div border color is #dad721
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,215,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad721; -webkit-box-shadow: 1px 1px 3px 2px #dad721; box-shadow: 1px 1px 3px 2px #dad721; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,215,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 #dad721">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad721; -webkit-box-shadow: 1px 1px 3px 2px #dad721; box-shadow: 1px 1px 3px 2px #dad721;">
Div content here</div>
This div box has shadow with color #dad721
Comments
No comments written yet.
Please login to write comment.