Color spaces of #daa26d
RGB | 218 | 162 | 109 |
---|---|---|---|
HSL | 0.08 | 0.60 | 0.64 |
HSV | 29° | 50° | 85° |
CMYK | 0.00 | 0.26 | 0.50 0.15 |
XYZ | 44.5941 | 41.8502 | 20.1955 |
Yxy | 41.8502 | 0.4182 | 0.3924 |
Hunter Lab | 64.6917 | 9.8353 | 26.7750 |
CIE-Lab | 70.7675 | 14.5247 | 35.5405 |
#daa26d color RGB value is (218,162,109).
#daa26d hex color red value is 218, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #daa26d hue: 0.08 , saturation: 0.60 and the lightness value of daa26d is 0.64.
The process color (four color CMYK) of #daa26d color hex is 0.00, 0.26, 0.50, 0.15. Web safe color of #daa26d is #cc9966. Color #daa26d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100010 | 01101101 |
Octal | 332 | 242 | 155 |
Decimal | 218 | 162 | 109 |
Hex | DA | A2 | 6D |
Shades of #daa26d
Tints of #daa26d
RGB Percentages of Color #daa26d
CMYK Percentages of Color #daa26d
Complementary Color
#daa26d | #6da5da |
#daa26d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa26d Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa26d Color CSS Codes
.mybgcolor {background-color:#daa26d; } .myforecolor {color:#daa26d; } .mybordercolor {border:3px solid #daa26d; }
#daa26d Text Font Color
<p style="color:#daa26d">Text here</p>
This sample text font color is #daa26d
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.
#daa26d Background Color
<div style="background-color:#daa26d">
Div content here</div>
This div background color is #daa26d
#daa26d Border Color
<div style="border:3px solid #daa26d">
Div here</div>
This div border color is #daa26d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,162,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa26d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa26d; -webkit-box-shadow: 1px 1px 3px 2px #daa26d; box-shadow: 1px 1px 3px 2px #daa26d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,162,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa26d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa26d; -webkit-box-shadow: 1px 1px 3px 2px #daa26d; box-shadow: 1px 1px 3px 2px #daa26d;">
Div content here</div>
This div box has shadow with color #daa26d
Comments
No comments written yet.
Please login to write comment.