Color spaces of #dbc363
RGB | 219 | 195 | 99 |
---|---|---|---|
HSL | 0.13 | 0.63 | 0.62 |
HSV | 48° | 55° | 86° |
CMYK | 0.00 | 0.11 | 0.55 0.14 |
XYZ | 50.9807 | 54.9911 | 19.7318 |
Yxy | 54.9911 | 0.4056 | 0.4375 |
Hunter Lab | 74.1560 | -7.0579 | 36.1330 |
CIE-Lab | 79.0361 | -3.3894 | 50.6765 |
#dbc363 color RGB value is (219,195,99).
#dbc363 hex color red value is 219, green value is 195 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbc363 hue: 0.13 , saturation: 0.63 and the lightness value of dbc363 is 0.62.
The process color (four color CMYK) of #dbc363 color hex is 0.00, 0.11, 0.55, 0.14. Web safe color of #dbc363 is #cccc66. Color #dbc363 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000011 | 01100011 |
Octal | 333 | 303 | 143 |
Decimal | 219 | 195 | 99 |
Hex | DB | C3 | 63 |
Shades of #dbc363
Tints of #dbc363
RGB Percentages of Color #dbc363
CMYK Percentages of Color #dbc363
Complementary Color
#dbc363 | #637bdb |
#dbc363 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc363 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc363 Color CSS Codes
.mybgcolor {background-color:#dbc363; } .myforecolor {color:#dbc363; } .mybordercolor {border:3px solid #dbc363; }
#dbc363 Text Font Color
<p style="color:#dbc363">Text here</p>
This sample text font color is #dbc363
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.
#dbc363 Background Color
<div style="background-color:#dbc363">
Div content here</div>
This div background color is #dbc363
#dbc363 Border Color
<div style="border:3px solid #dbc363">
Div here</div>
This div border color is #dbc363
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,195,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc363; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc363; -webkit-box-shadow: 1px 1px 3px 2px #dbc363; box-shadow: 1px 1px 3px 2px #dbc363; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,195,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc363">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc363; -webkit-box-shadow: 1px 1px 3px 2px #dbc363; box-shadow: 1px 1px 3px 2px #dbc363;">
Div content here</div>
This div box has shadow with color #dbc363
Comments
No comments written yet.
Please login to write comment.