Color spaces of #daaa6c
RGB | 218 | 170 | 108 |
---|---|---|---|
HSL | 0.09 | 0.60 | 0.64 |
HSV | 34° | 50° | 85° |
CMYK | 0.00 | 0.22 | 0.50 0.15 |
XYZ | 45.9949 | 44.7376 | 20.3984 |
Yxy | 44.7376 | 0.4139 | 0.4026 |
Hunter Lab | 66.8862 | 5.6964 | 28.7385 |
CIE-Lab | 72.7188 | 10.1404 | 38.5241 |
#daaa6c color RGB value is (218,170,108).
#daaa6c hex color red value is 218, green value is 170 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #daaa6c hue: 0.09 , saturation: 0.60 and the lightness value of daaa6c is 0.64.
The process color (four color CMYK) of #daaa6c color hex is 0.00, 0.22, 0.50, 0.15. Web safe color of #daaa6c is #cc9966. Color #daaa6c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101010 | 01101100 |
Octal | 332 | 252 | 154 |
Decimal | 218 | 170 | 108 |
Hex | DA | AA | 6C |
Shades of #daaa6c
Tints of #daaa6c
RGB Percentages of Color #daaa6c
CMYK Percentages of Color #daaa6c
Complementary Color
#daaa6c | #6c9cda |
#daaa6c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaa6c Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaa6c Color CSS Codes
.mybgcolor {background-color:#daaa6c; } .myforecolor {color:#daaa6c; } .mybordercolor {border:3px solid #daaa6c; }
#daaa6c Text Font Color
<p style="color:#daaa6c">Text here</p>
This sample text font color is #daaa6c
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.
#daaa6c Background Color
<div style="background-color:#daaa6c">
Div content here</div>
This div background color is #daaa6c
#daaa6c Border Color
<div style="border:3px solid #daaa6c">
Div here</div>
This div border color is #daaa6c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,170,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaa6c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaa6c; -webkit-box-shadow: 1px 1px 3px 2px #daaa6c; box-shadow: 1px 1px 3px 2px #daaa6c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,170,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daaa6c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaa6c; -webkit-box-shadow: 1px 1px 3px 2px #daaa6c; box-shadow: 1px 1px 3px 2px #daaa6c;">
Div content here</div>
This div box has shadow with color #daaa6c
Comments
No comments written yet.
Please login to write comment.