Color spaces of #db833c
RGB | 219 | 131 | 60 |
---|---|---|---|
HSL | 0.07 | 0.69 | 0.55 |
HSV | 27° | 73° | 86° |
CMYK | 0.00 | 0.40 | 0.73 0.14 |
XYZ | 38.1453 | 31.6189 | 8.3675 |
Yxy | 31.6189 | 0.4882 | 0.4047 |
Hunter Lab | 56.2307 | 22.6856 | 30.5387 |
CIE-Lab | 63.0267 | 28.1792 | 51.2223 |
#db833c color RGB value is (219,131,60).
#db833c hex color red value is 219, green value is 131 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db833c hue: 0.07 , saturation: 0.69 and the lightness value of db833c is 0.55.
The process color (four color CMYK) of #db833c color hex is 0.00, 0.40, 0.73, 0.14. Web safe color of #db833c is #cc9933. Color #db833c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10000011 | 00111100 |
Octal | 333 | 203 | 74 |
Decimal | 219 | 131 | 60 |
Hex | DB | 83 | 3C |
Shades of #db833c
Tints of #db833c
RGB Percentages of Color #db833c
CMYK Percentages of Color #db833c
Complementary Color
#db833c | #3c94db |
#db833c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db833c Color Preview on White Background
Lorem ipsum dolor sit amet.
#db833c Color CSS Codes
.mybgcolor {background-color:#db833c; } .myforecolor {color:#db833c; } .mybordercolor {border:3px solid #db833c; }
#db833c Text Font Color
<p style="color:#db833c">Text here</p>
This sample text font color is #db833c
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.
#db833c Background Color
<div style="background-color:#db833c">
Div content here</div>
This div background color is #db833c
#db833c Border Color
<div style="border:3px solid #db833c">
Div here</div>
This div border color is #db833c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,131,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db833c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db833c; -webkit-box-shadow: 1px 1px 3px 2px #db833c; box-shadow: 1px 1px 3px 2px #db833c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,131,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db833c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db833c; -webkit-box-shadow: 1px 1px 3px 2px #db833c; box-shadow: 1px 1px 3px 2px #db833c;">
Div content here</div>
This div box has shadow with color #db833c
Comments
No comments written yet.
Please login to write comment.