Color spaces of #dbbe3a
RGB | 219 | 190 | 58 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.54 |
HSV | 49° | 74° | 86° |
CMYK | 0.00 | 0.13 | 0.74 0.14 |
XYZ | 48.3906 | 52.1925 | 11.5267 |
Yxy | 52.1925 | 0.4316 | 0.4655 |
Hunter Lab | 72.2444 | -6.8651 | 41.1113 |
CIE-Lab | 77.3958 | -3.3188 | 66.4155 |
#dbbe3a color RGB value is (219,190,58).
#dbbe3a hex color red value is 219, green value is 190 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dbbe3a hue: 0.14 , saturation: 0.69 and the lightness value of dbbe3a is 0.54.
The process color (four color CMYK) of #dbbe3a color hex is 0.00, 0.13, 0.74, 0.14. Web safe color of #dbbe3a is #cccc33. Color #dbbe3a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111110 | 00111010 |
Octal | 333 | 276 | 72 |
Decimal | 219 | 190 | 58 |
Hex | DB | BE | 3A |
Shades of #dbbe3a
Tints of #dbbe3a
RGB Percentages of Color #dbbe3a
CMYK Percentages of Color #dbbe3a
Complementary Color
#dbbe3a | #3a57db |
#dbbe3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbe3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbe3a Color CSS Codes
.mybgcolor {background-color:#dbbe3a; } .myforecolor {color:#dbbe3a; } .mybordercolor {border:3px solid #dbbe3a; }
#dbbe3a Text Font Color
<p style="color:#dbbe3a">Text here</p>
This sample text font color is #dbbe3a
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.
#dbbe3a Background Color
<div style="background-color:#dbbe3a">
Div content here</div>
This div background color is #dbbe3a
#dbbe3a Border Color
<div style="border:3px solid #dbbe3a">
Div here</div>
This div border color is #dbbe3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,190,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbe3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbe3a; -webkit-box-shadow: 1px 1px 3px 2px #dbbe3a; box-shadow: 1px 1px 3px 2px #dbbe3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,190,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbe3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbe3a; -webkit-box-shadow: 1px 1px 3px 2px #dbbe3a; box-shadow: 1px 1px 3px 2px #dbbe3a;">
Div content here</div>
This div box has shadow with color #dbbe3a
Comments
No comments written yet.
Please login to write comment.