Color spaces of #db6019
RGB | 219 | 96 | 25 |
---|---|---|---|
HSL | 0.06 | 0.80 | 0.48 |
HSV | 22° | 89° | 86° |
CMYK | 0.00 | 0.56 | 0.89 0.14 |
XYZ | 33.5718 | 23.4960 | 3.6855 |
Yxy | 23.4960 | 0.5526 | 0.3867 |
Hunter Lab | 48.4727 | 38.8005 | 29.4229 |
CIE-Lab | 55.5796 | 44.9070 | 58.7174 |
#db6019 color RGB value is (219,96,25).
#db6019 hex color red value is 219, green value is 96 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #db6019 hue: 0.06 , saturation: 0.80 and the lightness value of db6019 is 0.48.
The process color (four color CMYK) of #db6019 color hex is 0.00, 0.56, 0.89, 0.14. Web safe color of #db6019 is #cc6600. Color #db6019 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01100000 | 00011001 |
Octal | 333 | 140 | 31 |
Decimal | 219 | 96 | 25 |
Hex | DB | 60 | 19 |
Shades of #db6019
Tints of #db6019
RGB Percentages of Color #db6019
CMYK Percentages of Color #db6019
Complementary Color
#db6019 | #1994db |
#db6019 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db6019 Color Preview on White Background
Lorem ipsum dolor sit amet.
#db6019 Color CSS Codes
.mybgcolor {background-color:#db6019; } .myforecolor {color:#db6019; } .mybordercolor {border:3px solid #db6019; }
#db6019 Text Font Color
<p style="color:#db6019">Text here</p>
This sample text font color is #db6019
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.
#db6019 Background Color
<div style="background-color:#db6019">
Div content here</div>
This div background color is #db6019
#db6019 Border Color
<div style="border:3px solid #db6019">
Div here</div>
This div border color is #db6019
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,96,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db6019; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db6019; -webkit-box-shadow: 1px 1px 3px 2px #db6019; box-shadow: 1px 1px 3px 2px #db6019; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,96,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db6019">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db6019; -webkit-box-shadow: 1px 1px 3px 2px #db6019; box-shadow: 1px 1px 3px 2px #db6019;">
Div content here</div>
This div box has shadow with color #db6019
Comments
No comments written yet.
Please login to write comment.