Color spaces of #dfb61f
RGB | 223 | 182 | 31 |
---|---|---|---|
HSL | 0.13 | 0.76 | 0.50 |
HSV | 47° | 86° | 87° |
CMYK | 0.00 | 0.18 | 0.86 0.13 |
XYZ | 47.4067 | 49.2428 | 8.3025 |
Yxy | 49.2428 | 0.4517 | 0.4692 |
Hunter Lab | 70.1732 | -2.2144 | 42.1064 |
CIE-Lab | 75.6021 | 1.6881 | 73.1249 |
#dfb61f color RGB value is (223,182,31).
#dfb61f hex color red value is 223, green value is 182 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfb61f hue: 0.13 , saturation: 0.76 and the lightness value of dfb61f is 0.50.
The process color (four color CMYK) of #dfb61f color hex is 0.00, 0.18, 0.86, 0.13. Web safe color of #dfb61f is #cccc33. Color #dfb61f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110110 | 00011111 |
Octal | 337 | 266 | 37 |
Decimal | 223 | 182 | 31 |
Hex | DF | B6 | 1F |
Shades of #dfb61f
Tints of #dfb61f
RGB Percentages of Color #dfb61f
CMYK Percentages of Color #dfb61f
Complementary Color
#dfb61f | #1f48df |
#dfb61f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb61f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb61f Color CSS Codes
.mybgcolor {background-color:#dfb61f; } .myforecolor {color:#dfb61f; } .mybordercolor {border:3px solid #dfb61f; }
#dfb61f Text Font Color
<p style="color:#dfb61f">Text here</p>
This sample text font color is #dfb61f
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.
#dfb61f Background Color
<div style="background-color:#dfb61f">
Div content here</div>
This div background color is #dfb61f
#dfb61f Border Color
<div style="border:3px solid #dfb61f">
Div here</div>
This div border color is #dfb61f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,182,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb61f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb61f; -webkit-box-shadow: 1px 1px 3px 2px #dfb61f; box-shadow: 1px 1px 3px 2px #dfb61f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,182,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 #dfb61f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb61f; -webkit-box-shadow: 1px 1px 3px 2px #dfb61f; box-shadow: 1px 1px 3px 2px #dfb61f;">
Div content here</div>
This div box has shadow with color #dfb61f
Comments
No comments written yet.
Please login to write comment.