Color spaces of #da932f
RGB | 218 | 147 | 47 |
---|---|---|---|
HSL | 0.10 | 0.70 | 0.52 |
HSV | 35° | 78° | 85° |
CMYK | 0.00 | 0.33 | 0.78 0.15 |
XYZ | 39.8603 | 35.9781 | 7.5329 |
Yxy | 35.9781 | 0.4781 | 0.4315 |
Hunter Lab | 59.9817 | 13.6524 | 34.5412 |
CIE-Lab | 66.5032 | 18.6405 | 60.1429 |
#da932f color RGB value is (218,147,47).
#da932f hex color red value is 218, green value is 147 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #da932f hue: 0.10 , saturation: 0.70 and the lightness value of da932f is 0.52.
The process color (four color CMYK) of #da932f color hex is 0.00, 0.33, 0.78, 0.15. Web safe color of #da932f is #cc9933. Color #da932f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10010011 | 00101111 |
Octal | 332 | 223 | 57 |
Decimal | 218 | 147 | 47 |
Hex | DA | 93 | 2F |
Shades of #da932f
Tints of #da932f
RGB Percentages of Color #da932f
CMYK Percentages of Color #da932f
Complementary Color
#da932f | #2f76da |
#da932f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da932f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da932f Color CSS Codes
.mybgcolor {background-color:#da932f; } .myforecolor {color:#da932f; } .mybordercolor {border:3px solid #da932f; }
#da932f Text Font Color
<p style="color:#da932f">Text here</p>
This sample text font color is #da932f
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.
#da932f Background Color
<div style="background-color:#da932f">
Div content here</div>
This div background color is #da932f
#da932f Border Color
<div style="border:3px solid #da932f">
Div here</div>
This div border color is #da932f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,147,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da932f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da932f; -webkit-box-shadow: 1px 1px 3px 2px #da932f; box-shadow: 1px 1px 3px 2px #da932f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,147,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da932f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da932f; -webkit-box-shadow: 1px 1px 3px 2px #da932f; box-shadow: 1px 1px 3px 2px #da932f;">
Div content here</div>
This div box has shadow with color #da932f
Comments
No comments written yet.
Please login to write comment.