Color spaces of #dcd419
RGB | 220 | 212 | 25 |
---|---|---|---|
HSL | 0.16 | 0.80 | 0.48 |
HSV | 58° | 89° | 86° |
CMYK | 0.00 | 0.04 | 0.89 0.14 |
XYZ | 53.2342 | 62.3728 | 10.1531 |
Yxy | 62.3728 | 0.4233 | 0.4960 |
Hunter Lab | 78.9765 | -17.8906 | 47.6613 |
CIE-Lab | 83.1113 | -15.0549 | 80.1880 |
#dcd419 color RGB value is (220,212,25).
#dcd419 hex color red value is 220, green value is 212 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dcd419 hue: 0.16 , saturation: 0.80 and the lightness value of dcd419 is 0.48.
The process color (four color CMYK) of #dcd419 color hex is 0.00, 0.04, 0.89, 0.14. Web safe color of #dcd419 is #cccc00. Color #dcd419 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11010100 | 00011001 |
Octal | 334 | 324 | 31 |
Decimal | 220 | 212 | 25 |
Hex | DC | D4 | 19 |
Shades of #dcd419
Tints of #dcd419
RGB Percentages of Color #dcd419
CMYK Percentages of Color #dcd419
Complementary Color
#dcd419 | #1921dc |
#dcd419 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd419 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd419 Color CSS Codes
.mybgcolor {background-color:#dcd419; } .myforecolor {color:#dcd419; } .mybordercolor {border:3px solid #dcd419; }
#dcd419 Text Font Color
<p style="color:#dcd419">Text here</p>
This sample text font color is #dcd419
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.
#dcd419 Background Color
<div style="background-color:#dcd419">
Div content here</div>
This div background color is #dcd419
#dcd419 Border Color
<div style="border:3px solid #dcd419">
Div here</div>
This div border color is #dcd419
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,212,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd419; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd419; -webkit-box-shadow: 1px 1px 3px 2px #dcd419; box-shadow: 1px 1px 3px 2px #dcd419; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,212,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd419">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd419; -webkit-box-shadow: 1px 1px 3px 2px #dcd419; box-shadow: 1px 1px 3px 2px #dcd419;">
Div content here</div>
This div box has shadow with color #dcd419
Comments
No comments written yet.
Please login to write comment.