Color spaces of #dbd451
RGB | 219 | 212 | 81 |
---|---|---|---|
HSL | 0.16 | 0.66 | 0.59 |
HSV | 57° | 63° | 86° |
CMYK | 0.00 | 0.03 | 0.63 0.14 |
XYZ | 54.2421 | 62.7411 | 17.0360 |
Yxy | 62.7411 | 0.4047 | 0.4682 |
Hunter Lab | 79.2093 | -16.3804 | 42.6947 |
CIE-Lab | 83.3060 | -13.3092 | 63.4469 |
#dbd451 color RGB value is (219,212,81).
#dbd451 hex color red value is 219, green value is 212 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dbd451 hue: 0.16 , saturation: 0.66 and the lightness value of dbd451 is 0.59.
The process color (four color CMYK) of #dbd451 color hex is 0.00, 0.03, 0.63, 0.14. Web safe color of #dbd451 is #cccc66. Color #dbd451 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010100 | 01010001 |
Octal | 333 | 324 | 121 |
Decimal | 219 | 212 | 81 |
Hex | DB | D4 | 51 |
Shades of #dbd451
Tints of #dbd451
RGB Percentages of Color #dbd451
CMYK Percentages of Color #dbd451
Complementary Color
#dbd451 | #5158db |
#dbd451 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd451 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd451 Color CSS Codes
.mybgcolor {background-color:#dbd451; } .myforecolor {color:#dbd451; } .mybordercolor {border:3px solid #dbd451; }
#dbd451 Text Font Color
<p style="color:#dbd451">Text here</p>
This sample text font color is #dbd451
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.
#dbd451 Background Color
<div style="background-color:#dbd451">
Div content here</div>
This div background color is #dbd451
#dbd451 Border Color
<div style="border:3px solid #dbd451">
Div here</div>
This div border color is #dbd451
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,212,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd451; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd451; -webkit-box-shadow: 1px 1px 3px 2px #dbd451; box-shadow: 1px 1px 3px 2px #dbd451; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,212,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd451">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd451; -webkit-box-shadow: 1px 1px 3px 2px #dbd451; box-shadow: 1px 1px 3px 2px #dbd451;">
Div content here</div>
This div box has shadow with color #dbd451
Comments
No comments written yet.
Please login to write comment.