Color spaces of #dbd864
RGB | 219 | 216 | 100 |
---|---|---|---|
HSL | 0.16 | 0.62 | 0.63 |
HSV | 58° | 54° | 86° |
CMYK | 0.00 | 0.01 | 0.54 0.14 |
XYZ | 56.0695 | 65.0919 | 21.6654 |
Yxy | 65.0919 | 0.3926 | 0.4557 |
Hunter Lab | 80.6796 | -17.1379 | 40.5542 |
CIE-Lab | 84.5311 | -13.9838 | 56.5681 |
#dbd864 color RGB value is (219,216,100).
#dbd864 hex color red value is 219, green value is 216 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dbd864 hue: 0.16 , saturation: 0.62 and the lightness value of dbd864 is 0.63.
The process color (four color CMYK) of #dbd864 color hex is 0.00, 0.01, 0.54, 0.14. Web safe color of #dbd864 is #cccc66. Color #dbd864 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011000 | 01100100 |
Octal | 333 | 330 | 144 |
Decimal | 219 | 216 | 100 |
Hex | DB | D8 | 64 |
Shades of #dbd864
Tints of #dbd864
RGB Percentages of Color #dbd864
CMYK Percentages of Color #dbd864
Complementary Color
#dbd864 | #6467db |
#dbd864 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd864 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd864 Color CSS Codes
.mybgcolor {background-color:#dbd864; } .myforecolor {color:#dbd864; } .mybordercolor {border:3px solid #dbd864; }
#dbd864 Text Font Color
<p style="color:#dbd864">Text here</p>
This sample text font color is #dbd864
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.
#dbd864 Background Color
<div style="background-color:#dbd864">
Div content here</div>
This div background color is #dbd864
#dbd864 Border Color
<div style="border:3px solid #dbd864">
Div here</div>
This div border color is #dbd864
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,216,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd864; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd864; -webkit-box-shadow: 1px 1px 3px 2px #dbd864; box-shadow: 1px 1px 3px 2px #dbd864; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,216,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd864">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd864; -webkit-box-shadow: 1px 1px 3px 2px #dbd864; box-shadow: 1px 1px 3px 2px #dbd864;">
Div content here</div>
This div box has shadow with color #dbd864
Comments
No comments written yet.
Please login to write comment.