Color spaces of #dcb610
RGB | 220 | 182 | 16 |
---|---|---|---|
HSL | 0.14 | 0.86 | 0.46 |
HSV | 49° | 93° | 86° |
CMYK | 0.00 | 0.17 | 0.93 0.14 |
XYZ | 46.3367 | 48.7090 | 7.4498 |
Yxy | 48.7090 | 0.4521 | 0.4752 |
Hunter Lab | 69.7918 | -3.6247 | 42.5255 |
CIE-Lab | 75.2699 | 0.1140 | 75.5610 |
#dcb610 color RGB value is (220,182,16).
#dcb610 hex color red value is 220, green value is 182 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dcb610 hue: 0.14 , saturation: 0.86 and the lightness value of dcb610 is 0.46.
The process color (four color CMYK) of #dcb610 color hex is 0.00, 0.17, 0.93, 0.14. Web safe color of #dcb610 is #cccc00. Color #dcb610 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10110110 | 00010000 |
Octal | 334 | 266 | 20 |
Decimal | 220 | 182 | 16 |
Hex | DC | B6 | 10 |
Shades of #dcb610
Tints of #dcb610
RGB Percentages of Color #dcb610
CMYK Percentages of Color #dcb610
Complementary Color
#dcb610 | #1036dc |
#dcb610 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb610 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb610 Color CSS Codes
.mybgcolor {background-color:#dcb610; } .myforecolor {color:#dcb610; } .mybordercolor {border:3px solid #dcb610; }
#dcb610 Text Font Color
<p style="color:#dcb610">Text here</p>
This sample text font color is #dcb610
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.
#dcb610 Background Color
<div style="background-color:#dcb610">
Div content here</div>
This div background color is #dcb610
#dcb610 Border Color
<div style="border:3px solid #dcb610">
Div here</div>
This div border color is #dcb610
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,182,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb610; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb610; -webkit-box-shadow: 1px 1px 3px 2px #dcb610; box-shadow: 1px 1px 3px 2px #dcb610; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,182,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb610">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb610; -webkit-box-shadow: 1px 1px 3px 2px #dcb610; box-shadow: 1px 1px 3px 2px #dcb610;">
Div content here</div>
This div box has shadow with color #dcb610
Comments
No comments written yet.
Please login to write comment.