Color spaces of #dfaf0f
RGB | 223 | 175 | 15 |
---|---|---|---|
HSL | 0.13 | 0.87 | 0.47 |
HSV | 46° | 93° | 87° |
CMYK | 0.00 | 0.22 | 0.93 0.13 |
XYZ | 45.8476 | 46.3824 | 6.9882 |
Yxy | 46.3824 | 0.4621 | 0.4675 |
Hunter Lab | 68.1046 | 0.9820 | 41.5895 |
CIE-Lab | 73.7930 | 5.0907 | 74.7402 |
#dfaf0f color RGB value is (223,175,15).
#dfaf0f hex color red value is 223, green value is 175 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dfaf0f hue: 0.13 , saturation: 0.87 and the lightness value of dfaf0f is 0.47.
The process color (four color CMYK) of #dfaf0f color hex is 0.00, 0.22, 0.93, 0.13. Web safe color of #dfaf0f is #cc9900. Color #dfaf0f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101111 | 00001111 |
Octal | 337 | 257 | 17 |
Decimal | 223 | 175 | 15 |
Hex | DF | AF | F |
Shades of #dfaf0f
Tints of #dfaf0f
RGB Percentages of Color #dfaf0f
CMYK Percentages of Color #dfaf0f
Complementary Color
#dfaf0f | #0f3fdf |
#dfaf0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaf0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaf0f Color CSS Codes
.mybgcolor {background-color:#dfaf0f; } .myforecolor {color:#dfaf0f; } .mybordercolor {border:3px solid #dfaf0f; }
#dfaf0f Text Font Color
<p style="color:#dfaf0f">Text here</p>
This sample text font color is #dfaf0f
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.
#dfaf0f Background Color
<div style="background-color:#dfaf0f">
Div content here</div>
This div background color is #dfaf0f
#dfaf0f Border Color
<div style="border:3px solid #dfaf0f">
Div here</div>
This div border color is #dfaf0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,175,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaf0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaf0f; -webkit-box-shadow: 1px 1px 3px 2px #dfaf0f; box-shadow: 1px 1px 3px 2px #dfaf0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,175,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaf0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaf0f; -webkit-box-shadow: 1px 1px 3px 2px #dfaf0f; box-shadow: 1px 1px 3px 2px #dfaf0f;">
Div content here</div>
This div box has shadow with color #dfaf0f
Comments
No comments written yet.
Please login to write comment.