Color spaces of #dbbb25
RGB | 219 | 187 | 37 |
---|---|---|---|
HSL | 0.14 | 0.72 | 0.50 |
HSV | 49° | 83° | 86° |
CMYK | 0.00 | 0.15 | 0.83 0.14 |
XYZ | 47.3177 | 50.7343 | 9.0491 |
Yxy | 50.7343 | 0.4418 | 0.4737 |
Hunter Lab | 71.2280 | -6.0691 | 42.3272 |
CIE-Lab | 76.5178 | -2.5070 | 72.2340 |
#dbbb25 color RGB value is (219,187,37).
#dbbb25 hex color red value is 219, green value is 187 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dbbb25 hue: 0.14 , saturation: 0.72 and the lightness value of dbbb25 is 0.50.
The process color (four color CMYK) of #dbbb25 color hex is 0.00, 0.15, 0.83, 0.14. Web safe color of #dbbb25 is #cccc33. Color #dbbb25 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111011 | 00100101 |
Octal | 333 | 273 | 45 |
Decimal | 219 | 187 | 37 |
Hex | DB | BB | 25 |
Shades of #dbbb25
Tints of #dbbb25
RGB Percentages of Color #dbbb25
CMYK Percentages of Color #dbbb25
Complementary Color
#dbbb25 | #2545db |
#dbbb25 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbb25 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbb25 Color CSS Codes
.mybgcolor {background-color:#dbbb25; } .myforecolor {color:#dbbb25; } .mybordercolor {border:3px solid #dbbb25; }
#dbbb25 Text Font Color
<p style="color:#dbbb25">Text here</p>
This sample text font color is #dbbb25
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.
#dbbb25 Background Color
<div style="background-color:#dbbb25">
Div content here</div>
This div background color is #dbbb25
#dbbb25 Border Color
<div style="border:3px solid #dbbb25">
Div here</div>
This div border color is #dbbb25
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,187,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbb25; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbb25; -webkit-box-shadow: 1px 1px 3px 2px #dbbb25; box-shadow: 1px 1px 3px 2px #dbbb25; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,187,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbb25">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbb25; -webkit-box-shadow: 1px 1px 3px 2px #dbbb25; box-shadow: 1px 1px 3px 2px #dbbb25;">
Div content here</div>
This div box has shadow with color #dbbb25
Comments
No comments written yet.
Please login to write comment.