Color spaces of #dbcc01
RGB | 219 | 204 | 1 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.43 |
HSV | 56° | 100° | 86° |
CMYK | 0.00 | 0.07 | 1.00 0.14 |
XYZ | 50.8118 | 58.2480 | 8.5936 |
Yxy | 58.2480 | 0.4319 | 0.4951 |
Hunter Lab | 76.3204 | -14.7208 | 46.7483 |
CIE-Lab | 80.8765 | -11.7710 | 81.2387 |
#dbcc01 color RGB value is (219,204,1).
#dbcc01 hex color red value is 219, green value is 204 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dbcc01 hue: 0.16 , saturation: 0.99 and the lightness value of dbcc01 is 0.43.
The process color (four color CMYK) of #dbcc01 color hex is 0.00, 0.07, 1.00, 0.14. Web safe color of #dbcc01 is #cccc00. Color #dbcc01 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001100 | 00000001 |
Octal | 333 | 314 | 1 |
Decimal | 219 | 204 | 1 |
Hex | DB | CC | 1 |
Shades of #dbcc01
Tints of #dbcc01
RGB Percentages of Color #dbcc01
CMYK Percentages of Color #dbcc01
Complementary Color
#dbcc01 | #0110db |
#dbcc01 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcc01 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcc01 Color CSS Codes
.mybgcolor {background-color:#dbcc01; } .myforecolor {color:#dbcc01; } .mybordercolor {border:3px solid #dbcc01; }
#dbcc01 Text Font Color
<p style="color:#dbcc01">Text here</p>
This sample text font color is #dbcc01
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.
#dbcc01 Background Color
<div style="background-color:#dbcc01">
Div content here</div>
This div background color is #dbcc01
#dbcc01 Border Color
<div style="border:3px solid #dbcc01">
Div here</div>
This div border color is #dbcc01
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,204,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcc01; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcc01; -webkit-box-shadow: 1px 1px 3px 2px #dbcc01; box-shadow: 1px 1px 3px 2px #dbcc01; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,204,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcc01">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcc01; -webkit-box-shadow: 1px 1px 3px 2px #dbcc01; box-shadow: 1px 1px 3px 2px #dbcc01;">
Div content here</div>
This div box has shadow with color #dbcc01
Comments
No comments written yet.
Please login to write comment.