Color spaces of #dbcb49
RGB | 219 | 203 | 73 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.57 |
HSV | 53° | 67° | 86° |
CMYK | 0.00 | 0.07 | 0.67 0.14 |
XYZ | 51.7720 | 58.2530 | 14.8186 |
Yxy | 58.2530 | 0.4147 | 0.4666 |
Hunter Lab | 76.3237 | -12.4859 | 41.9151 |
CIE-Lab | 80.8792 | -9.2427 | 64.1576 |
#dbcb49 color RGB value is (219,203,73).
#dbcb49 hex color red value is 219, green value is 203 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dbcb49 hue: 0.15 , saturation: 0.67 and the lightness value of dbcb49 is 0.57.
The process color (four color CMYK) of #dbcb49 color hex is 0.00, 0.07, 0.67, 0.14. Web safe color of #dbcb49 is #cccc33. Color #dbcb49 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001011 | 01001001 |
Octal | 333 | 313 | 111 |
Decimal | 219 | 203 | 73 |
Hex | DB | CB | 49 |
Shades of #dbcb49
Tints of #dbcb49
RGB Percentages of Color #dbcb49
CMYK Percentages of Color #dbcb49
Complementary Color
#dbcb49 | #4959db |
#dbcb49 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcb49 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcb49 Color CSS Codes
.mybgcolor {background-color:#dbcb49; } .myforecolor {color:#dbcb49; } .mybordercolor {border:3px solid #dbcb49; }
#dbcb49 Text Font Color
<p style="color:#dbcb49">Text here</p>
This sample text font color is #dbcb49
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.
#dbcb49 Background Color
<div style="background-color:#dbcb49">
Div content here</div>
This div background color is #dbcb49
#dbcb49 Border Color
<div style="border:3px solid #dbcb49">
Div here</div>
This div border color is #dbcb49
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,203,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcb49; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcb49; -webkit-box-shadow: 1px 1px 3px 2px #dbcb49; box-shadow: 1px 1px 3px 2px #dbcb49; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,203,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcb49">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcb49; -webkit-box-shadow: 1px 1px 3px 2px #dbcb49; box-shadow: 1px 1px 3px 2px #dbcb49;">
Div content here</div>
This div box has shadow with color #dbcb49
Comments
No comments written yet.
Please login to write comment.