Color spaces of #dfaf11
RGB | 223 | 175 | 17 |
---|---|---|---|
HSL | 0.13 | 0.86 | 0.47 |
HSV | 46° | 92° | 87° |
CMYK | 0.00 | 0.22 | 0.92 0.13 |
XYZ | 45.8626 | 46.3884 | 7.0670 |
Yxy | 46.3884 | 0.4618 | 0.4671 |
Hunter Lab | 68.1090 | 1.0058 | 41.5244 |
CIE-Lab | 73.7969 | 5.1168 | 74.4470 |
#dfaf11 color RGB value is (223,175,17).
#dfaf11 hex color red value is 223, green value is 175 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dfaf11 hue: 0.13 , saturation: 0.86 and the lightness value of dfaf11 is 0.47.
The process color (four color CMYK) of #dfaf11 color hex is 0.00, 0.22, 0.92, 0.13. Web safe color of #dfaf11 is #cc9900. Color #dfaf11 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101111 | 00010001 |
Octal | 337 | 257 | 21 |
Decimal | 223 | 175 | 17 |
Hex | DF | AF | 11 |
Shades of #dfaf11
Tints of #dfaf11
RGB Percentages of Color #dfaf11
CMYK Percentages of Color #dfaf11
Complementary Color
#dfaf11 | #1141df |
#dfaf11 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaf11 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaf11 Color CSS Codes
.mybgcolor {background-color:#dfaf11; } .myforecolor {color:#dfaf11; } .mybordercolor {border:3px solid #dfaf11; }
#dfaf11 Text Font Color
<p style="color:#dfaf11">Text here</p>
This sample text font color is #dfaf11
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.
#dfaf11 Background Color
<div style="background-color:#dfaf11">
Div content here</div>
This div background color is #dfaf11
#dfaf11 Border Color
<div style="border:3px solid #dfaf11">
Div here</div>
This div border color is #dfaf11
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,175,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaf11; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaf11; -webkit-box-shadow: 1px 1px 3px 2px #dfaf11; box-shadow: 1px 1px 3px 2px #dfaf11; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,175,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaf11">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaf11; -webkit-box-shadow: 1px 1px 3px 2px #dfaf11; box-shadow: 1px 1px 3px 2px #dfaf11;">
Div content here</div>
This div box has shadow with color #dfaf11
Comments
No comments written yet.
Please login to write comment.