Color spaces of #dbc70e
RGB | 219 | 199 | 14 |
---|---|---|---|
HSL | 0.15 | 0.88 | 0.46 |
HSV | 54° | 94° | 86° |
CMYK | 0.00 | 0.09 | 0.94 0.14 |
XYZ | 49.7161 | 55.9386 | 8.5924 |
Yxy | 55.9386 | 0.4352 | 0.4896 |
Hunter Lab | 74.7921 | -12.2330 | 45.5430 |
CIE-Lab | 79.5789 | -9.1159 | 79.0055 |
#dbc70e color RGB value is (219,199,14).
#dbc70e hex color red value is 219, green value is 199 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbc70e hue: 0.15 , saturation: 0.88 and the lightness value of dbc70e is 0.46.
The process color (four color CMYK) of #dbc70e color hex is 0.00, 0.09, 0.94, 0.14. Web safe color of #dbc70e is #cccc00. Color #dbc70e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000111 | 00001110 |
Octal | 333 | 307 | 16 |
Decimal | 219 | 199 | 14 |
Hex | DB | C7 | E |
Shades of #dbc70e
Tints of #dbc70e
RGB Percentages of Color #dbc70e
CMYK Percentages of Color #dbc70e
Complementary Color
#dbc70e | #0e22db |
#dbc70e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc70e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc70e Color CSS Codes
.mybgcolor {background-color:#dbc70e; } .myforecolor {color:#dbc70e; } .mybordercolor {border:3px solid #dbc70e; }
#dbc70e Text Font Color
<p style="color:#dbc70e">Text here</p>
This sample text font color is #dbc70e
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.
#dbc70e Background Color
<div style="background-color:#dbc70e">
Div content here</div>
This div background color is #dbc70e
#dbc70e Border Color
<div style="border:3px solid #dbc70e">
Div here</div>
This div border color is #dbc70e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,199,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc70e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc70e; -webkit-box-shadow: 1px 1px 3px 2px #dbc70e; box-shadow: 1px 1px 3px 2px #dbc70e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,199,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc70e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc70e; -webkit-box-shadow: 1px 1px 3px 2px #dbc70e; box-shadow: 1px 1px 3px 2px #dbc70e;">
Div content here</div>
This div box has shadow with color #dbc70e
Comments
No comments written yet.
Please login to write comment.