Color spaces of #dba504
RGB | 219 | 165 | 4 |
---|---|---|---|
HSL | 0.12 | 0.96 | 0.44 |
HSV | 45° | 98° | 86° |
CMYK | 0.00 | 0.25 | 0.98 0.14 |
XYZ | 42.6905 | 41.9791 | 5.9676 |
Yxy | 41.9791 | 0.4710 | 0.4632 |
Hunter Lab | 64.7913 | 4.2276 | 39.8930 |
CIE-Lab | 70.8565 | 8.5322 | 73.7824 |
#dba504 color RGB value is (219,165,4).
#dba504 hex color red value is 219, green value is 165 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dba504 hue: 0.12 , saturation: 0.96 and the lightness value of dba504 is 0.44.
The process color (four color CMYK) of #dba504 color hex is 0.00, 0.25, 0.98, 0.14. Web safe color of #dba504 is #cc9900. Color #dba504 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10100101 | 00000100 |
Octal | 333 | 245 | 4 |
Decimal | 219 | 165 | 4 |
Hex | DB | A5 | 4 |
Shades of #dba504
Tints of #dba504
RGB Percentages of Color #dba504
CMYK Percentages of Color #dba504
Complementary Color
#dba504 | #043adb |
#dba504 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba504 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba504 Color CSS Codes
.mybgcolor {background-color:#dba504; } .myforecolor {color:#dba504; } .mybordercolor {border:3px solid #dba504; }
#dba504 Text Font Color
<p style="color:#dba504">Text here</p>
This sample text font color is #dba504
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.
#dba504 Background Color
<div style="background-color:#dba504">
Div content here</div>
This div background color is #dba504
#dba504 Border Color
<div style="border:3px solid #dba504">
Div here</div>
This div border color is #dba504
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,165,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba504; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba504; -webkit-box-shadow: 1px 1px 3px 2px #dba504; box-shadow: 1px 1px 3px 2px #dba504; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,165,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba504">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba504; -webkit-box-shadow: 1px 1px 3px 2px #dba504; box-shadow: 1px 1px 3px 2px #dba504;">
Div content here</div>
This div box has shadow with color #dba504
Comments
No comments written yet.
Please login to write comment.