Color spaces of #dfa329
RGB | 223 | 163 | 41 |
---|---|---|---|
HSL | 0.11 | 0.74 | 0.52 |
HSV | 40° | 82° | 87° |
CMYK | 0.00 | 0.27 | 0.82 0.13 |
XYZ | 43.9289 | 42.0425 | 7.8975 |
Yxy | 42.0425 | 0.4680 | 0.4479 |
Hunter Lab | 64.8402 | 7.4625 | 38.1666 |
CIE-Lab | 70.9002 | 12.0112 | 66.4202 |
#dfa329 color RGB value is (223,163,41).
#dfa329 hex color red value is 223, green value is 163 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dfa329 hue: 0.11 , saturation: 0.74 and the lightness value of dfa329 is 0.52.
The process color (four color CMYK) of #dfa329 color hex is 0.00, 0.27, 0.82, 0.13. Web safe color of #dfa329 is #cc9933. Color #dfa329 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100011 | 00101001 |
Octal | 337 | 243 | 51 |
Decimal | 223 | 163 | 41 |
Hex | DF | A3 | 29 |
Shades of #dfa329
Tints of #dfa329
RGB Percentages of Color #dfa329
CMYK Percentages of Color #dfa329
Complementary Color
#dfa329 | #2965df |
#dfa329 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa329 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa329 Color CSS Codes
.mybgcolor {background-color:#dfa329; } .myforecolor {color:#dfa329; } .mybordercolor {border:3px solid #dfa329; }
#dfa329 Text Font Color
<p style="color:#dfa329">Text here</p>
This sample text font color is #dfa329
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.
#dfa329 Background Color
<div style="background-color:#dfa329">
Div content here</div>
This div background color is #dfa329
#dfa329 Border Color
<div style="border:3px solid #dfa329">
Div here</div>
This div border color is #dfa329
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,163,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa329; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa329; -webkit-box-shadow: 1px 1px 3px 2px #dfa329; box-shadow: 1px 1px 3px 2px #dfa329; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,163,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa329">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa329; -webkit-box-shadow: 1px 1px 3px 2px #dfa329; box-shadow: 1px 1px 3px 2px #dfa329;">
Div content here</div>
This div box has shadow with color #dfa329
Comments
No comments written yet.
Please login to write comment.