Color spaces of #dbb03f
RGB | 219 | 176 | 63 |
---|---|---|---|
HSL | 0.12 | 0.68 | 0.55 |
HSV | 43° | 71° | 86° |
CMYK | 0.00 | 0.20 | 0.71 0.14 |
XYZ | 45.6360 | 46.4696 | 11.2669 |
Yxy | 46.4696 | 0.4415 | 0.4495 |
Hunter Lab | 68.1686 | 0.2031 | 37.9186 |
CIE-Lab | 73.8492 | 4.2441 | 61.0169 |
#dbb03f color RGB value is (219,176,63).
#dbb03f hex color red value is 219, green value is 176 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dbb03f hue: 0.12 , saturation: 0.68 and the lightness value of dbb03f is 0.55.
The process color (four color CMYK) of #dbb03f color hex is 0.00, 0.20, 0.71, 0.14. Web safe color of #dbb03f is #cc9933. Color #dbb03f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110000 | 00111111 |
Octal | 333 | 260 | 77 |
Decimal | 219 | 176 | 63 |
Hex | DB | B0 | 3F |
Shades of #dbb03f
Tints of #dbb03f
RGB Percentages of Color #dbb03f
CMYK Percentages of Color #dbb03f
Complementary Color
#dbb03f | #3f6adb |
#dbb03f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb03f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb03f Color CSS Codes
.mybgcolor {background-color:#dbb03f; } .myforecolor {color:#dbb03f; } .mybordercolor {border:3px solid #dbb03f; }
#dbb03f Text Font Color
<p style="color:#dbb03f">Text here</p>
This sample text font color is #dbb03f
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.
#dbb03f Background Color
<div style="background-color:#dbb03f">
Div content here</div>
This div background color is #dbb03f
#dbb03f Border Color
<div style="border:3px solid #dbb03f">
Div here</div>
This div border color is #dbb03f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,176,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb03f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb03f; -webkit-box-shadow: 1px 1px 3px 2px #dbb03f; box-shadow: 1px 1px 3px 2px #dbb03f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,176,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb03f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb03f; -webkit-box-shadow: 1px 1px 3px 2px #dbb03f; box-shadow: 1px 1px 3px 2px #dbb03f;">
Div content here</div>
This div box has shadow with color #dbb03f
Comments
No comments written yet.
Please login to write comment.