Color spaces of #dcda12
RGB | 220 | 218 | 18 |
---|---|---|---|
HSL | 0.17 | 0.85 | 0.47 |
HSV | 59° | 92° | 86° |
CMYK | 0.00 | 0.01 | 0.92 0.14 |
XYZ | 54.6958 | 65.4021 | 10.3134 |
Yxy | 65.4021 | 0.4194 | 0.5015 |
Hunter Lab | 80.8716 | -20.8005 | 49.0490 |
CIE-Lab | 84.6905 | -18.1240 | 82.4360 |
#dcda12 color RGB value is (220,218,18).
#dcda12 hex color red value is 220, green value is 218 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dcda12 hue: 0.17 , saturation: 0.85 and the lightness value of dcda12 is 0.47.
The process color (four color CMYK) of #dcda12 color hex is 0.00, 0.01, 0.92, 0.14. Web safe color of #dcda12 is #cccc00. Color #dcda12 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011010 | 00010010 |
Octal | 334 | 332 | 22 |
Decimal | 220 | 218 | 18 |
Hex | DC | DA | 12 |
Shades of #dcda12
Tints of #dcda12
RGB Percentages of Color #dcda12
CMYK Percentages of Color #dcda12
Complementary Color
#dcda12 | #1214dc |
#dcda12 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcda12 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcda12 Color CSS Codes
.mybgcolor {background-color:#dcda12; } .myforecolor {color:#dcda12; } .mybordercolor {border:3px solid #dcda12; }
#dcda12 Text Font Color
<p style="color:#dcda12">Text here</p>
This sample text font color is #dcda12
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.
#dcda12 Background Color
<div style="background-color:#dcda12">
Div content here</div>
This div background color is #dcda12
#dcda12 Border Color
<div style="border:3px solid #dcda12">
Div here</div>
This div border color is #dcda12
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,218,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcda12; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcda12; -webkit-box-shadow: 1px 1px 3px 2px #dcda12; box-shadow: 1px 1px 3px 2px #dcda12; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,218,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcda12">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcda12; -webkit-box-shadow: 1px 1px 3px 2px #dcda12; box-shadow: 1px 1px 3px 2px #dcda12;">
Div content here</div>
This div box has shadow with color #dcda12
Comments
No comments written yet.
Please login to write comment.