Color spaces of #dbd018
RGB | 219 | 208 | 24 |
---|---|---|---|
HSL | 0.16 | 0.80 | 0.48 |
HSV | 57° | 89° | 86° |
CMYK | 0.00 | 0.05 | 0.89 0.14 |
XYZ | 51.9342 | 60.2378 | 9.7540 |
Yxy | 60.2378 | 0.4259 | 0.4941 |
Hunter Lab | 77.6130 | -16.3808 | 46.8779 |
CIE-Lab | 81.9673 | -13.5065 | 79.4198 |
#dbd018 color RGB value is (219,208,24).
#dbd018 hex color red value is 219, green value is 208 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dbd018 hue: 0.16 , saturation: 0.80 and the lightness value of dbd018 is 0.48.
The process color (four color CMYK) of #dbd018 color hex is 0.00, 0.05, 0.89, 0.14. Web safe color of #dbd018 is #cccc00. Color #dbd018 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010000 | 00011000 |
Octal | 333 | 320 | 30 |
Decimal | 219 | 208 | 24 |
Hex | DB | D0 | 18 |
Shades of #dbd018
Tints of #dbd018
RGB Percentages of Color #dbd018
CMYK Percentages of Color #dbd018
Complementary Color
#dbd018 | #1823db |
#dbd018 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd018 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd018 Color CSS Codes
.mybgcolor {background-color:#dbd018; } .myforecolor {color:#dbd018; } .mybordercolor {border:3px solid #dbd018; }
#dbd018 Text Font Color
<p style="color:#dbd018">Text here</p>
This sample text font color is #dbd018
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.
#dbd018 Background Color
<div style="background-color:#dbd018">
Div content here</div>
This div background color is #dbd018
#dbd018 Border Color
<div style="border:3px solid #dbd018">
Div here</div>
This div border color is #dbd018
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,208,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd018; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd018; -webkit-box-shadow: 1px 1px 3px 2px #dbd018; box-shadow: 1px 1px 3px 2px #dbd018; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,208,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd018">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd018; -webkit-box-shadow: 1px 1px 3px 2px #dbd018; box-shadow: 1px 1px 3px 2px #dbd018;">
Div content here</div>
This div box has shadow with color #dbd018
Comments
No comments written yet.
Please login to write comment.