Color spaces of #daa33c
RGB | 218 | 163 | 60 |
---|---|---|---|
HSL | 0.11 | 0.68 | 0.55 |
HSV | 39° | 72° | 85° |
CMYK | 0.00 | 0.25 | 0.72 0.15 |
XYZ | 42.8262 | 41.4261 | 10.0138 |
Yxy | 41.4261 | 0.4543 | 0.4395 |
Hunter Lab | 64.3631 | 6.1356 | 35.8297 |
CIE-Lab | 70.4734 | 10.5887 | 58.8153 |
#daa33c color RGB value is (218,163,60).
#daa33c hex color red value is 218, green value is 163 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #daa33c hue: 0.11 , saturation: 0.68 and the lightness value of daa33c is 0.55.
The process color (four color CMYK) of #daa33c color hex is 0.00, 0.25, 0.72, 0.15. Web safe color of #daa33c is #cc9933. Color #daa33c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10100011 | 00111100 |
Octal | 332 | 243 | 74 |
Decimal | 218 | 163 | 60 |
Hex | DA | A3 | 3C |
Shades of #daa33c
Tints of #daa33c
RGB Percentages of Color #daa33c
CMYK Percentages of Color #daa33c
Complementary Color
#daa33c | #3c73da |
#daa33c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa33c Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa33c Color CSS Codes
.mybgcolor {background-color:#daa33c; } .myforecolor {color:#daa33c; } .mybordercolor {border:3px solid #daa33c; }
#daa33c Text Font Color
<p style="color:#daa33c">Text here</p>
This sample text font color is #daa33c
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.
#daa33c Background Color
<div style="background-color:#daa33c">
Div content here</div>
This div background color is #daa33c
#daa33c Border Color
<div style="border:3px solid #daa33c">
Div here</div>
This div border color is #daa33c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,163,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa33c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa33c; -webkit-box-shadow: 1px 1px 3px 2px #daa33c; box-shadow: 1px 1px 3px 2px #daa33c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,163,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daa33c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa33c; -webkit-box-shadow: 1px 1px 3px 2px #daa33c; box-shadow: 1px 1px 3px 2px #daa33c;">
Div content here</div>
This div box has shadow with color #daa33c
Comments
No comments written yet.
Please login to write comment.