Color spaces of #dab747
RGB | 218 | 183 | 71 |
---|---|---|---|
HSL | 0.13 | 0.67 | 0.57 |
HSV | 46° | 67° | 85° |
CMYK | 0.00 | 0.16 | 0.67 0.15 |
XYZ | 46.9843 | 49.2273 | 12.9867 |
Yxy | 49.2273 | 0.4303 | 0.4508 |
Hunter Lab | 70.1622 | -3.2508 | 38.1392 |
CIE-Lab | 75.5925 | 0.5483 | 59.4695 |
#dab747 color RGB value is (218,183,71).
#dab747 hex color red value is 218, green value is 183 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dab747 hue: 0.13 , saturation: 0.67 and the lightness value of dab747 is 0.57.
The process color (four color CMYK) of #dab747 color hex is 0.00, 0.16, 0.67, 0.15. Web safe color of #dab747 is #cccc33. Color #dab747 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110111 | 01000111 |
Octal | 332 | 267 | 107 |
Decimal | 218 | 183 | 71 |
Hex | DA | B7 | 47 |
Shades of #dab747
Tints of #dab747
RGB Percentages of Color #dab747
CMYK Percentages of Color #dab747
Complementary Color
#dab747 | #476ada |
#dab747 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab747 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab747 Color CSS Codes
.mybgcolor {background-color:#dab747; } .myforecolor {color:#dab747; } .mybordercolor {border:3px solid #dab747; }
#dab747 Text Font Color
<p style="color:#dab747">Text here</p>
This sample text font color is #dab747
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.
#dab747 Background Color
<div style="background-color:#dab747">
Div content here</div>
This div background color is #dab747
#dab747 Border Color
<div style="border:3px solid #dab747">
Div here</div>
This div border color is #dab747
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,183,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab747; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab747; -webkit-box-shadow: 1px 1px 3px 2px #dab747; box-shadow: 1px 1px 3px 2px #dab747; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,183,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab747">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab747; -webkit-box-shadow: 1px 1px 3px 2px #dab747; box-shadow: 1px 1px 3px 2px #dab747;">
Div content here</div>
This div box has shadow with color #dab747
Comments
No comments written yet.
Please login to write comment.