Color spaces of #dbc61b
RGB | 219 | 198 | 27 |
---|---|---|---|
HSL | 0.15 | 0.78 | 0.48 |
HSV | 53° | 88° | 86° |
CMYK | 0.00 | 0.10 | 0.88 0.14 |
XYZ | 49.6053 | 55.5274 | 9.1403 |
Yxy | 55.5274 | 0.4341 | 0.4859 |
Hunter Lab | 74.5167 | -11.5779 | 44.8891 |
CIE-Lab | 79.3441 | -8.4035 | 76.8147 |
#dbc61b color RGB value is (219,198,27).
#dbc61b hex color red value is 219, green value is 198 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dbc61b hue: 0.15 , saturation: 0.78 and the lightness value of dbc61b is 0.48.
The process color (four color CMYK) of #dbc61b color hex is 0.00, 0.10, 0.88, 0.14. Web safe color of #dbc61b is #cccc33. Color #dbc61b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000110 | 00011011 |
Octal | 333 | 306 | 33 |
Decimal | 219 | 198 | 27 |
Hex | DB | C6 | 1B |
Shades of #dbc61b
Tints of #dbc61b
RGB Percentages of Color #dbc61b
CMYK Percentages of Color #dbc61b
Complementary Color
#dbc61b | #1b30db |
#dbc61b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc61b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc61b Color CSS Codes
.mybgcolor {background-color:#dbc61b; } .myforecolor {color:#dbc61b; } .mybordercolor {border:3px solid #dbc61b; }
#dbc61b Text Font Color
<p style="color:#dbc61b">Text here</p>
This sample text font color is #dbc61b
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.
#dbc61b Background Color
<div style="background-color:#dbc61b">
Div content here</div>
This div background color is #dbc61b
#dbc61b Border Color
<div style="border:3px solid #dbc61b">
Div here</div>
This div border color is #dbc61b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,198,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc61b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc61b; -webkit-box-shadow: 1px 1px 3px 2px #dbc61b; box-shadow: 1px 1px 3px 2px #dbc61b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,198,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc61b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc61b; -webkit-box-shadow: 1px 1px 3px 2px #dbc61b; box-shadow: 1px 1px 3px 2px #dbc61b;">
Div content here</div>
This div box has shadow with color #dbc61b
Comments
No comments written yet.
Please login to write comment.