Color spaces of #db680e
RGB | 219 | 104 | 14 |
---|---|---|---|
HSL | 0.07 | 0.88 | 0.46 |
HSV | 26° | 94° | 86° |
CMYK | 0.00 | 0.53 | 0.94 0.14 |
XYZ | 34.2430 | 24.9924 | 3.4347 |
Yxy | 24.9924 | 0.5464 | 0.3988 |
Hunter Lab | 49.9924 | 34.7794 | 30.9212 |
CIE-Lab | 57.0680 | 40.8313 | 62.7858 |
#db680e color RGB value is (219,104,14).
#db680e hex color red value is 219, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #db680e hue: 0.07 , saturation: 0.88 and the lightness value of db680e is 0.46.
The process color (four color CMYK) of #db680e color hex is 0.00, 0.53, 0.94, 0.14. Web safe color of #db680e is #cc6600. Color #db680e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01101000 | 00001110 |
Octal | 333 | 150 | 16 |
Decimal | 219 | 104 | 14 |
Hex | DB | 68 | E |
Shades of #db680e
Tints of #db680e
RGB Percentages of Color #db680e
CMYK Percentages of Color #db680e
Complementary Color
#db680e | #0e81db |
#db680e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db680e Color Preview on White Background
Lorem ipsum dolor sit amet.
#db680e Color CSS Codes
.mybgcolor {background-color:#db680e; } .myforecolor {color:#db680e; } .mybordercolor {border:3px solid #db680e; }
#db680e Text Font Color
<p style="color:#db680e">Text here</p>
This sample text font color is #db680e
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.
#db680e Background Color
<div style="background-color:#db680e">
Div content here</div>
This div background color is #db680e
#db680e Border Color
<div style="border:3px solid #db680e">
Div here</div>
This div border color is #db680e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,104,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db680e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db680e; -webkit-box-shadow: 1px 1px 3px 2px #db680e; box-shadow: 1px 1px 3px 2px #db680e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,104,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 #db680e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db680e; -webkit-box-shadow: 1px 1px 3px 2px #db680e; box-shadow: 1px 1px 3px 2px #db680e;">
Div content here</div>
This div box has shadow with color #db680e
Comments
No comments written yet.
Please login to write comment.