Color spaces of #dac37f
RGB | 218 | 195 | 127 |
---|---|---|---|
HSL | 0.12 | 0.55 | 0.68 |
HSV | 45° | 42° | 85° |
CMYK | 0.00 | 0.11 | 0.42 0.15 |
XYZ | 52.2593 | 55.4679 | 28.0307 |
Yxy | 55.4679 | 0.3849 | 0.4086 |
Hunter Lab | 74.4768 | -5.0834 | 29.8189 |
CIE-Lab | 79.3100 | -1.2017 | 37.0981 |
#dac37f color RGB value is (218,195,127).
#dac37f hex color red value is 218, green value is 195 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dac37f hue: 0.12 , saturation: 0.55 and the lightness value of dac37f is 0.68.
The process color (four color CMYK) of #dac37f color hex is 0.00, 0.11, 0.42, 0.15. Web safe color of #dac37f is #cccc66. Color #dac37f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000011 | 01111111 |
Octal | 332 | 303 | 177 |
Decimal | 218 | 195 | 127 |
Hex | DA | C3 | 7F |
Shades of #dac37f
Tints of #dac37f
RGB Percentages of Color #dac37f
CMYK Percentages of Color #dac37f
Complementary Color
#dac37f | #7f96da |
#dac37f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac37f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac37f Color CSS Codes
.mybgcolor {background-color:#dac37f; } .myforecolor {color:#dac37f; } .mybordercolor {border:3px solid #dac37f; }
#dac37f Text Font Color
<p style="color:#dac37f">Text here</p>
This sample text font color is #dac37f
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.
#dac37f Background Color
<div style="background-color:#dac37f">
Div content here</div>
This div background color is #dac37f
#dac37f Border Color
<div style="border:3px solid #dac37f">
Div here</div>
This div border color is #dac37f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,195,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac37f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac37f; -webkit-box-shadow: 1px 1px 3px 2px #dac37f; box-shadow: 1px 1px 3px 2px #dac37f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,195,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 #dac37f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac37f; -webkit-box-shadow: 1px 1px 3px 2px #dac37f; box-shadow: 1px 1px 3px 2px #dac37f;">
Div content here</div>
This div box has shadow with color #dac37f
Comments
No comments written yet.
Please login to write comment.