Color spaces of #da901e
RGB | 218 | 144 | 30 |
---|---|---|---|
HSL | 0.10 | 0.76 | 0.49 |
HSV | 36° | 86° | 85° |
CMYK | 0.00 | 0.34 | 0.86 0.15 |
XYZ | 39.1210 | 34.9457 | 5.9116 |
Yxy | 34.9457 | 0.4891 | 0.4369 |
Hunter Lab | 59.1149 | 14.6765 | 35.4513 |
CIE-Lab | 65.7064 | 19.7468 | 65.1412 |
#da901e color RGB value is (218,144,30).
#da901e hex color red value is 218, green value is 144 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da901e hue: 0.10 , saturation: 0.76 and the lightness value of da901e is 0.49.
The process color (four color CMYK) of #da901e color hex is 0.00, 0.34, 0.86, 0.15. Web safe color of #da901e is #cc9933. Color #da901e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10010000 | 00011110 |
Octal | 332 | 220 | 36 |
Decimal | 218 | 144 | 30 |
Hex | DA | 90 | 1E |
Shades of #da901e
Tints of #da901e
RGB Percentages of Color #da901e
CMYK Percentages of Color #da901e
Complementary Color
#da901e | #1e68da |
#da901e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da901e Color Preview on White Background
Lorem ipsum dolor sit amet.
#da901e Color CSS Codes
.mybgcolor {background-color:#da901e; } .myforecolor {color:#da901e; } .mybordercolor {border:3px solid #da901e; }
#da901e Text Font Color
<p style="color:#da901e">Text here</p>
This sample text font color is #da901e
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.
#da901e Background Color
<div style="background-color:#da901e">
Div content here</div>
This div background color is #da901e
#da901e Border Color
<div style="border:3px solid #da901e">
Div here</div>
This div border color is #da901e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,144,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da901e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da901e; -webkit-box-shadow: 1px 1px 3px 2px #da901e; box-shadow: 1px 1px 3px 2px #da901e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,144,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da901e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da901e; -webkit-box-shadow: 1px 1px 3px 2px #da901e; box-shadow: 1px 1px 3px 2px #da901e;">
Div content here</div>
This div box has shadow with color #da901e
Comments
No comments written yet.
Please login to write comment.