Color spaces of #dfac1a
RGB | 223 | 172 | 26 |
---|---|---|---|
HSL | 0.12 | 0.79 | 0.49 |
HSV | 44° | 88° | 87° |
CMYK | 0.00 | 0.23 | 0.88 0.13 |
XYZ | 45.3704 | 45.2676 | 7.3235 |
Yxy | 45.2676 | 0.4631 | 0.4621 |
Hunter Lab | 67.2812 | 2.6276 | 40.6432 |
CIE-Lab | 73.0677 | 6.8515 | 72.2291 |
#dfac1a color RGB value is (223,172,26).
#dfac1a hex color red value is 223, green value is 172 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dfac1a hue: 0.12 , saturation: 0.79 and the lightness value of dfac1a is 0.49.
The process color (four color CMYK) of #dfac1a color hex is 0.00, 0.23, 0.88, 0.13. Web safe color of #dfac1a is #cc9933. Color #dfac1a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101100 | 00011010 |
Octal | 337 | 254 | 32 |
Decimal | 223 | 172 | 26 |
Hex | DF | AC | 1A |
Shades of #dfac1a
Tints of #dfac1a
RGB Percentages of Color #dfac1a
CMYK Percentages of Color #dfac1a
Complementary Color
#dfac1a | #1a4ddf |
#dfac1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfac1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfac1a Color CSS Codes
.mybgcolor {background-color:#dfac1a; } .myforecolor {color:#dfac1a; } .mybordercolor {border:3px solid #dfac1a; }
#dfac1a Text Font Color
<p style="color:#dfac1a">Text here</p>
This sample text font color is #dfac1a
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.
#dfac1a Background Color
<div style="background-color:#dfac1a">
Div content here</div>
This div background color is #dfac1a
#dfac1a Border Color
<div style="border:3px solid #dfac1a">
Div here</div>
This div border color is #dfac1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,172,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfac1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfac1a; -webkit-box-shadow: 1px 1px 3px 2px #dfac1a; box-shadow: 1px 1px 3px 2px #dfac1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,172,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfac1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfac1a; -webkit-box-shadow: 1px 1px 3px 2px #dfac1a; box-shadow: 1px 1px 3px 2px #dfac1a;">
Div content here</div>
This div box has shadow with color #dfac1a
Comments
No comments written yet.
Please login to write comment.