Color spaces of #dfa51f
RGB | 223 | 165 | 31 |
---|---|---|---|
HSL | 0.12 | 0.76 | 0.50 |
HSV | 42° | 86° | 87° |
CMYK | 0.00 | 0.26 | 0.86 0.13 |
XYZ | 44.1339 | 42.6972 | 7.2116 |
Yxy | 42.6972 | 0.4693 | 0.4540 |
Hunter Lab | 65.3431 | 6.2117 | 39.1966 |
CIE-Lab | 71.3490 | 10.6774 | 69.6821 |
#dfa51f color RGB value is (223,165,31).
#dfa51f hex color red value is 223, green value is 165 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfa51f hue: 0.12 , saturation: 0.76 and the lightness value of dfa51f is 0.50.
The process color (four color CMYK) of #dfa51f color hex is 0.00, 0.26, 0.86, 0.13. Web safe color of #dfa51f is #cc9933. Color #dfa51f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100101 | 00011111 |
Octal | 337 | 245 | 37 |
Decimal | 223 | 165 | 31 |
Hex | DF | A5 | 1F |
Shades of #dfa51f
Tints of #dfa51f
RGB Percentages of Color #dfa51f
CMYK Percentages of Color #dfa51f
Complementary Color
#dfa51f | #1f59df |
#dfa51f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa51f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa51f Color CSS Codes
.mybgcolor {background-color:#dfa51f; } .myforecolor {color:#dfa51f; } .mybordercolor {border:3px solid #dfa51f; }
#dfa51f Text Font Color
<p style="color:#dfa51f">Text here</p>
This sample text font color is #dfa51f
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.
#dfa51f Background Color
<div style="background-color:#dfa51f">
Div content here</div>
This div background color is #dfa51f
#dfa51f Border Color
<div style="border:3px solid #dfa51f">
Div here</div>
This div border color is #dfa51f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,165,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa51f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa51f; -webkit-box-shadow: 1px 1px 3px 2px #dfa51f; box-shadow: 1px 1px 3px 2px #dfa51f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,165,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa51f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa51f; -webkit-box-shadow: 1px 1px 3px 2px #dfa51f; box-shadow: 1px 1px 3px 2px #dfa51f;">
Div content here</div>
This div box has shadow with color #dfa51f
Comments
No comments written yet.
Please login to write comment.