Color spaces of #dfb712
RGB | 223 | 183 | 18 |
---|---|---|---|
HSL | 0.13 | 0.85 | 0.47 |
HSV | 48° | 92° | 87° |
CMYK | 0.00 | 0.18 | 0.92 0.13 |
XYZ | 47.4741 | 49.5986 | 7.6436 |
Yxy | 49.5986 | 0.4534 | 0.4736 |
Hunter Lab | 70.4263 | -2.9198 | 42.8634 |
CIE-Lab | 75.8222 | 0.9273 | 75.8100 |
#dfb712 color RGB value is (223,183,18).
#dfb712 hex color red value is 223, green value is 183 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfb712 hue: 0.13 , saturation: 0.85 and the lightness value of dfb712 is 0.47.
The process color (four color CMYK) of #dfb712 color hex is 0.00, 0.18, 0.92, 0.13. Web safe color of #dfb712 is #cccc00. Color #dfb712 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110111 | 00010010 |
Octal | 337 | 267 | 22 |
Decimal | 223 | 183 | 18 |
Hex | DF | B7 | 12 |
Shades of #dfb712
Tints of #dfb712
RGB Percentages of Color #dfb712
CMYK Percentages of Color #dfb712
Complementary Color
#dfb712 | #123adf |
#dfb712 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb712 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb712 Color CSS Codes
.mybgcolor {background-color:#dfb712; } .myforecolor {color:#dfb712; } .mybordercolor {border:3px solid #dfb712; }
#dfb712 Text Font Color
<p style="color:#dfb712">Text here</p>
This sample text font color is #dfb712
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.
#dfb712 Background Color
<div style="background-color:#dfb712">
Div content here</div>
This div background color is #dfb712
#dfb712 Border Color
<div style="border:3px solid #dfb712">
Div here</div>
This div border color is #dfb712
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,183,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb712; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb712; -webkit-box-shadow: 1px 1px 3px 2px #dfb712; box-shadow: 1px 1px 3px 2px #dfb712; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,183,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb712">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb712; -webkit-box-shadow: 1px 1px 3px 2px #dfb712; box-shadow: 1px 1px 3px 2px #dfb712;">
Div content here</div>
This div box has shadow with color #dfb712
Comments
No comments written yet.
Please login to write comment.