Color spaces of #dcb414
RGB | 220 | 180 | 20 |
---|---|---|---|
HSL | 0.13 | 0.83 | 0.47 |
HSV | 48° | 91° | 86° |
CMYK | 0.00 | 0.18 | 0.91 0.14 |
XYZ | 45.9627 | 47.9087 | 7.4866 |
Yxy | 47.9087 | 0.4535 | 0.4727 |
Hunter Lab | 69.2161 | -2.5959 | 42.0383 |
CIE-Lab | 74.7673 | 1.2189 | 74.5600 |
#dcb414 color RGB value is (220,180,20).
#dcb414 hex color red value is 220, green value is 180 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dcb414 hue: 0.13 , saturation: 0.83 and the lightness value of dcb414 is 0.47.
The process color (four color CMYK) of #dcb414 color hex is 0.00, 0.18, 0.91, 0.14. Web safe color of #dcb414 is #cccc00. Color #dcb414 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10110100 | 00010100 |
Octal | 334 | 264 | 24 |
Decimal | 220 | 180 | 20 |
Hex | DC | B4 | 14 |
Shades of #dcb414
Tints of #dcb414
RGB Percentages of Color #dcb414
CMYK Percentages of Color #dcb414
Complementary Color
#dcb414 | #143cdc |
#dcb414 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb414 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb414 Color CSS Codes
.mybgcolor {background-color:#dcb414; } .myforecolor {color:#dcb414; } .mybordercolor {border:3px solid #dcb414; }
#dcb414 Text Font Color
<p style="color:#dcb414">Text here</p>
This sample text font color is #dcb414
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.
#dcb414 Background Color
<div style="background-color:#dcb414">
Div content here</div>
This div background color is #dcb414
#dcb414 Border Color
<div style="border:3px solid #dcb414">
Div here</div>
This div border color is #dcb414
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,180,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb414; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb414; -webkit-box-shadow: 1px 1px 3px 2px #dcb414; box-shadow: 1px 1px 3px 2px #dcb414; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,180,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb414">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb414; -webkit-box-shadow: 1px 1px 3px 2px #dcb414; box-shadow: 1px 1px 3px 2px #dcb414;">
Div content here</div>
This div box has shadow with color #dcb414
Comments
No comments written yet.
Please login to write comment.