Color spaces of #dfa451
RGB | 223 | 164 | 81 |
---|---|---|---|
HSL | 0.10 | 0.69 | 0.60 |
HSV | 35° | 64° | 87° |
CMYK | 0.00 | 0.26 | 0.64 0.13 |
XYZ | 45.1921 | 42.8330 | 13.6703 |
Yxy | 42.8330 | 0.4444 | 0.4212 |
Hunter Lab | 65.4469 | 8.7249 | 33.4286 |
CIE-Lab | 71.4415 | 13.3487 | 50.6146 |
#dfa451 color RGB value is (223,164,81).
#dfa451 hex color red value is 223, green value is 164 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dfa451 hue: 0.10 , saturation: 0.69 and the lightness value of dfa451 is 0.60.
The process color (four color CMYK) of #dfa451 color hex is 0.00, 0.26, 0.64, 0.13. Web safe color of #dfa451 is #cc9966. Color #dfa451 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100100 | 01010001 |
Octal | 337 | 244 | 121 |
Decimal | 223 | 164 | 81 |
Hex | DF | A4 | 51 |
Shades of #dfa451
Tints of #dfa451
RGB Percentages of Color #dfa451
CMYK Percentages of Color #dfa451
Complementary Color
#dfa451 | #518cdf |
#dfa451 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa451 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa451 Color CSS Codes
.mybgcolor {background-color:#dfa451; } .myforecolor {color:#dfa451; } .mybordercolor {border:3px solid #dfa451; }
#dfa451 Text Font Color
<p style="color:#dfa451">Text here</p>
This sample text font color is #dfa451
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.
#dfa451 Background Color
<div style="background-color:#dfa451">
Div content here</div>
This div background color is #dfa451
#dfa451 Border Color
<div style="border:3px solid #dfa451">
Div here</div>
This div border color is #dfa451
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,164,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa451; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa451; -webkit-box-shadow: 1px 1px 3px 2px #dfa451; box-shadow: 1px 1px 3px 2px #dfa451; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,164,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa451">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa451; -webkit-box-shadow: 1px 1px 3px 2px #dfa451; box-shadow: 1px 1px 3px 2px #dfa451;">
Div content here</div>
This div box has shadow with color #dfa451
Comments
No comments written yet.
Please login to write comment.