Color spaces of #db802b
RGB | 219 | 128 | 43 |
---|---|---|---|
HSL | 0.08 | 0.71 | 0.51 |
HSV | 29° | 80° | 86° |
CMYK | 0.00 | 0.42 | 0.80 0.14 |
XYZ | 37.3686 | 30.6728 | 6.2364 |
Yxy | 30.6728 | 0.5031 | 0.4129 |
Hunter Lab | 55.3830 | 23.5190 | 32.0918 |
CIE-Lab | 62.2304 | 29.0907 | 57.7860 |
#db802b color RGB value is (219,128,43).
#db802b hex color red value is 219, green value is 128 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #db802b hue: 0.08 , saturation: 0.71 and the lightness value of db802b is 0.51.
The process color (four color CMYK) of #db802b color hex is 0.00, 0.42, 0.80, 0.14. Web safe color of #db802b is #cc9933. Color #db802b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10000000 | 00101011 |
Octal | 333 | 200 | 53 |
Decimal | 219 | 128 | 43 |
Hex | DB | 80 | 2B |
Shades of #db802b
Tints of #db802b
RGB Percentages of Color #db802b
CMYK Percentages of Color #db802b
Complementary Color
#db802b | #2b86db |
#db802b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db802b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db802b Color CSS Codes
.mybgcolor {background-color:#db802b; } .myforecolor {color:#db802b; } .mybordercolor {border:3px solid #db802b; }
#db802b Text Font Color
<p style="color:#db802b">Text here</p>
This sample text font color is #db802b
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.
#db802b Background Color
<div style="background-color:#db802b">
Div content here</div>
This div background color is #db802b
#db802b Border Color
<div style="border:3px solid #db802b">
Div here</div>
This div border color is #db802b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,128,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db802b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db802b; -webkit-box-shadow: 1px 1px 3px 2px #db802b; box-shadow: 1px 1px 3px 2px #db802b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,128,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db802b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db802b; -webkit-box-shadow: 1px 1px 3px 2px #db802b; box-shadow: 1px 1px 3px 2px #db802b;">
Div content here</div>
This div box has shadow with color #db802b
Comments
No comments written yet.
Please login to write comment.