Color spaces of #dac24d
RGB | 218 | 194 | 77 |
---|---|---|---|
HSL | 0.14 | 0.66 | 0.58 |
HSV | 50° | 65° | 85° |
CMYK | 0.00 | 0.11 | 0.65 0.15 |
XYZ | 49.5448 | 54.0248 | 14.8377 |
Yxy | 54.0248 | 0.4184 | 0.4563 |
Hunter Lab | 73.5016 | -8.3072 | 39.4823 |
CIE-Lab | 78.4762 | -4.8263 | 59.9702 |
#dac24d color RGB value is (218,194,77).
#dac24d hex color red value is 218, green value is 194 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dac24d hue: 0.14 , saturation: 0.66 and the lightness value of dac24d is 0.58.
The process color (four color CMYK) of #dac24d color hex is 0.00, 0.11, 0.65, 0.15. Web safe color of #dac24d is #cccc66. Color #dac24d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000010 | 01001101 |
Octal | 332 | 302 | 115 |
Decimal | 218 | 194 | 77 |
Hex | DA | C2 | 4D |
Shades of #dac24d
Tints of #dac24d
RGB Percentages of Color #dac24d
CMYK Percentages of Color #dac24d
Complementary Color
#dac24d | #4d65da |
#dac24d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac24d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac24d Color CSS Codes
.mybgcolor {background-color:#dac24d; } .myforecolor {color:#dac24d; } .mybordercolor {border:3px solid #dac24d; }
#dac24d Text Font Color
<p style="color:#dac24d">Text here</p>
This sample text font color is #dac24d
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.
#dac24d Background Color
<div style="background-color:#dac24d">
Div content here</div>
This div background color is #dac24d
#dac24d Border Color
<div style="border:3px solid #dac24d">
Div here</div>
This div border color is #dac24d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,194,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac24d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac24d; -webkit-box-shadow: 1px 1px 3px 2px #dac24d; box-shadow: 1px 1px 3px 2px #dac24d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,194,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac24d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac24d; -webkit-box-shadow: 1px 1px 3px 2px #dac24d; box-shadow: 1px 1px 3px 2px #dac24d;">
Div content here</div>
This div box has shadow with color #dac24d
Comments
No comments written yet.
Please login to write comment.