Color spaces of #d6865e
RGB | 214 | 134 | 94 |
---|---|---|---|
HSL | 0.06 | 0.59 | 0.60 |
HSV | 20° | 56° | 84° |
CMYK | 0.00 | 0.37 | 0.56 0.16 |
XYZ | 38.2770 | 32.1545 | 14.7787 |
Yxy | 32.1545 | 0.4492 | 0.3774 |
Hunter Lab | 56.7049 | 21.2575 | 24.2410 |
CIE-Lab | 63.4704 | 26.6906 | 34.2347 |
#d6865e color RGB value is (214,134,94).
#d6865e hex color red value is 214, green value is 134 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d6865e hue: 0.06 , saturation: 0.59 and the lightness value of d6865e is 0.60.
The process color (four color CMYK) of #d6865e color hex is 0.00, 0.37, 0.56, 0.16. Web safe color of #d6865e is #cc9966. Color #d6865e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10000110 | 01011110 |
Octal | 326 | 206 | 136 |
Decimal | 214 | 134 | 94 |
Hex | D6 | 86 | 5E |
Shades of #d6865e
Tints of #d6865e
RGB Percentages of Color #d6865e
CMYK Percentages of Color #d6865e
Complementary Color
#d6865e | #5eaed6 |
#d6865e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6865e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6865e Color CSS Codes
.mybgcolor {background-color:#d6865e; } .myforecolor {color:#d6865e; } .mybordercolor {border:3px solid #d6865e; }
#d6865e Text Font Color
<p style="color:#d6865e">Text here</p>
This sample text font color is #d6865e
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.
#d6865e Background Color
<div style="background-color:#d6865e">
Div content here</div>
This div background color is #d6865e
#d6865e Border Color
<div style="border:3px solid #d6865e">
Div here</div>
This div border color is #d6865e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,134,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6865e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6865e; -webkit-box-shadow: 1px 1px 3px 2px #d6865e; box-shadow: 1px 1px 3px 2px #d6865e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,134,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6865e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6865e; -webkit-box-shadow: 1px 1px 3px 2px #d6865e; box-shadow: 1px 1px 3px 2px #d6865e;">
Div content here</div>
This div box has shadow with color #d6865e
Comments
No comments written yet.
Please login to write comment.