Color spaces of #dfc207
RGB | 223 | 194 | 7 |
---|---|---|---|
HSL | 0.14 | 0.94 | 0.45 |
HSV | 52° | 97° | 87° |
CMYK | 0.00 | 0.13 | 0.97 0.13 |
XYZ | 49.7616 | 54.2869 | 8.0567 |
Yxy | 54.2869 | 0.4439 | 0.4842 |
Hunter Lab | 73.6796 | -8.3844 | 45.0925 |
CIE-Lab | 78.6287 | -4.8977 | 79.1885 |
#dfc207 color RGB value is (223,194,7).
#dfc207 hex color red value is 223, green value is 194 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dfc207 hue: 0.14 , saturation: 0.94 and the lightness value of dfc207 is 0.45.
The process color (four color CMYK) of #dfc207 color hex is 0.00, 0.13, 0.97, 0.13. Web safe color of #dfc207 is #cccc00. Color #dfc207 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000010 | 00000111 |
Octal | 337 | 302 | 7 |
Decimal | 223 | 194 | 7 |
Hex | DF | C2 | 7 |
Shades of #dfc207
Tints of #dfc207
RGB Percentages of Color #dfc207
CMYK Percentages of Color #dfc207
Complementary Color
#dfc207 | #0724df |
#dfc207 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc207 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc207 Color CSS Codes
.mybgcolor {background-color:#dfc207; } .myforecolor {color:#dfc207; } .mybordercolor {border:3px solid #dfc207; }
#dfc207 Text Font Color
<p style="color:#dfc207">Text here</p>
This sample text font color is #dfc207
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.
#dfc207 Background Color
<div style="background-color:#dfc207">
Div content here</div>
This div background color is #dfc207
#dfc207 Border Color
<div style="border:3px solid #dfc207">
Div here</div>
This div border color is #dfc207
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,194,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc207; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc207; -webkit-box-shadow: 1px 1px 3px 2px #dfc207; box-shadow: 1px 1px 3px 2px #dfc207; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,194,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc207">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc207; -webkit-box-shadow: 1px 1px 3px 2px #dfc207; box-shadow: 1px 1px 3px 2px #dfc207;">
Div content here</div>
This div box has shadow with color #dfc207
Comments
No comments written yet.
Please login to write comment.