Color spaces of #dba04f
RGB | 219 | 160 | 79 |
---|---|---|---|
HSL | 0.10 | 0.66 | 0.58 |
HSV | 35° | 64° | 86° |
CMYK | 0.00 | 0.27 | 0.64 0.14 |
XYZ | 43.1955 | 40.7662 | 12.9891 |
Yxy | 40.7662 | 0.4455 | 0.4205 |
Hunter Lab | 63.8484 | 9.0263 | 32.6321 |
CIE-Lab | 70.0118 | 13.6772 | 49.8415 |
#dba04f color RGB value is (219,160,79).
#dba04f hex color red value is 219, green value is 160 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dba04f hue: 0.10 , saturation: 0.66 and the lightness value of dba04f is 0.58.
The process color (four color CMYK) of #dba04f color hex is 0.00, 0.27, 0.64, 0.14. Web safe color of #dba04f is #cc9966. Color #dba04f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10100000 | 01001111 |
Octal | 333 | 240 | 117 |
Decimal | 219 | 160 | 79 |
Hex | DB | A0 | 4F |
Shades of #dba04f
Tints of #dba04f
RGB Percentages of Color #dba04f
CMYK Percentages of Color #dba04f
Complementary Color
#dba04f | #4f8adb |
#dba04f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba04f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba04f Color CSS Codes
.mybgcolor {background-color:#dba04f; } .myforecolor {color:#dba04f; } .mybordercolor {border:3px solid #dba04f; }
#dba04f Text Font Color
<p style="color:#dba04f">Text here</p>
This sample text font color is #dba04f
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.
#dba04f Background Color
<div style="background-color:#dba04f">
Div content here</div>
This div background color is #dba04f
#dba04f Border Color
<div style="border:3px solid #dba04f">
Div here</div>
This div border color is #dba04f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,160,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba04f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba04f; -webkit-box-shadow: 1px 1px 3px 2px #dba04f; box-shadow: 1px 1px 3px 2px #dba04f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,160,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba04f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba04f; -webkit-box-shadow: 1px 1px 3px 2px #dba04f; box-shadow: 1px 1px 3px 2px #dba04f;">
Div content here</div>
This div box has shadow with color #dba04f
Comments
No comments written yet.
Please login to write comment.