Color spaces of #dba833
RGB | 219 | 168 | 51 |
---|---|---|---|
HSL | 0.12 | 0.70 | 0.53 |
HSV | 42° | 77° | 86° |
CMYK | 0.00 | 0.23 | 0.77 0.14 |
XYZ | 43.8136 | 43.3043 | 9.1813 |
Yxy | 43.3043 | 0.4550 | 0.4497 |
Hunter Lab | 65.8060 | 3.6847 | 37.7920 |
CIE-Lab | 71.7610 | 7.9623 | 63.6097 |
#dba833 color RGB value is (219,168,51).
#dba833 hex color red value is 219, green value is 168 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dba833 hue: 0.12 , saturation: 0.70 and the lightness value of dba833 is 0.53.
The process color (four color CMYK) of #dba833 color hex is 0.00, 0.23, 0.77, 0.14. Web safe color of #dba833 is #cc9933. Color #dba833 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101000 | 00110011 |
Octal | 333 | 250 | 63 |
Decimal | 219 | 168 | 51 |
Hex | DB | A8 | 33 |
Shades of #dba833
Tints of #dba833
RGB Percentages of Color #dba833
CMYK Percentages of Color #dba833
Complementary Color
#dba833 | #3366db |
#dba833 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba833 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba833 Color CSS Codes
.mybgcolor {background-color:#dba833; } .myforecolor {color:#dba833; } .mybordercolor {border:3px solid #dba833; }
#dba833 Text Font Color
<p style="color:#dba833">Text here</p>
This sample text font color is #dba833
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.
#dba833 Background Color
<div style="background-color:#dba833">
Div content here</div>
This div background color is #dba833
#dba833 Border Color
<div style="border:3px solid #dba833">
Div here</div>
This div border color is #dba833
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,168,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba833; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba833; -webkit-box-shadow: 1px 1px 3px 2px #dba833; box-shadow: 1px 1px 3px 2px #dba833; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,168,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba833">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba833; -webkit-box-shadow: 1px 1px 3px 2px #dba833; box-shadow: 1px 1px 3px 2px #dba833;">
Div content here</div>
This div box has shadow with color #dba833
Comments
No comments written yet.
Please login to write comment.