Color spaces of #dfc306
RGB | 223 | 195 | 6 |
---|---|---|---|
HSL | 0.15 | 0.95 | 0.45 |
HSV | 52° | 97° | 87° |
CMYK | 0.00 | 0.13 | 0.97 0.13 |
XYZ | 49.9794 | 54.7313 | 8.1023 |
Yxy | 54.7313 | 0.4430 | 0.4852 |
Hunter Lab | 73.9806 | -8.8760 | 45.2930 |
CIE-Lab | 78.8862 | -5.4206 | 79.4744 |
#dfc306 color RGB value is (223,195,6).
#dfc306 hex color red value is 223, green value is 195 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dfc306 hue: 0.15 , saturation: 0.95 and the lightness value of dfc306 is 0.45.
The process color (four color CMYK) of #dfc306 color hex is 0.00, 0.13, 0.97, 0.13. Web safe color of #dfc306 is #cccc00. Color #dfc306 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000011 | 00000110 |
Octal | 337 | 303 | 6 |
Decimal | 223 | 195 | 6 |
Hex | DF | C3 | 6 |
Shades of #dfc306
Tints of #dfc306
RGB Percentages of Color #dfc306
CMYK Percentages of Color #dfc306
Complementary Color
#dfc306 | #0622df |
#dfc306 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc306 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc306 Color CSS Codes
.mybgcolor {background-color:#dfc306; } .myforecolor {color:#dfc306; } .mybordercolor {border:3px solid #dfc306; }
#dfc306 Text Font Color
<p style="color:#dfc306">Text here</p>
This sample text font color is #dfc306
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.
#dfc306 Background Color
<div style="background-color:#dfc306">
Div content here</div>
This div background color is #dfc306
#dfc306 Border Color
<div style="border:3px solid #dfc306">
Div here</div>
This div border color is #dfc306
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,195,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc306; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc306; -webkit-box-shadow: 1px 1px 3px 2px #dfc306; box-shadow: 1px 1px 3px 2px #dfc306; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,195,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc306">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc306; -webkit-box-shadow: 1px 1px 3px 2px #dfc306; box-shadow: 1px 1px 3px 2px #dfc306;">
Div content here</div>
This div box has shadow with color #dfc306
Comments
No comments written yet.
Please login to write comment.