Color spaces of #dccd12
RGB | 220 | 205 | 18 |
---|---|---|---|
HSL | 0.15 | 0.85 | 0.47 |
HSV | 56° | 92° | 86° |
CMYK | 0.00 | 0.07 | 0.92 0.14 |
XYZ | 51.4557 | 58.9220 | 9.2333 |
Yxy | 58.9220 | 0.4302 | 0.4926 |
Hunter Lab | 76.7607 | -14.6756 | 46.6007 |
CIE-Lab | 81.2487 | -11.6685 | 79.8025 |
#dccd12 color RGB value is (220,205,18).
#dccd12 hex color red value is 220, green value is 205 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dccd12 hue: 0.15 , saturation: 0.85 and the lightness value of dccd12 is 0.47.
The process color (four color CMYK) of #dccd12 color hex is 0.00, 0.07, 0.92, 0.14. Web safe color of #dccd12 is #cccc00. Color #dccd12 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 00010010 |
Octal | 334 | 315 | 22 |
Decimal | 220 | 205 | 18 |
Hex | DC | CD | 12 |
Shades of #dccd12
Tints of #dccd12
RGB Percentages of Color #dccd12
CMYK Percentages of Color #dccd12
Complementary Color
#dccd12 | #1221dc |
#dccd12 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccd12 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccd12 Color CSS Codes
.mybgcolor {background-color:#dccd12; } .myforecolor {color:#dccd12; } .mybordercolor {border:3px solid #dccd12; }
#dccd12 Text Font Color
<p style="color:#dccd12">Text here</p>
This sample text font color is #dccd12
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.
#dccd12 Background Color
<div style="background-color:#dccd12">
Div content here</div>
This div background color is #dccd12
#dccd12 Border Color
<div style="border:3px solid #dccd12">
Div here</div>
This div border color is #dccd12
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccd12; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccd12; -webkit-box-shadow: 1px 1px 3px 2px #dccd12; box-shadow: 1px 1px 3px 2px #dccd12; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,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 #dccd12">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccd12; -webkit-box-shadow: 1px 1px 3px 2px #dccd12; box-shadow: 1px 1px 3px 2px #dccd12;">
Div content here</div>
This div box has shadow with color #dccd12
Comments
No comments written yet.
Please login to write comment.