Color spaces of #db710e
RGB | 219 | 113 | 14 |
---|---|---|---|
HSL | 0.08 | 0.88 | 0.46 |
HSV | 29° | 94° | 86° |
CMYK | 0.00 | 0.48 | 0.94 0.14 |
XYZ | 35.1978 | 26.9020 | 3.7529 |
Yxy | 26.9020 | 0.5345 | 0.4085 |
Hunter Lab | 51.8671 | 30.3652 | 32.0170 |
CIE-Lab | 58.8835 | 36.2824 | 64.0218 |
#db710e color RGB value is (219,113,14).
#db710e hex color red value is 219, green value is 113 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #db710e hue: 0.08 , saturation: 0.88 and the lightness value of db710e is 0.46.
The process color (four color CMYK) of #db710e color hex is 0.00, 0.48, 0.94, 0.14. Web safe color of #db710e is #cc6600. Color #db710e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110001 | 00001110 |
Octal | 333 | 161 | 16 |
Decimal | 219 | 113 | 14 |
Hex | DB | 71 | E |
Shades of #db710e
Tints of #db710e
RGB Percentages of Color #db710e
CMYK Percentages of Color #db710e
Complementary Color
#db710e | #0e78db |
#db710e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db710e Color Preview on White Background
Lorem ipsum dolor sit amet.
#db710e Color CSS Codes
.mybgcolor {background-color:#db710e; } .myforecolor {color:#db710e; } .mybordercolor {border:3px solid #db710e; }
#db710e Text Font Color
<p style="color:#db710e">Text here</p>
This sample text font color is #db710e
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.
#db710e Background Color
<div style="background-color:#db710e">
Div content here</div>
This div background color is #db710e
#db710e Border Color
<div style="border:3px solid #db710e">
Div here</div>
This div border color is #db710e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,113,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db710e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db710e; -webkit-box-shadow: 1px 1px 3px 2px #db710e; box-shadow: 1px 1px 3px 2px #db710e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,113,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db710e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db710e; -webkit-box-shadow: 1px 1px 3px 2px #db710e; box-shadow: 1px 1px 3px 2px #db710e;">
Div content here</div>
This div box has shadow with color #db710e
Comments
No comments written yet.
Please login to write comment.