Color spaces of #dab63c
RGB | 218 | 182 | 60 |
---|---|---|---|
HSL | 0.13 | 0.68 | 0.55 |
HSV | 46° | 72° | 85° |
CMYK | 0.00 | 0.17 | 0.72 0.15 |
XYZ | 46.4570 | 48.6876 | 11.2241 |
Yxy | 48.6876 | 0.4368 | 0.4577 |
Hunter Lab | 69.7765 | -3.2641 | 39.3063 |
CIE-Lab | 75.2566 | 0.5119 | 63.5624 |
#dab63c color RGB value is (218,182,60).
#dab63c hex color red value is 218, green value is 182 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dab63c hue: 0.13 , saturation: 0.68 and the lightness value of dab63c is 0.55.
The process color (four color CMYK) of #dab63c color hex is 0.00, 0.17, 0.72, 0.15. Web safe color of #dab63c is #cccc33. Color #dab63c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110110 | 00111100 |
Octal | 332 | 266 | 74 |
Decimal | 218 | 182 | 60 |
Hex | DA | B6 | 3C |
Shades of #dab63c
Tints of #dab63c
RGB Percentages of Color #dab63c
CMYK Percentages of Color #dab63c
Complementary Color
#dab63c | #3c60da |
#dab63c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab63c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab63c Color CSS Codes
.mybgcolor {background-color:#dab63c; } .myforecolor {color:#dab63c; } .mybordercolor {border:3px solid #dab63c; }
#dab63c Text Font Color
<p style="color:#dab63c">Text here</p>
This sample text font color is #dab63c
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.
#dab63c Background Color
<div style="background-color:#dab63c">
Div content here</div>
This div background color is #dab63c
#dab63c Border Color
<div style="border:3px solid #dab63c">
Div here</div>
This div border color is #dab63c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,182,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab63c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab63c; -webkit-box-shadow: 1px 1px 3px 2px #dab63c; box-shadow: 1px 1px 3px 2px #dab63c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,182,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab63c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab63c; -webkit-box-shadow: 1px 1px 3px 2px #dab63c; box-shadow: 1px 1px 3px 2px #dab63c;">
Div content here</div>
This div box has shadow with color #dab63c
Comments
No comments written yet.
Please login to write comment.