Color spaces of #dab224
RGB | 218 | 178 | 36 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.50 |
HSV | 47° | 83° | 85° |
CMYK | 0.00 | 0.18 | 0.83 0.15 |
XYZ | 45.1523 | 46.8736 | 8.3368 |
Yxy | 46.8736 | 0.4499 | 0.4670 |
Hunter Lab | 68.4643 | -2.0915 | 40.7053 |
CIE-Lab | 74.1088 | 1.7368 | 70.4336 |
#dab224 color RGB value is (218,178,36).
#dab224 hex color red value is 218, green value is 178 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dab224 hue: 0.13 , saturation: 0.72 and the lightness value of dab224 is 0.50.
The process color (four color CMYK) of #dab224 color hex is 0.00, 0.18, 0.83, 0.15. Web safe color of #dab224 is #cc9933. Color #dab224 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110010 | 00100100 |
Octal | 332 | 262 | 44 |
Decimal | 218 | 178 | 36 |
Hex | DA | B2 | 24 |
Shades of #dab224
Tints of #dab224
RGB Percentages of Color #dab224
CMYK Percentages of Color #dab224
Complementary Color
#dab224 | #244cda |
#dab224 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab224 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab224 Color CSS Codes
.mybgcolor {background-color:#dab224; } .myforecolor {color:#dab224; } .mybordercolor {border:3px solid #dab224; }
#dab224 Text Font Color
<p style="color:#dab224">Text here</p>
This sample text font color is #dab224
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.
#dab224 Background Color
<div style="background-color:#dab224">
Div content here</div>
This div background color is #dab224
#dab224 Border Color
<div style="border:3px solid #dab224">
Div here</div>
This div border color is #dab224
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,178,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab224; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab224; -webkit-box-shadow: 1px 1px 3px 2px #dab224; box-shadow: 1px 1px 3px 2px #dab224; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,178,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 #dab224">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab224; -webkit-box-shadow: 1px 1px 3px 2px #dab224; box-shadow: 1px 1px 3px 2px #dab224;">
Div content here</div>
This div box has shadow with color #dab224
Comments
No comments written yet.
Please login to write comment.