Color spaces of #d4914e
RGB | 212 | 145 | 78 |
---|---|---|---|
HSL | 0.08 | 0.61 | 0.57 |
HSV | 30° | 63° | 83° |
CMYK | 0.00 | 0.32 | 0.63 0.17 |
XYZ | 38.6519 | 34.7979 | 11.8872 |
Yxy | 34.7979 | 0.4529 | 0.4078 |
Hunter Lab | 58.9897 | 13.7267 | 29.3451 |
CIE-Lab | 65.5910 | 18.7514 | 45.0862 |
#d4914e color RGB value is (212,145,78).
#d4914e hex color red value is 212, green value is 145 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d4914e hue: 0.08 , saturation: 0.61 and the lightness value of d4914e is 0.57.
The process color (four color CMYK) of #d4914e color hex is 0.00, 0.32, 0.63, 0.17. Web safe color of #d4914e is #cc9966. Color #d4914e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10010001 | 01001110 |
Octal | 324 | 221 | 116 |
Decimal | 212 | 145 | 78 |
Hex | D4 | 91 | 4E |
Shades of #d4914e
Tints of #d4914e
RGB Percentages of Color #d4914e
CMYK Percentages of Color #d4914e
Complementary Color
#d4914e | #4e91d4 |
#d4914e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4914e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4914e Color CSS Codes
.mybgcolor {background-color:#d4914e; } .myforecolor {color:#d4914e; } .mybordercolor {border:3px solid #d4914e; }
#d4914e Text Font Color
<p style="color:#d4914e">Text here</p>
This sample text font color is #d4914e
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.
#d4914e Background Color
<div style="background-color:#d4914e">
Div content here</div>
This div background color is #d4914e
#d4914e Border Color
<div style="border:3px solid #d4914e">
Div here</div>
This div border color is #d4914e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,145,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4914e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4914e; -webkit-box-shadow: 1px 1px 3px 2px #d4914e; box-shadow: 1px 1px 3px 2px #d4914e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,145,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4914e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4914e; -webkit-box-shadow: 1px 1px 3px 2px #d4914e; box-shadow: 1px 1px 3px 2px #d4914e;">
Div content here</div>
This div box has shadow with color #d4914e
Comments
No comments written yet.
Please login to write comment.