Color spaces of #dbc937
RGB | 219 | 201 | 55 |
---|---|---|---|
HSL | 0.15 | 0.69 | 0.54 |
HSV | 53° | 75° | 86° |
CMYK | 0.00 | 0.08 | 0.75 0.14 |
XYZ | 50.7897 | 57.1092 | 11.9607 |
Yxy | 57.1092 | 0.4237 | 0.4765 |
Hunter Lab | 75.5706 | -12.2819 | 43.5155 |
CIE-Lab | 80.2410 | -9.0906 | 70.1482 |
#dbc937 color RGB value is (219,201,55).
#dbc937 hex color red value is 219, green value is 201 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dbc937 hue: 0.15 , saturation: 0.69 and the lightness value of dbc937 is 0.54.
The process color (four color CMYK) of #dbc937 color hex is 0.00, 0.08, 0.75, 0.14. Web safe color of #dbc937 is #cccc33. Color #dbc937 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001001 | 00110111 |
Octal | 333 | 311 | 67 |
Decimal | 219 | 201 | 55 |
Hex | DB | C9 | 37 |
Shades of #dbc937
Tints of #dbc937
RGB Percentages of Color #dbc937
CMYK Percentages of Color #dbc937
Complementary Color
#dbc937 | #3749db |
#dbc937 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc937 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc937 Color CSS Codes
.mybgcolor {background-color:#dbc937; } .myforecolor {color:#dbc937; } .mybordercolor {border:3px solid #dbc937; }
#dbc937 Text Font Color
<p style="color:#dbc937">Text here</p>
This sample text font color is #dbc937
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.
#dbc937 Background Color
<div style="background-color:#dbc937">
Div content here</div>
This div background color is #dbc937
#dbc937 Border Color
<div style="border:3px solid #dbc937">
Div here</div>
This div border color is #dbc937
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,201,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc937; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc937; -webkit-box-shadow: 1px 1px 3px 2px #dbc937; box-shadow: 1px 1px 3px 2px #dbc937; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,201,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc937">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc937; -webkit-box-shadow: 1px 1px 3px 2px #dbc937; box-shadow: 1px 1px 3px 2px #dbc937;">
Div content here</div>
This div box has shadow with color #dbc937
Comments
No comments written yet.
Please login to write comment.