Color spaces of #dbb928
RGB | 219 | 185 | 40 |
---|---|---|---|
HSL | 0.14 | 0.71 | 0.51 |
HSV | 49° | 82° | 86° |
CMYK | 0.00 | 0.16 | 0.82 0.14 |
XYZ | 46.9454 | 49.9112 | 9.1670 |
Yxy | 49.9112 | 0.4428 | 0.4708 |
Hunter Lab | 70.6479 | -5.0208 | 41.7603 |
CIE-Lab | 76.0147 | -1.3807 | 70.9893 |
#dbb928 color RGB value is (219,185,40).
#dbb928 hex color red value is 219, green value is 185 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dbb928 hue: 0.14 , saturation: 0.71 and the lightness value of dbb928 is 0.51.
The process color (four color CMYK) of #dbb928 color hex is 0.00, 0.16, 0.82, 0.14. Web safe color of #dbb928 is #cccc33. Color #dbb928 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111001 | 00101000 |
Octal | 333 | 271 | 50 |
Decimal | 219 | 185 | 40 |
Hex | DB | B9 | 28 |
Shades of #dbb928
Tints of #dbb928
RGB Percentages of Color #dbb928
CMYK Percentages of Color #dbb928
Complementary Color
#dbb928 | #284adb |
#dbb928 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb928 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb928 Color CSS Codes
.mybgcolor {background-color:#dbb928; } .myforecolor {color:#dbb928; } .mybordercolor {border:3px solid #dbb928; }
#dbb928 Text Font Color
<p style="color:#dbb928">Text here</p>
This sample text font color is #dbb928
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.
#dbb928 Background Color
<div style="background-color:#dbb928">
Div content here</div>
This div background color is #dbb928
#dbb928 Border Color
<div style="border:3px solid #dbb928">
Div here</div>
This div border color is #dbb928
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,185,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb928; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb928; -webkit-box-shadow: 1px 1px 3px 2px #dbb928; box-shadow: 1px 1px 3px 2px #dbb928; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,185,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb928">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb928; -webkit-box-shadow: 1px 1px 3px 2px #dbb928; box-shadow: 1px 1px 3px 2px #dbb928;">
Div content here</div>
This div box has shadow with color #dbb928
Comments
No comments written yet.
Please login to write comment.