Color spaces of #dcbc05
RGB | 220 | 188 | 5 |
---|---|---|---|
HSL | 0.14 | 0.96 | 0.44 |
HSV | 51° | 98° | 86° |
CMYK | 0.00 | 0.15 | 0.98 0.14 |
XYZ | 47.5258 | 51.1930 | 7.5199 |
Yxy | 51.1930 | 0.4473 | 0.4819 |
Hunter Lab | 71.5493 | -6.6446 | 43.8531 |
CIE-Lab | 76.7958 | -3.1251 | 77.9360 |
#dcbc05 color RGB value is (220,188,5).
#dcbc05 hex color red value is 220, green value is 188 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dcbc05 hue: 0.14 , saturation: 0.96 and the lightness value of dcbc05 is 0.44.
The process color (four color CMYK) of #dcbc05 color hex is 0.00, 0.15, 0.98, 0.14. Web safe color of #dcbc05 is #cccc00. Color #dcbc05 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111100 | 00000101 |
Octal | 334 | 274 | 5 |
Decimal | 220 | 188 | 5 |
Hex | DC | BC | 5 |
Shades of #dcbc05
Tints of #dcbc05
RGB Percentages of Color #dcbc05
CMYK Percentages of Color #dcbc05
Complementary Color
#dcbc05 | #0525dc |
#dcbc05 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbc05 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbc05 Color CSS Codes
.mybgcolor {background-color:#dcbc05; } .myforecolor {color:#dcbc05; } .mybordercolor {border:3px solid #dcbc05; }
#dcbc05 Text Font Color
<p style="color:#dcbc05">Text here</p>
This sample text font color is #dcbc05
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.
#dcbc05 Background Color
<div style="background-color:#dcbc05">
Div content here</div>
This div background color is #dcbc05
#dcbc05 Border Color
<div style="border:3px solid #dcbc05">
Div here</div>
This div border color is #dcbc05
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,188,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbc05; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbc05; -webkit-box-shadow: 1px 1px 3px 2px #dcbc05; box-shadow: 1px 1px 3px 2px #dcbc05; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,188,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbc05">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbc05; -webkit-box-shadow: 1px 1px 3px 2px #dcbc05; box-shadow: 1px 1px 3px 2px #dcbc05;">
Div content here</div>
This div box has shadow with color #dcbc05
Comments
No comments written yet.
Please login to write comment.