Color spaces of #dbbf86
RGB | 219 | 191 | 134 |
---|---|---|---|
HSL | 0.11 | 0.54 | 0.69 |
HSV | 40° | 39° | 86° |
CMYK | 0.00 | 0.13 | 0.39 0.14 |
XYZ | 52.1473 | 54.0429 | 30.2371 |
Yxy | 54.0429 | 0.3822 | 0.3961 |
Hunter Lab | 73.5139 | -2.0297 | 27.0731 |
CIE-Lab | 78.4867 | 2.0541 | 32.4243 |
#dbbf86 color RGB value is (219,191,134).
#dbbf86 hex color red value is 219, green value is 191 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbbf86 hue: 0.11 , saturation: 0.54 and the lightness value of dbbf86 is 0.69.
The process color (four color CMYK) of #dbbf86 color hex is 0.00, 0.13, 0.39, 0.14. Web safe color of #dbbf86 is #cccc99. Color #dbbf86 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111111 | 10000110 |
Octal | 333 | 277 | 206 |
Decimal | 219 | 191 | 134 |
Hex | DB | BF | 86 |
Shades of #dbbf86
Tints of #dbbf86
RGB Percentages of Color #dbbf86
CMYK Percentages of Color #dbbf86
Complementary Color
#dbbf86 | #86a2db |
#dbbf86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbf86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbf86 Color CSS Codes
.mybgcolor {background-color:#dbbf86; } .myforecolor {color:#dbbf86; } .mybordercolor {border:3px solid #dbbf86; }
#dbbf86 Text Font Color
<p style="color:#dbbf86">Text here</p>
This sample text font color is #dbbf86
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.
#dbbf86 Background Color
<div style="background-color:#dbbf86">
Div content here</div>
This div background color is #dbbf86
#dbbf86 Border Color
<div style="border:3px solid #dbbf86">
Div here</div>
This div border color is #dbbf86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,191,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbf86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbf86; -webkit-box-shadow: 1px 1px 3px 2px #dbbf86; box-shadow: 1px 1px 3px 2px #dbbf86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,191,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 #dbbf86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbf86; -webkit-box-shadow: 1px 1px 3px 2px #dbbf86; box-shadow: 1px 1px 3px 2px #dbbf86;">
Div content here</div>
This div box has shadow with color #dbbf86
Comments
No comments written yet.
Please login to write comment.