Color spaces of #dfa424
RGB | 223 | 164 | 36 |
---|---|---|---|
HSL | 0.11 | 0.75 | 0.51 |
HSV | 41° | 84° | 87° |
CMYK | 0.00 | 0.26 | 0.84 0.13 |
XYZ | 44.0253 | 42.3663 | 7.5262 |
Yxy | 42.3663 | 0.4688 | 0.4511 |
Hunter Lab | 65.0894 | 6.8277 | 38.7070 |
CIE-Lab | 71.1227 | 11.3347 | 68.1320 |
#dfa424 color RGB value is (223,164,36).
#dfa424 hex color red value is 223, green value is 164 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dfa424 hue: 0.11 , saturation: 0.75 and the lightness value of dfa424 is 0.51.
The process color (four color CMYK) of #dfa424 color hex is 0.00, 0.26, 0.84, 0.13. Web safe color of #dfa424 is #cc9933. Color #dfa424 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100100 | 00100100 |
Octal | 337 | 244 | 44 |
Decimal | 223 | 164 | 36 |
Hex | DF | A4 | 24 |
Shades of #dfa424
Tints of #dfa424
RGB Percentages of Color #dfa424
CMYK Percentages of Color #dfa424
Complementary Color
#dfa424 | #245fdf |
#dfa424 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa424 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa424 Color CSS Codes
.mybgcolor {background-color:#dfa424; } .myforecolor {color:#dfa424; } .mybordercolor {border:3px solid #dfa424; }
#dfa424 Text Font Color
<p style="color:#dfa424">Text here</p>
This sample text font color is #dfa424
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.
#dfa424 Background Color
<div style="background-color:#dfa424">
Div content here</div>
This div background color is #dfa424
#dfa424 Border Color
<div style="border:3px solid #dfa424">
Div here</div>
This div border color is #dfa424
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,164,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa424; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa424; -webkit-box-shadow: 1px 1px 3px 2px #dfa424; box-shadow: 1px 1px 3px 2px #dfa424; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,164,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa424">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa424; -webkit-box-shadow: 1px 1px 3px 2px #dfa424; box-shadow: 1px 1px 3px 2px #dfa424;">
Div content here</div>
This div box has shadow with color #dfa424
Comments
No comments written yet.
Please login to write comment.