Color spaces of #dca148
RGB | 220 | 161 | 72 |
---|---|---|---|
HSL | 0.10 | 0.68 | 0.57 |
HSV | 36° | 67° | 86° |
CMYK | 0.00 | 0.27 | 0.67 0.14 |
XYZ | 43.4298 | 41.1733 | 11.7891 |
Yxy | 41.1733 | 0.4506 | 0.4271 |
Hunter Lab | 64.1664 | 8.5230 | 34.0233 |
CIE-Lab | 70.2972 | 13.1409 | 53.4639 |
#dca148 color RGB value is (220,161,72).
#dca148 hex color red value is 220, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dca148 hue: 0.10 , saturation: 0.68 and the lightness value of dca148 is 0.57.
The process color (four color CMYK) of #dca148 color hex is 0.00, 0.27, 0.67, 0.14. Web safe color of #dca148 is #cc9933. Color #dca148 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100001 | 01001000 |
Octal | 334 | 241 | 110 |
Decimal | 220 | 161 | 72 |
Hex | DC | A1 | 48 |
Shades of #dca148
Tints of #dca148
RGB Percentages of Color #dca148
CMYK Percentages of Color #dca148
Complementary Color
#dca148 | #4883dc |
#dca148 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca148 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca148 Color CSS Codes
.mybgcolor {background-color:#dca148; } .myforecolor {color:#dca148; } .mybordercolor {border:3px solid #dca148; }
#dca148 Text Font Color
<p style="color:#dca148">Text here</p>
This sample text font color is #dca148
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.
#dca148 Background Color
<div style="background-color:#dca148">
Div content here</div>
This div background color is #dca148
#dca148 Border Color
<div style="border:3px solid #dca148">
Div here</div>
This div border color is #dca148
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,161,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca148; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca148; -webkit-box-shadow: 1px 1px 3px 2px #dca148; box-shadow: 1px 1px 3px 2px #dca148; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,161,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca148">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca148; -webkit-box-shadow: 1px 1px 3px 2px #dca148; box-shadow: 1px 1px 3px 2px #dca148;">
Div content here</div>
This div box has shadow with color #dca148
Comments
No comments written yet.
Please login to write comment.