Color spaces of #dbc02d
RGB | 219 | 192 | 45 |
---|---|---|---|
HSL | 0.14 | 0.71 | 0.52 |
HSV | 51° | 79° | 86° |
CMYK | 0.00 | 0.12 | 0.79 0.14 |
XYZ | 48.5367 | 52.9488 | 10.1446 |
Yxy | 52.9488 | 0.4348 | 0.4743 |
Hunter Lab | 72.7659 | -8.2764 | 42.6703 |
CIE-Lab | 77.8448 | -4.8525 | 71.1331 |
#dbc02d color RGB value is (219,192,45).
#dbc02d hex color red value is 219, green value is 192 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dbc02d hue: 0.14 , saturation: 0.71 and the lightness value of dbc02d is 0.52.
The process color (four color CMYK) of #dbc02d color hex is 0.00, 0.12, 0.79, 0.14. Web safe color of #dbc02d is #cccc33. Color #dbc02d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000000 | 00101101 |
Octal | 333 | 300 | 55 |
Decimal | 219 | 192 | 45 |
Hex | DB | C0 | 2D |
Shades of #dbc02d
Tints of #dbc02d
RGB Percentages of Color #dbc02d
CMYK Percentages of Color #dbc02d
Complementary Color
#dbc02d | #2d48db |
#dbc02d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc02d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc02d Color CSS Codes
.mybgcolor {background-color:#dbc02d; } .myforecolor {color:#dbc02d; } .mybordercolor {border:3px solid #dbc02d; }
#dbc02d Text Font Color
<p style="color:#dbc02d">Text here</p>
This sample text font color is #dbc02d
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.
#dbc02d Background Color
<div style="background-color:#dbc02d">
Div content here</div>
This div background color is #dbc02d
#dbc02d Border Color
<div style="border:3px solid #dbc02d">
Div here</div>
This div border color is #dbc02d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,192,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc02d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc02d; -webkit-box-shadow: 1px 1px 3px 2px #dbc02d; box-shadow: 1px 1px 3px 2px #dbc02d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,192,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc02d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc02d; -webkit-box-shadow: 1px 1px 3px 2px #dbc02d; box-shadow: 1px 1px 3px 2px #dbc02d;">
Div content here</div>
This div box has shadow with color #dbc02d
Comments
No comments written yet.
Please login to write comment.