Color spaces of #dbda58
RGB | 219 | 218 | 88 |
---|---|---|---|
HSL | 0.17 | 0.65 | 0.60 |
HSV | 60° | 60° | 86° |
CMYK | 0.00 | 0.00 | 0.60 0.14 |
XYZ | 56.0463 | 65.9075 | 19.0000 |
Yxy | 65.9075 | 0.3976 | 0.4676 |
Hunter Lab | 81.1834 | -18.8406 | 42.9523 |
CIE-Lab | 84.9492 | -15.8440 | 62.2883 |
#dbda58 color RGB value is (219,218,88).
#dbda58 hex color red value is 219, green value is 218 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dbda58 hue: 0.17 , saturation: 0.65 and the lightness value of dbda58 is 0.60.
The process color (four color CMYK) of #dbda58 color hex is 0.00, 0.00, 0.60, 0.14. Web safe color of #dbda58 is #cccc66. Color #dbda58 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011010 | 01011000 |
Octal | 333 | 332 | 130 |
Decimal | 219 | 218 | 88 |
Hex | DB | DA | 58 |
Shades of #dbda58
Tints of #dbda58
RGB Percentages of Color #dbda58
CMYK Percentages of Color #dbda58
Complementary Color
#dbda58 | #5859db |
#dbda58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbda58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbda58 Color CSS Codes
.mybgcolor {background-color:#dbda58; } .myforecolor {color:#dbda58; } .mybordercolor {border:3px solid #dbda58; }
#dbda58 Text Font Color
<p style="color:#dbda58">Text here</p>
This sample text font color is #dbda58
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.
#dbda58 Background Color
<div style="background-color:#dbda58">
Div content here</div>
This div background color is #dbda58
#dbda58 Border Color
<div style="border:3px solid #dbda58">
Div here</div>
This div border color is #dbda58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,218,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbda58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbda58; -webkit-box-shadow: 1px 1px 3px 2px #dbda58; box-shadow: 1px 1px 3px 2px #dbda58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,218,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbda58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbda58; -webkit-box-shadow: 1px 1px 3px 2px #dbda58; box-shadow: 1px 1px 3px 2px #dbda58;">
Div content here</div>
This div box has shadow with color #dbda58
Comments
No comments written yet.
Please login to write comment.