Color spaces of #d6977f
RGB | 214 | 151 | 127 |
---|---|---|---|
HSL | 0.05 | 0.51 | 0.67 |
HSV | 17° | 41° | 84° |
CMYK | 0.00 | 0.29 | 0.41 0.16 |
XYZ | 42.6289 | 37.9617 | 25.1592 |
Yxy | 37.9617 | 0.4031 | 0.3590 |
Hunter Lab | 61.6131 | 15.6779 | 18.9186 |
CIE-Lab | 67.9924 | 20.6934 | 22.0868 |
#d6977f color RGB value is (214,151,127).
#d6977f hex color red value is 214, green value is 151 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d6977f hue: 0.05 , saturation: 0.51 and the lightness value of d6977f is 0.67.
The process color (four color CMYK) of #d6977f color hex is 0.00, 0.29, 0.41, 0.16. Web safe color of #d6977f is #cc9966. Color #d6977f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10010111 | 01111111 |
Octal | 326 | 227 | 177 |
Decimal | 214 | 151 | 127 |
Hex | D6 | 97 | 7F |
Shades of #d6977f
Tints of #d6977f
RGB Percentages of Color #d6977f
CMYK Percentages of Color #d6977f
Complementary Color
#d6977f | #7fbed6 |
#d6977f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6977f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6977f Color CSS Codes
.mybgcolor {background-color:#d6977f; } .myforecolor {color:#d6977f; } .mybordercolor {border:3px solid #d6977f; }
#d6977f Text Font Color
<p style="color:#d6977f">Text here</p>
This sample text font color is #d6977f
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.
#d6977f Background Color
<div style="background-color:#d6977f">
Div content here</div>
This div background color is #d6977f
#d6977f Border Color
<div style="border:3px solid #d6977f">
Div here</div>
This div border color is #d6977f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,151,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6977f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6977f; -webkit-box-shadow: 1px 1px 3px 2px #d6977f; box-shadow: 1px 1px 3px 2px #d6977f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,151,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6977f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6977f; -webkit-box-shadow: 1px 1px 3px 2px #d6977f; box-shadow: 1px 1px 3px 2px #d6977f;">
Div content here</div>
This div box has shadow with color #d6977f
Comments
No comments written yet.
Please login to write comment.