Color spaces of #daa57f
RGB | 218 | 165 | 127 |
---|---|---|---|
HSL | 0.07 | 0.55 | 0.68 |
HSV | 25° | 42° | 85° |
CMYK | 0.00 | 0.24 | 0.42 0.15 |
XYZ | 46.1993 | 43.3480 | 26.0107 |
Yxy | 43.3480 | 0.3998 | 0.3751 |
Hunter Lab | 65.8392 | 10.0347 | 22.6641 |
CIE-Lab | 71.7905 | 14.7221 | 27.2662 |
#daa57f color RGB value is (218,165,127).
#daa57f hex color red value is 218, green value is 165 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daa57f hue: 0.07 , saturation: 0.55 and the lightness value of daa57f is 0.68.
The process color (four color CMYK) of #daa57f color hex is 0.00, 0.24, 0.42, 0.15. Web safe color of #daa57f is #cc9966. Color #daa57f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100101 | 01111111 |
Octal | 332 | 245 | 177 |
Decimal | 218 | 165 | 127 |
Hex | DA | A5 | 7F |
Shades of #daa57f
Tints of #daa57f
RGB Percentages of Color #daa57f
CMYK Percentages of Color #daa57f
Complementary Color
#daa57f | #7fb4da |
#daa57f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa57f Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa57f Color CSS Codes
.mybgcolor {background-color:#daa57f; } .myforecolor {color:#daa57f; } .mybordercolor {border:3px solid #daa57f; }
#daa57f Text Font Color
<p style="color:#daa57f">Text here</p>
This sample text font color is #daa57f
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.
#daa57f Background Color
<div style="background-color:#daa57f">
Div content here</div>
This div background color is #daa57f
#daa57f Border Color
<div style="border:3px solid #daa57f">
Div here</div>
This div border color is #daa57f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,165,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa57f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa57f; -webkit-box-shadow: 1px 1px 3px 2px #daa57f; box-shadow: 1px 1px 3px 2px #daa57f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,165,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa57f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa57f; -webkit-box-shadow: 1px 1px 3px 2px #daa57f; box-shadow: 1px 1px 3px 2px #daa57f;">
Div content here</div>
This div box has shadow with color #daa57f
Comments
No comments written yet.
Please login to write comment.