Color spaces of #db541e
RGB | 219 | 84 | 30 |
---|---|---|---|
HSL | 0.05 | 0.76 | 0.49 |
HSV | 17° | 86° | 86° |
CMYK | 0.00 | 0.62 | 0.86 0.14 |
XYZ | 32.6181 | 21.4945 | 3.6580 |
Yxy | 21.4945 | 0.5646 | 0.3721 |
Hunter Lab | 46.3622 | 44.4499 | 27.7755 |
CIE-Lab | 53.4865 | 50.5500 | 55.2699 |
#db541e color RGB value is (219,84,30).
#db541e hex color red value is 219, green value is 84 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db541e hue: 0.05 , saturation: 0.76 and the lightness value of db541e is 0.49.
The process color (four color CMYK) of #db541e color hex is 0.00, 0.62, 0.86, 0.14. Web safe color of #db541e is #cc6633. Color #db541e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010100 | 00011110 |
Octal | 333 | 124 | 36 |
Decimal | 219 | 84 | 30 |
Hex | DB | 54 | 1E |
Shades of #db541e
Tints of #db541e
RGB Percentages of Color #db541e
CMYK Percentages of Color #db541e
Complementary Color
#db541e | #1ea5db |
#db541e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db541e Color Preview on White Background
Lorem ipsum dolor sit amet.
#db541e Color CSS Codes
.mybgcolor {background-color:#db541e; } .myforecolor {color:#db541e; } .mybordercolor {border:3px solid #db541e; }
#db541e Text Font Color
<p style="color:#db541e">Text here</p>
This sample text font color is #db541e
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.
#db541e Background Color
<div style="background-color:#db541e">
Div content here</div>
This div background color is #db541e
#db541e Border Color
<div style="border:3px solid #db541e">
Div here</div>
This div border color is #db541e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,84,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db541e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db541e; -webkit-box-shadow: 1px 1px 3px 2px #db541e; box-shadow: 1px 1px 3px 2px #db541e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,84,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 #db541e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db541e; -webkit-box-shadow: 1px 1px 3px 2px #db541e; box-shadow: 1px 1px 3px 2px #db541e;">
Div content here</div>
This div box has shadow with color #db541e
Comments
No comments written yet.
Please login to write comment.