Color spaces of #daa72e
RGB | 218 | 167 | 46 |
---|---|---|---|
HSL | 0.12 | 0.70 | 0.52 |
HSV | 42° | 79° | 85° |
CMYK | 0.00 | 0.23 | 0.79 0.15 |
XYZ | 43.2253 | 42.7401 | 8.5562 |
Yxy | 42.7401 | 0.4573 | 0.4522 |
Hunter Lab | 65.3759 | 3.6129 | 38.0034 |
CIE-Lab | 71.3782 | 7.8758 | 64.9871 |
#daa72e color RGB value is (218,167,46).
#daa72e hex color red value is 218, green value is 167 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #daa72e hue: 0.12 , saturation: 0.70 and the lightness value of daa72e is 0.52.
The process color (four color CMYK) of #daa72e color hex is 0.00, 0.23, 0.79, 0.15. Web safe color of #daa72e is #cc9933. Color #daa72e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100111 | 00101110 |
Octal | 332 | 247 | 56 |
Decimal | 218 | 167 | 46 |
Hex | DA | A7 | 2E |
Shades of #daa72e
Tints of #daa72e
RGB Percentages of Color #daa72e
CMYK Percentages of Color #daa72e
Complementary Color
#daa72e | #2e61da |
#daa72e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa72e Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa72e Color CSS Codes
.mybgcolor {background-color:#daa72e; } .myforecolor {color:#daa72e; } .mybordercolor {border:3px solid #daa72e; }
#daa72e Text Font Color
<p style="color:#daa72e">Text here</p>
This sample text font color is #daa72e
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.
#daa72e Background Color
<div style="background-color:#daa72e">
Div content here</div>
This div background color is #daa72e
#daa72e Border Color
<div style="border:3px solid #daa72e">
Div here</div>
This div border color is #daa72e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,167,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa72e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa72e; -webkit-box-shadow: 1px 1px 3px 2px #daa72e; box-shadow: 1px 1px 3px 2px #daa72e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,167,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa72e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa72e; -webkit-box-shadow: 1px 1px 3px 2px #daa72e; box-shadow: 1px 1px 3px 2px #daa72e;">
Div content here</div>
This div box has shadow with color #daa72e
Comments
No comments written yet.
Please login to write comment.