Color spaces of #daa138
RGB | 218 | 161 | 56 |
---|---|---|---|
HSL | 0.11 | 0.69 | 0.54 |
HSV | 39° | 74° | 85° |
CMYK | 0.00 | 0.26 | 0.74 0.15 |
XYZ | 42.3721 | 40.6807 | 9.3603 |
Yxy | 40.6807 | 0.4585 | 0.4402 |
Hunter Lab | 63.7814 | 6.9659 | 35.9458 |
CIE-Lab | 69.9516 | 11.4782 | 59.9238 |
#daa138 color RGB value is (218,161,56).
#daa138 hex color red value is 218, green value is 161 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #daa138 hue: 0.11 , saturation: 0.69 and the lightness value of daa138 is 0.54.
The process color (four color CMYK) of #daa138 color hex is 0.00, 0.26, 0.74, 0.15. Web safe color of #daa138 is #cc9933. Color #daa138 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100001 | 00111000 |
Octal | 332 | 241 | 70 |
Decimal | 218 | 161 | 56 |
Hex | DA | A1 | 38 |
Shades of #daa138
Tints of #daa138
RGB Percentages of Color #daa138
CMYK Percentages of Color #daa138
Complementary Color
#daa138 | #3871da |
#daa138 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa138 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa138 Color CSS Codes
.mybgcolor {background-color:#daa138; } .myforecolor {color:#daa138; } .mybordercolor {border:3px solid #daa138; }
#daa138 Text Font Color
<p style="color:#daa138">Text here</p>
This sample text font color is #daa138
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.
#daa138 Background Color
<div style="background-color:#daa138">
Div content here</div>
This div background color is #daa138
#daa138 Border Color
<div style="border:3px solid #daa138">
Div here</div>
This div border color is #daa138
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,161,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa138; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa138; -webkit-box-shadow: 1px 1px 3px 2px #daa138; box-shadow: 1px 1px 3px 2px #daa138; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,161,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa138">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa138; -webkit-box-shadow: 1px 1px 3px 2px #daa138; box-shadow: 1px 1px 3px 2px #daa138;">
Div content here</div>
This div box has shadow with color #daa138
Comments
No comments written yet.
Please login to write comment.