Color spaces of #dbc985
RGB | 219 | 201 | 133 |
---|---|---|---|
HSL | 0.13 | 0.54 | 0.69 |
HSV | 47° | 39° | 86° |
CMYK | 0.00 | 0.08 | 0.39 0.14 |
XYZ | 54.3337 | 58.5268 | 30.6234 |
Yxy | 58.5268 | 0.3787 | 0.4079 |
Hunter Lab | 76.5028 | -7.1059 | 29.8187 |
CIE-Lab | 81.0308 | -3.2691 | 36.2573 |
#dbc985 color RGB value is (219,201,133).
#dbc985 hex color red value is 219, green value is 201 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dbc985 hue: 0.13 , saturation: 0.54 and the lightness value of dbc985 is 0.69.
The process color (four color CMYK) of #dbc985 color hex is 0.00, 0.08, 0.39, 0.14. Web safe color of #dbc985 is #cccc99. Color #dbc985 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001001 | 10000101 |
Octal | 333 | 311 | 205 |
Decimal | 219 | 201 | 133 |
Hex | DB | C9 | 85 |
Shades of #dbc985
Tints of #dbc985
RGB Percentages of Color #dbc985
CMYK Percentages of Color #dbc985
Complementary Color
#dbc985 | #8597db |
#dbc985 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc985 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc985 Color CSS Codes
.mybgcolor {background-color:#dbc985; } .myforecolor {color:#dbc985; } .mybordercolor {border:3px solid #dbc985; }
#dbc985 Text Font Color
<p style="color:#dbc985">Text here</p>
This sample text font color is #dbc985
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.
#dbc985 Background Color
<div style="background-color:#dbc985">
Div content here</div>
This div background color is #dbc985
#dbc985 Border Color
<div style="border:3px solid #dbc985">
Div here</div>
This div border color is #dbc985
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,201,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc985; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc985; -webkit-box-shadow: 1px 1px 3px 2px #dbc985; box-shadow: 1px 1px 3px 2px #dbc985; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,201,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc985">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc985; -webkit-box-shadow: 1px 1px 3px 2px #dbc985; box-shadow: 1px 1px 3px 2px #dbc985;">
Div content here</div>
This div box has shadow with color #dbc985
Comments
No comments written yet.
Please login to write comment.