Color spaces of #d0a62c
RGB | 208 | 166 | 44 |
---|---|---|---|
HSL | 0.12 | 0.65 | 0.49 |
HSV | 45° | 79° | 82° |
CMYK | 0.00 | 0.20 | 0.79 0.18 |
XYZ | 40.1033 | 40.8642 | 8.1568 |
Yxy | 40.8642 | 0.4500 | 0.4585 |
Hunter Lab | 63.9251 | 0.1127 | 37.1822 |
CIE-Lab | 70.0807 | 3.9793 | 64.1041 |
#d0a62c color RGB value is (208,166,44).
#d0a62c hex color red value is 208, green value is 166 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d0a62c hue: 0.12 , saturation: 0.65 and the lightness value of d0a62c is 0.49.
The process color (four color CMYK) of #d0a62c color hex is 0.00, 0.20, 0.79, 0.18. Web safe color of #d0a62c is #cc9933. Color #d0a62c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10100110 | 00101100 |
Octal | 320 | 246 | 54 |
Decimal | 208 | 166 | 44 |
Hex | D0 | A6 | 2C |
Shades of #d0a62c
Tints of #d0a62c
RGB Percentages of Color #d0a62c
CMYK Percentages of Color #d0a62c
Complementary Color
#d0a62c | #2c56d0 |
#d0a62c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0a62c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0a62c Color CSS Codes
.mybgcolor {background-color:#d0a62c; } .myforecolor {color:#d0a62c; } .mybordercolor {border:3px solid #d0a62c; }
#d0a62c Text Font Color
<p style="color:#d0a62c">Text here</p>
This sample text font color is #d0a62c
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.
#d0a62c Background Color
<div style="background-color:#d0a62c">
Div content here</div>
This div background color is #d0a62c
#d0a62c Border Color
<div style="border:3px solid #d0a62c">
Div here</div>
This div border color is #d0a62c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,166,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0a62c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0a62c; -webkit-box-shadow: 1px 1px 3px 2px #d0a62c; box-shadow: 1px 1px 3px 2px #d0a62c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,166,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0a62c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0a62c; -webkit-box-shadow: 1px 1px 3px 2px #d0a62c; box-shadow: 1px 1px 3px 2px #d0a62c;">
Div content here</div>
This div box has shadow with color #d0a62c
Comments
No comments written yet.
Please login to write comment.