Color spaces of #dac130
RGB | 218 | 193 | 48 |
---|---|---|---|
HSL | 0.14 | 0.70 | 0.52 |
HSV | 51° | 78° | 85° |
CMYK | 0.00 | 0.11 | 0.78 0.15 |
XYZ | 48.5169 | 53.2588 | 10.5192 |
Yxy | 53.2588 | 0.4320 | 0.4743 |
Hunter Lab | 72.9786 | -9.0441 | 42.5389 |
CIE-Lab | 78.0275 | -5.6948 | 70.3457 |
#dac130 color RGB value is (218,193,48).
#dac130 hex color red value is 218, green value is 193 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dac130 hue: 0.14 , saturation: 0.70 and the lightness value of dac130 is 0.52.
The process color (four color CMYK) of #dac130 color hex is 0.00, 0.11, 0.78, 0.15. Web safe color of #dac130 is #cccc33. Color #dac130 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000001 | 00110000 |
Octal | 332 | 301 | 60 |
Decimal | 218 | 193 | 48 |
Hex | DA | C1 | 30 |
Shades of #dac130
Tints of #dac130
RGB Percentages of Color #dac130
CMYK Percentages of Color #dac130
Complementary Color
#dac130 | #3049da |
#dac130 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac130 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac130 Color CSS Codes
.mybgcolor {background-color:#dac130; } .myforecolor {color:#dac130; } .mybordercolor {border:3px solid #dac130; }
#dac130 Text Font Color
<p style="color:#dac130">Text here</p>
This sample text font color is #dac130
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.
#dac130 Background Color
<div style="background-color:#dac130">
Div content here</div>
This div background color is #dac130
#dac130 Border Color
<div style="border:3px solid #dac130">
Div here</div>
This div border color is #dac130
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,193,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac130; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac130; -webkit-box-shadow: 1px 1px 3px 2px #dac130; box-shadow: 1px 1px 3px 2px #dac130; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,193,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac130">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac130; -webkit-box-shadow: 1px 1px 3px 2px #dac130; box-shadow: 1px 1px 3px 2px #dac130;">
Div content here</div>
This div box has shadow with color #dac130
Comments
No comments written yet.
Please login to write comment.