Color spaces of #dab923
RGB | 218 | 185 | 35 |
---|---|---|---|
HSL | 0.14 | 0.72 | 0.50 |
HSV | 49° | 84° | 85° |
CMYK | 0.00 | 0.15 | 0.84 0.15 |
XYZ | 46.5658 | 49.7247 | 8.7337 |
Yxy | 49.7247 | 0.4434 | 0.4735 |
Hunter Lab | 70.5157 | -5.5282 | 42.0177 |
CIE-Lab | 75.9000 | -1.9542 | 72.1949 |
#dab923 color RGB value is (218,185,35).
#dab923 hex color red value is 218, green value is 185 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dab923 hue: 0.14 , saturation: 0.72 and the lightness value of dab923 is 0.50.
The process color (four color CMYK) of #dab923 color hex is 0.00, 0.15, 0.84, 0.15. Web safe color of #dab923 is #cccc33. Color #dab923 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111001 | 00100011 |
Octal | 332 | 271 | 43 |
Decimal | 218 | 185 | 35 |
Hex | DA | B9 | 23 |
Shades of #dab923
Tints of #dab923
RGB Percentages of Color #dab923
CMYK Percentages of Color #dab923
Complementary Color
#dab923 | #2344da |
#dab923 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab923 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab923 Color CSS Codes
.mybgcolor {background-color:#dab923; } .myforecolor {color:#dab923; } .mybordercolor {border:3px solid #dab923; }
#dab923 Text Font Color
<p style="color:#dab923">Text here</p>
This sample text font color is #dab923
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.
#dab923 Background Color
<div style="background-color:#dab923">
Div content here</div>
This div background color is #dab923
#dab923 Border Color
<div style="border:3px solid #dab923">
Div here</div>
This div border color is #dab923
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,185,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab923; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab923; -webkit-box-shadow: 1px 1px 3px 2px #dab923; box-shadow: 1px 1px 3px 2px #dab923; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,185,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab923">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab923; -webkit-box-shadow: 1px 1px 3px 2px #dab923; box-shadow: 1px 1px 3px 2px #dab923;">
Div content here</div>
This div box has shadow with color #dab923
Comments
No comments written yet.
Please login to write comment.