Color spaces of #dbb424
RGB | 219 | 180 | 36 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.50 |
HSV | 47° | 84° | 86° |
CMYK | 0.00 | 0.18 | 0.84 0.14 |
XYZ | 45.8531 | 47.8300 | 8.4845 |
Yxy | 47.8300 | 0.4488 | 0.4682 |
Hunter Lab | 69.1592 | -2.6818 | 41.1377 |
CIE-Lab | 74.7176 | 1.1210 | 70.9845 |
#dbb424 color RGB value is (219,180,36).
#dbb424 hex color red value is 219, green value is 180 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dbb424 hue: 0.13 , saturation: 0.72 and the lightness value of dbb424 is 0.50.
The process color (four color CMYK) of #dbb424 color hex is 0.00, 0.18, 0.84, 0.14. Web safe color of #dbb424 is #cccc33. Color #dbb424 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110100 | 00100100 |
Octal | 333 | 264 | 44 |
Decimal | 219 | 180 | 36 |
Hex | DB | B4 | 24 |
Shades of #dbb424
Tints of #dbb424
RGB Percentages of Color #dbb424
CMYK Percentages of Color #dbb424
Complementary Color
#dbb424 | #244bdb |
#dbb424 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb424 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb424 Color CSS Codes
.mybgcolor {background-color:#dbb424; } .myforecolor {color:#dbb424; } .mybordercolor {border:3px solid #dbb424; }
#dbb424 Text Font Color
<p style="color:#dbb424">Text here</p>
This sample text font color is #dbb424
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.
#dbb424 Background Color
<div style="background-color:#dbb424">
Div content here</div>
This div background color is #dbb424
#dbb424 Border Color
<div style="border:3px solid #dbb424">
Div here</div>
This div border color is #dbb424
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,180,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb424; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb424; -webkit-box-shadow: 1px 1px 3px 2px #dbb424; box-shadow: 1px 1px 3px 2px #dbb424; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,180,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb424">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb424; -webkit-box-shadow: 1px 1px 3px 2px #dbb424; box-shadow: 1px 1px 3px 2px #dbb424;">
Div content here</div>
This div box has shadow with color #dbb424
Comments
No comments written yet.
Please login to write comment.