Color spaces of #dfc31d
RGB | 223 | 195 | 29 |
---|---|---|---|
HSL | 0.14 | 0.77 | 0.49 |
HSV | 51° | 87° | 87° |
CMYK | 0.00 | 0.13 | 0.87 0.13 |
XYZ | 50.1683 | 54.8069 | 9.0970 |
Yxy | 54.8069 | 0.4398 | 0.4805 |
Hunter Lab | 74.0317 | -8.5932 | 44.5366 |
CIE-Lab | 78.9299 | -5.1010 | 76.2391 |
#dfc31d color RGB value is (223,195,29).
#dfc31d hex color red value is 223, green value is 195 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dfc31d hue: 0.14 , saturation: 0.77 and the lightness value of dfc31d is 0.49.
The process color (four color CMYK) of #dfc31d color hex is 0.00, 0.13, 0.87, 0.13. Web safe color of #dfc31d is #cccc33. Color #dfc31d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000011 | 00011101 |
Octal | 337 | 303 | 35 |
Decimal | 223 | 195 | 29 |
Hex | DF | C3 | 1D |
Shades of #dfc31d
Tints of #dfc31d
RGB Percentages of Color #dfc31d
CMYK Percentages of Color #dfc31d
Complementary Color
#dfc31d | #1d39df |
#dfc31d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc31d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc31d Color CSS Codes
.mybgcolor {background-color:#dfc31d; } .myforecolor {color:#dfc31d; } .mybordercolor {border:3px solid #dfc31d; }
#dfc31d Text Font Color
<p style="color:#dfc31d">Text here</p>
This sample text font color is #dfc31d
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.
#dfc31d Background Color
<div style="background-color:#dfc31d">
Div content here</div>
This div background color is #dfc31d
#dfc31d Border Color
<div style="border:3px solid #dfc31d">
Div here</div>
This div border color is #dfc31d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,195,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc31d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc31d; -webkit-box-shadow: 1px 1px 3px 2px #dfc31d; box-shadow: 1px 1px 3px 2px #dfc31d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,195,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc31d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc31d; -webkit-box-shadow: 1px 1px 3px 2px #dfc31d; box-shadow: 1px 1px 3px 2px #dfc31d;">
Div content here</div>
This div box has shadow with color #dfc31d
Comments
No comments written yet.
Please login to write comment.