Color spaces of #d1804e
RGB | 209 | 128 | 78 |
---|---|---|---|
HSL | 0.06 | 0.59 | 0.56 |
HSV | 23° | 63° | 82° |
CMYK | 0.00 | 0.39 | 0.63 0.18 |
XYZ | 35.3888 | 29.5437 | 11.0450 |
Yxy | 29.5437 | 0.4658 | 0.3888 |
Hunter Lab | 54.3541 | 21.0978 | 25.9999 |
CIE-Lab | 61.2585 | 26.6937 | 39.9293 |
#d1804e color RGB value is (209,128,78).
#d1804e hex color red value is 209, green value is 128 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d1804e hue: 0.06 , saturation: 0.59 and the lightness value of d1804e is 0.56.
The process color (four color CMYK) of #d1804e color hex is 0.00, 0.39, 0.63, 0.18. Web safe color of #d1804e is #cc9966. Color #d1804e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10000000 | 01001110 |
Octal | 321 | 200 | 116 |
Decimal | 209 | 128 | 78 |
Hex | D1 | 80 | 4E |
Shades of #d1804e
Tints of #d1804e
RGB Percentages of Color #d1804e
CMYK Percentages of Color #d1804e
Complementary Color
#d1804e | #4e9fd1 |
#d1804e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1804e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1804e Color CSS Codes
.mybgcolor {background-color:#d1804e; } .myforecolor {color:#d1804e; } .mybordercolor {border:3px solid #d1804e; }
#d1804e Text Font Color
<p style="color:#d1804e">Text here</p>
This sample text font color is #d1804e
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.
#d1804e Background Color
<div style="background-color:#d1804e">
Div content here</div>
This div background color is #d1804e
#d1804e Border Color
<div style="border:3px solid #d1804e">
Div here</div>
This div border color is #d1804e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,128,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1804e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1804e; -webkit-box-shadow: 1px 1px 3px 2px #d1804e; box-shadow: 1px 1px 3px 2px #d1804e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,128,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 #d1804e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1804e; -webkit-box-shadow: 1px 1px 3px 2px #d1804e; box-shadow: 1px 1px 3px 2px #d1804e;">
Div content here</div>
This div box has shadow with color #d1804e
Comments
No comments written yet.
Please login to write comment.