Color spaces of #dbda86
RGB | 219 | 218 | 134 |
---|---|---|---|
HSL | 0.16 | 0.54 | 0.69 |
HSV | 59° | 39° | 86° |
CMYK | 0.00 | 0.00 | 0.39 0.14 |
XYZ | 58.5879 | 66.9241 | 32.3840 |
Yxy | 66.9241 | 0.3711 | 0.4238 |
Hunter Lab | 81.8072 | -15.3260 | 33.7946 |
CIE-Lab | 85.4656 | -11.8253 | 41.4390 |
#dbda86 color RGB value is (219,218,134).
#dbda86 hex color red value is 219, green value is 218 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbda86 hue: 0.16 , saturation: 0.54 and the lightness value of dbda86 is 0.69.
The process color (four color CMYK) of #dbda86 color hex is 0.00, 0.00, 0.39, 0.14. Web safe color of #dbda86 is #cccc99. Color #dbda86 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011010 | 10000110 |
Octal | 333 | 332 | 206 |
Decimal | 219 | 218 | 134 |
Hex | DB | DA | 86 |
Shades of #dbda86
Tints of #dbda86
RGB Percentages of Color #dbda86
CMYK Percentages of Color #dbda86
Complementary Color
#dbda86 | #8687db |
#dbda86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbda86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbda86 Color CSS Codes
.mybgcolor {background-color:#dbda86; } .myforecolor {color:#dbda86; } .mybordercolor {border:3px solid #dbda86; }
#dbda86 Text Font Color
<p style="color:#dbda86">Text here</p>
This sample text font color is #dbda86
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.
#dbda86 Background Color
<div style="background-color:#dbda86">
Div content here</div>
This div background color is #dbda86
#dbda86 Border Color
<div style="border:3px solid #dbda86">
Div here</div>
This div border color is #dbda86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,218,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbda86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbda86; -webkit-box-shadow: 1px 1px 3px 2px #dbda86; box-shadow: 1px 1px 3px 2px #dbda86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,218,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbda86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbda86; -webkit-box-shadow: 1px 1px 3px 2px #dbda86; box-shadow: 1px 1px 3px 2px #dbda86;">
Div content here</div>
This div box has shadow with color #dbda86
Comments
No comments written yet.
Please login to write comment.