Color spaces of #dfc23f
RGB | 223 | 194 | 63 |
---|---|---|---|
HSL | 0.14 | 0.71 | 0.56 |
HSV | 49° | 72° | 87° |
CMYK | 0.00 | 0.13 | 0.72 0.13 |
XYZ | 50.6204 | 54.6304 | 12.5794 |
Yxy | 54.6304 | 0.4296 | 0.4636 |
Hunter Lab | 73.9124 | -7.0973 | 41.6479 |
CIE-Lab | 78.8279 | -3.4511 | 66.0879 |
#dfc23f color RGB value is (223,194,63).
#dfc23f hex color red value is 223, green value is 194 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfc23f hue: 0.14 , saturation: 0.71 and the lightness value of dfc23f is 0.56.
The process color (four color CMYK) of #dfc23f color hex is 0.00, 0.13, 0.72, 0.13. Web safe color of #dfc23f is #cccc33. Color #dfc23f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000010 | 00111111 |
Octal | 337 | 302 | 77 |
Decimal | 223 | 194 | 63 |
Hex | DF | C2 | 3F |
Shades of #dfc23f
Tints of #dfc23f
RGB Percentages of Color #dfc23f
CMYK Percentages of Color #dfc23f
Complementary Color
#dfc23f | #3f5cdf |
#dfc23f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc23f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc23f Color CSS Codes
.mybgcolor {background-color:#dfc23f; } .myforecolor {color:#dfc23f; } .mybordercolor {border:3px solid #dfc23f; }
#dfc23f Text Font Color
<p style="color:#dfc23f">Text here</p>
This sample text font color is #dfc23f
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.
#dfc23f Background Color
<div style="background-color:#dfc23f">
Div content here</div>
This div background color is #dfc23f
#dfc23f Border Color
<div style="border:3px solid #dfc23f">
Div here</div>
This div border color is #dfc23f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,194,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc23f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc23f; -webkit-box-shadow: 1px 1px 3px 2px #dfc23f; box-shadow: 1px 1px 3px 2px #dfc23f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,194,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc23f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc23f; -webkit-box-shadow: 1px 1px 3px 2px #dfc23f; box-shadow: 1px 1px 3px 2px #dfc23f;">
Div content here</div>
This div box has shadow with color #dfc23f
Comments
No comments written yet.
Please login to write comment.