Color spaces of #dbab0f
RGB | 219 | 171 | 15 |
---|---|---|---|
HSL | 0.13 | 0.87 | 0.46 |
HSV | 46° | 93° | 86° |
CMYK | 0.00 | 0.22 | 0.93 0.14 |
XYZ | 43.8626 | 44.2204 | 6.6755 |
Yxy | 44.2204 | 0.4629 | 0.4667 |
Hunter Lab | 66.4984 | 1.3670 | 40.5970 |
CIE-Lab | 72.3756 | 5.4574 | 73.5090 |
#dbab0f color RGB value is (219,171,15).
#dbab0f hex color red value is 219, green value is 171 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dbab0f hue: 0.13 , saturation: 0.87 and the lightness value of dbab0f is 0.46.
The process color (four color CMYK) of #dbab0f color hex is 0.00, 0.22, 0.93, 0.14. Web safe color of #dbab0f is #cc9900. Color #dbab0f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101011 | 00001111 |
Octal | 333 | 253 | 17 |
Decimal | 219 | 171 | 15 |
Hex | DB | AB | F |
Shades of #dbab0f
Tints of #dbab0f
RGB Percentages of Color #dbab0f
CMYK Percentages of Color #dbab0f
Complementary Color
#dbab0f | #0f3fdb |
#dbab0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbab0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbab0f Color CSS Codes
.mybgcolor {background-color:#dbab0f; } .myforecolor {color:#dbab0f; } .mybordercolor {border:3px solid #dbab0f; }
#dbab0f Text Font Color
<p style="color:#dbab0f">Text here</p>
This sample text font color is #dbab0f
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.
#dbab0f Background Color
<div style="background-color:#dbab0f">
Div content here</div>
This div background color is #dbab0f
#dbab0f Border Color
<div style="border:3px solid #dbab0f">
Div here</div>
This div border color is #dbab0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,171,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbab0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbab0f; -webkit-box-shadow: 1px 1px 3px 2px #dbab0f; box-shadow: 1px 1px 3px 2px #dbab0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,171,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbab0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbab0f; -webkit-box-shadow: 1px 1px 3px 2px #dbab0f; box-shadow: 1px 1px 3px 2px #dbab0f;">
Div content here</div>
This div box has shadow with color #dbab0f
Comments
No comments written yet.
Please login to write comment.