Color spaces of #daa76f
RGB | 218 | 167 | 111 |
---|---|---|---|
HSL | 0.09 | 0.59 | 0.65 |
HSV | 31° | 49° | 85° |
CMYK | 0.00 | 0.23 | 0.49 0.15 |
XYZ | 45.6014 | 43.6906 | 21.0686 |
Yxy | 43.6906 | 0.4132 | 0.3959 |
Hunter Lab | 66.0989 | 7.4736 | 27.3709 |
CIE-Lab | 72.0212 | 12.0245 | 36.0815 |
#daa76f color RGB value is (218,167,111).
#daa76f hex color red value is 218, green value is 167 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #daa76f hue: 0.09 , saturation: 0.59 and the lightness value of daa76f is 0.65.
The process color (four color CMYK) of #daa76f color hex is 0.00, 0.23, 0.49, 0.15. Web safe color of #daa76f is #cc9966. Color #daa76f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100111 | 01101111 |
Octal | 332 | 247 | 157 |
Decimal | 218 | 167 | 111 |
Hex | DA | A7 | 6F |
Shades of #daa76f
Tints of #daa76f
RGB Percentages of Color #daa76f
CMYK Percentages of Color #daa76f
Complementary Color
#daa76f | #6fa2da |
#daa76f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa76f Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa76f Color CSS Codes
.mybgcolor {background-color:#daa76f; } .myforecolor {color:#daa76f; } .mybordercolor {border:3px solid #daa76f; }
#daa76f Text Font Color
<p style="color:#daa76f">Text here</p>
This sample text font color is #daa76f
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.
#daa76f Background Color
<div style="background-color:#daa76f">
Div content here</div>
This div background color is #daa76f
#daa76f Border Color
<div style="border:3px solid #daa76f">
Div here</div>
This div border color is #daa76f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,167,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa76f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa76f; -webkit-box-shadow: 1px 1px 3px 2px #daa76f; box-shadow: 1px 1px 3px 2px #daa76f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,167,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa76f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa76f; -webkit-box-shadow: 1px 1px 3px 2px #daa76f; box-shadow: 1px 1px 3px 2px #daa76f;">
Div content here</div>
This div box has shadow with color #daa76f
Comments
No comments written yet.
Please login to write comment.