Color spaces of #db890d
RGB | 219 | 137 | 13 |
---|---|---|---|
HSL | 0.10 | 0.89 | 0.45 |
HSV | 36° | 94° | 86° |
CMYK | 0.00 | 0.37 | 0.94 0.14 |
XYZ | 38.2317 | 32.9804 | 4.7316 |
Yxy | 32.9804 | 0.5034 | 0.4343 |
Hunter Lab | 57.4286 | 18.3321 | 35.3150 |
CIE-Lab | 64.1450 | 23.6368 | 67.8664 |
#db890d color RGB value is (219,137,13).
#db890d hex color red value is 219, green value is 137 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #db890d hue: 0.10 , saturation: 0.89 and the lightness value of db890d is 0.45.
The process color (four color CMYK) of #db890d color hex is 0.00, 0.37, 0.94, 0.14. Web safe color of #db890d is #cc9900. Color #db890d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10001001 | 00001101 |
Octal | 333 | 211 | 15 |
Decimal | 219 | 137 | 13 |
Hex | DB | 89 | D |
Shades of #db890d
Tints of #db890d
RGB Percentages of Color #db890d
CMYK Percentages of Color #db890d
Complementary Color
#db890d | #0d5fdb |
#db890d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db890d Color Preview on White Background
Lorem ipsum dolor sit amet.
#db890d Color CSS Codes
.mybgcolor {background-color:#db890d; } .myforecolor {color:#db890d; } .mybordercolor {border:3px solid #db890d; }
#db890d Text Font Color
<p style="color:#db890d">Text here</p>
This sample text font color is #db890d
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.
#db890d Background Color
<div style="background-color:#db890d">
Div content here</div>
This div background color is #db890d
#db890d Border Color
<div style="border:3px solid #db890d">
Div here</div>
This div border color is #db890d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,137,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db890d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db890d; -webkit-box-shadow: 1px 1px 3px 2px #db890d; box-shadow: 1px 1px 3px 2px #db890d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,137,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db890d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db890d; -webkit-box-shadow: 1px 1px 3px 2px #db890d; box-shadow: 1px 1px 3px 2px #db890d;">
Div content here</div>
This div box has shadow with color #db890d
Comments
No comments written yet.
Please login to write comment.