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