Color spaces of #daaf2a
RGB | 218 | 175 | 42 |
---|---|---|---|
HSL | 0.13 | 0.70 | 0.51 |
HSV | 45° | 81° | 85° |
CMYK | 0.00 | 0.20 | 0.81 0.15 |
XYZ | 44.6613 | 45.7325 | 8.6638 |
Yxy | 45.7325 | 0.4509 | 0.4617 |
Hunter Lab | 67.6258 | -0.4606 | 39.7422 |
CIE-Lab | 73.3716 | 3.4952 | 68.0664 |
#daaf2a color RGB value is (218,175,42).
#daaf2a hex color red value is 218, green value is 175 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #daaf2a hue: 0.13 , saturation: 0.70 and the lightness value of daaf2a is 0.51.
The process color (four color CMYK) of #daaf2a color hex is 0.00, 0.20, 0.81, 0.15. Web safe color of #daaf2a is #cc9933. Color #daaf2a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101111 | 00101010 |
Octal | 332 | 257 | 52 |
Decimal | 218 | 175 | 42 |
Hex | DA | AF | 2A |
Shades of #daaf2a
Tints of #daaf2a
RGB Percentages of Color #daaf2a
CMYK Percentages of Color #daaf2a
Complementary Color
#daaf2a | #2a55da |
#daaf2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaf2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaf2a Color CSS Codes
.mybgcolor {background-color:#daaf2a; } .myforecolor {color:#daaf2a; } .mybordercolor {border:3px solid #daaf2a; }
#daaf2a Text Font Color
<p style="color:#daaf2a">Text here</p>
This sample text font color is #daaf2a
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.
#daaf2a Background Color
<div style="background-color:#daaf2a">
Div content here</div>
This div background color is #daaf2a
#daaf2a Border Color
<div style="border:3px solid #daaf2a">
Div here</div>
This div border color is #daaf2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,175,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaf2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaf2a; -webkit-box-shadow: 1px 1px 3px 2px #daaf2a; box-shadow: 1px 1px 3px 2px #daaf2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,175,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daaf2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaf2a; -webkit-box-shadow: 1px 1px 3px 2px #daaf2a; box-shadow: 1px 1px 3px 2px #daaf2a;">
Div content here</div>
This div box has shadow with color #daaf2a
#daaf2a Color Palettes
Comments
No comments written yet.
Please login to write comment.