Color spaces of #dbc702
RGB | 219 | 199 | 2 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.43 |
HSV | 54° | 99° | 86° |
CMYK | 0.00 | 0.09 | 0.99 0.14 |
XYZ | 49.6478 | 55.9113 | 8.2327 |
Yxy | 55.9113 | 0.4363 | 0.4913 |
Hunter Lab | 74.7739 | -12.3351 | 45.8138 |
CIE-Lab | 79.5633 | -9.2335 | 80.1928 |
#dbc702 color RGB value is (219,199,2).
#dbc702 hex color red value is 219, green value is 199 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dbc702 hue: 0.15 , saturation: 0.98 and the lightness value of dbc702 is 0.43.
The process color (four color CMYK) of #dbc702 color hex is 0.00, 0.09, 0.99, 0.14. Web safe color of #dbc702 is #cccc00. Color #dbc702 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000111 | 00000010 |
Octal | 333 | 307 | 2 |
Decimal | 219 | 199 | 2 |
Hex | DB | C7 | 2 |
Shades of #dbc702
Tints of #dbc702
RGB Percentages of Color #dbc702
CMYK Percentages of Color #dbc702
Complementary Color
#dbc702 | #0216db |
#dbc702 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc702 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc702 Color CSS Codes
.mybgcolor {background-color:#dbc702; } .myforecolor {color:#dbc702; } .mybordercolor {border:3px solid #dbc702; }
#dbc702 Text Font Color
<p style="color:#dbc702">Text here</p>
This sample text font color is #dbc702
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.
#dbc702 Background Color
<div style="background-color:#dbc702">
Div content here</div>
This div background color is #dbc702
#dbc702 Border Color
<div style="border:3px solid #dbc702">
Div here</div>
This div border color is #dbc702
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,199,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc702; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc702; -webkit-box-shadow: 1px 1px 3px 2px #dbc702; box-shadow: 1px 1px 3px 2px #dbc702; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,199,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc702">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc702; -webkit-box-shadow: 1px 1px 3px 2px #dbc702; box-shadow: 1px 1px 3px 2px #dbc702;">
Div content here</div>
This div box has shadow with color #dbc702
Comments
No comments written yet.
Please login to write comment.