Color spaces of #daa442
RGB | 218 | 164 | 66 |
---|---|---|---|
HSL | 0.11 | 0.67 | 0.56 |
HSV | 39° | 70° | 85° |
CMYK | 0.00 | 0.25 | 0.70 0.15 |
XYZ | 43.1723 | 41.8497 | 10.9566 |
Yxy | 41.8497 | 0.4498 | 0.4360 |
Hunter Lab | 64.6913 | 5.9136 | 35.2422 |
CIE-Lab | 70.7672 | 10.3524 | 56.5731 |
#daa442 color RGB value is (218,164,66).
#daa442 hex color red value is 218, green value is 164 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #daa442 hue: 0.11 , saturation: 0.67 and the lightness value of daa442 is 0.56.
The process color (four color CMYK) of #daa442 color hex is 0.00, 0.25, 0.70, 0.15. Web safe color of #daa442 is #cc9933. Color #daa442 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100100 | 01000010 |
Octal | 332 | 244 | 102 |
Decimal | 218 | 164 | 66 |
Hex | DA | A4 | 42 |
Shades of #daa442
Tints of #daa442
RGB Percentages of Color #daa442
CMYK Percentages of Color #daa442
Complementary Color
#daa442 | #4278da |
#daa442 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa442 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa442 Color CSS Codes
.mybgcolor {background-color:#daa442; } .myforecolor {color:#daa442; } .mybordercolor {border:3px solid #daa442; }
#daa442 Text Font Color
<p style="color:#daa442">Text here</p>
This sample text font color is #daa442
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.
#daa442 Background Color
<div style="background-color:#daa442">
Div content here</div>
This div background color is #daa442
#daa442 Border Color
<div style="border:3px solid #daa442">
Div here</div>
This div border color is #daa442
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,164,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa442; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa442; -webkit-box-shadow: 1px 1px 3px 2px #daa442; box-shadow: 1px 1px 3px 2px #daa442; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,164,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa442">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa442; -webkit-box-shadow: 1px 1px 3px 2px #daa442; box-shadow: 1px 1px 3px 2px #daa442;">
Div content here</div>
This div box has shadow with color #daa442
Comments
No comments written yet.
Please login to write comment.