Color spaces of #dab43d
RGB | 218 | 180 | 61 |
---|---|---|---|
HSL | 0.13 | 0.68 | 0.55 |
HSV | 45° | 72° | 85° |
CMYK | 0.00 | 0.17 | 0.72 0.15 |
XYZ | 46.0770 | 47.8849 | 11.2291 |
Yxy | 47.8849 | 0.4380 | 0.4552 |
Hunter Lab | 69.1989 | -2.2416 | 38.8181 |
CIE-Lab | 74.7523 | 1.6087 | 62.6791 |
#dab43d color RGB value is (218,180,61).
#dab43d hex color red value is 218, green value is 180 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dab43d hue: 0.13 , saturation: 0.68 and the lightness value of dab43d is 0.55.
The process color (four color CMYK) of #dab43d color hex is 0.00, 0.17, 0.72, 0.15. Web safe color of #dab43d is #cccc33. Color #dab43d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110100 | 00111101 |
Octal | 332 | 264 | 75 |
Decimal | 218 | 180 | 61 |
Hex | DA | B4 | 3D |
Shades of #dab43d
Tints of #dab43d
RGB Percentages of Color #dab43d
CMYK Percentages of Color #dab43d
Complementary Color
#dab43d | #3d63da |
#dab43d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab43d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab43d Color CSS Codes
.mybgcolor {background-color:#dab43d; } .myforecolor {color:#dab43d; } .mybordercolor {border:3px solid #dab43d; }
#dab43d Text Font Color
<p style="color:#dab43d">Text here</p>
This sample text font color is #dab43d
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.
#dab43d Background Color
<div style="background-color:#dab43d">
Div content here</div>
This div background color is #dab43d
#dab43d Border Color
<div style="border:3px solid #dab43d">
Div here</div>
This div border color is #dab43d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,180,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab43d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab43d; -webkit-box-shadow: 1px 1px 3px 2px #dab43d; box-shadow: 1px 1px 3px 2px #dab43d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,180,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab43d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab43d; -webkit-box-shadow: 1px 1px 3px 2px #dab43d; box-shadow: 1px 1px 3px 2px #dab43d;">
Div content here</div>
This div box has shadow with color #dab43d
Comments
No comments written yet.
Please login to write comment.