Color spaces of #dbc33c
RGB | 219 | 195 | 60 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.55 |
HSV | 51° | 73° | 86° |
CMYK | 0.00 | 0.11 | 0.73 0.14 |
XYZ | 49.5441 | 54.4165 | 12.1671 |
Yxy | 54.4165 | 0.4266 | 0.4686 |
Hunter Lab | 73.7675 | -9.2082 | 41.8581 |
CIE-Lab | 78.7040 | -5.8100 | 66.9503 |
#dbc33c color RGB value is (219,195,60).
#dbc33c hex color red value is 219, green value is 195 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dbc33c hue: 0.14 , saturation: 0.69 and the lightness value of dbc33c is 0.55.
The process color (four color CMYK) of #dbc33c color hex is 0.00, 0.11, 0.73, 0.14. Web safe color of #dbc33c is #cccc33. Color #dbc33c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000011 | 00111100 |
Octal | 333 | 303 | 74 |
Decimal | 219 | 195 | 60 |
Hex | DB | C3 | 3C |
Shades of #dbc33c
Tints of #dbc33c
RGB Percentages of Color #dbc33c
CMYK Percentages of Color #dbc33c
Complementary Color
#dbc33c | #3c54db |
#dbc33c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc33c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc33c Color CSS Codes
.mybgcolor {background-color:#dbc33c; } .myforecolor {color:#dbc33c; } .mybordercolor {border:3px solid #dbc33c; }
#dbc33c Text Font Color
<p style="color:#dbc33c">Text here</p>
This sample text font color is #dbc33c
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.
#dbc33c Background Color
<div style="background-color:#dbc33c">
Div content here</div>
This div background color is #dbc33c
#dbc33c Border Color
<div style="border:3px solid #dbc33c">
Div here</div>
This div border color is #dbc33c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,195,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc33c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc33c; -webkit-box-shadow: 1px 1px 3px 2px #dbc33c; box-shadow: 1px 1px 3px 2px #dbc33c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,195,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc33c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc33c; -webkit-box-shadow: 1px 1px 3px 2px #dbc33c; box-shadow: 1px 1px 3px 2px #dbc33c;">
Div content here</div>
This div box has shadow with color #dbc33c
Comments
No comments written yet.
Please login to write comment.