Color spaces of #dfc312
RGB | 223 | 195 | 18 |
---|---|---|---|
HSL | 0.14 | 0.85 | 0.47 |
HSV | 52° | 92° | 87° |
CMYK | 0.00 | 0.13 | 0.92 0.13 |
XYZ | 50.0557 | 54.7619 | 8.5041 |
Yxy | 54.7619 | 0.4417 | 0.4832 |
Hunter Lab | 74.0013 | -8.7619 | 44.9874 |
CIE-Lab | 78.9039 | -5.2915 | 78.1366 |
#dfc312 color RGB value is (223,195,18).
#dfc312 hex color red value is 223, green value is 195 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfc312 hue: 0.14 , saturation: 0.85 and the lightness value of dfc312 is 0.47.
The process color (four color CMYK) of #dfc312 color hex is 0.00, 0.13, 0.92, 0.13. Web safe color of #dfc312 is #cccc00. Color #dfc312 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000011 | 00010010 |
Octal | 337 | 303 | 22 |
Decimal | 223 | 195 | 18 |
Hex | DF | C3 | 12 |
Shades of #dfc312
Tints of #dfc312
RGB Percentages of Color #dfc312
CMYK Percentages of Color #dfc312
Complementary Color
#dfc312 | #122edf |
#dfc312 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc312 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc312 Color CSS Codes
.mybgcolor {background-color:#dfc312; } .myforecolor {color:#dfc312; } .mybordercolor {border:3px solid #dfc312; }
#dfc312 Text Font Color
<p style="color:#dfc312">Text here</p>
This sample text font color is #dfc312
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.
#dfc312 Background Color
<div style="background-color:#dfc312">
Div content here</div>
This div background color is #dfc312
#dfc312 Border Color
<div style="border:3px solid #dfc312">
Div here</div>
This div border color is #dfc312
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,195,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc312; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc312; -webkit-box-shadow: 1px 1px 3px 2px #dfc312; box-shadow: 1px 1px 3px 2px #dfc312; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,195,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 #dfc312">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc312; -webkit-box-shadow: 1px 1px 3px 2px #dfc312; box-shadow: 1px 1px 3px 2px #dfc312;">
Div content here</div>
This div box has shadow with color #dfc312
Comments
No comments written yet.
Please login to write comment.