Color spaces of #dfb01f
RGB | 223 | 176 | 31 |
---|---|---|---|
HSL | 0.13 | 0.76 | 0.50 |
HSV | 45° | 86° | 87° |
CMYK | 0.00 | 0.21 | 0.86 0.13 |
XYZ | 46.2041 | 46.8376 | 7.9017 |
Yxy | 46.8376 | 0.4577 | 0.4640 |
Hunter Lab | 68.4380 | 0.7430 | 41.0611 |
CIE-Lab | 74.0858 | 4.8424 | 71.8977 |
#dfb01f color RGB value is (223,176,31).
#dfb01f hex color red value is 223, green value is 176 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfb01f hue: 0.13 , saturation: 0.76 and the lightness value of dfb01f is 0.50.
The process color (four color CMYK) of #dfb01f color hex is 0.00, 0.21, 0.86, 0.13. Web safe color of #dfb01f is #cc9933. Color #dfb01f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110000 | 00011111 |
Octal | 337 | 260 | 37 |
Decimal | 223 | 176 | 31 |
Hex | DF | B0 | 1F |
Shades of #dfb01f
Tints of #dfb01f
RGB Percentages of Color #dfb01f
CMYK Percentages of Color #dfb01f
Complementary Color
#dfb01f | #1f4edf |
#dfb01f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb01f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb01f Color CSS Codes
.mybgcolor {background-color:#dfb01f; } .myforecolor {color:#dfb01f; } .mybordercolor {border:3px solid #dfb01f; }
#dfb01f Text Font Color
<p style="color:#dfb01f">Text here</p>
This sample text font color is #dfb01f
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.
#dfb01f Background Color
<div style="background-color:#dfb01f">
Div content here</div>
This div background color is #dfb01f
#dfb01f Border Color
<div style="border:3px solid #dfb01f">
Div here</div>
This div border color is #dfb01f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,176,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb01f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb01f; -webkit-box-shadow: 1px 1px 3px 2px #dfb01f; box-shadow: 1px 1px 3px 2px #dfb01f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,176,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb01f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb01f; -webkit-box-shadow: 1px 1px 3px 2px #dfb01f; box-shadow: 1px 1px 3px 2px #dfb01f;">
Div content here</div>
This div box has shadow with color #dfb01f
Comments
No comments written yet.
Please login to write comment.