Color spaces of #dfd92e
RGB | 223 | 217 | 46 |
---|---|---|---|
HSL | 0.16 | 0.73 | 0.53 |
HSV | 58° | 79° | 87° |
CMYK | 0.00 | 0.03 | 0.79 0.13 |
XYZ | 55.7374 | 65.5109 | 12.2920 |
Yxy | 65.5109 | 0.4174 | 0.4906 |
Hunter Lab | 80.9388 | -18.7213 | 47.6529 |
CIE-Lab | 84.7463 | -15.7411 | 77.0396 |
#dfd92e color RGB value is (223,217,46).
#dfd92e hex color red value is 223, green value is 217 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfd92e hue: 0.16 , saturation: 0.73 and the lightness value of dfd92e is 0.53.
The process color (four color CMYK) of #dfd92e color hex is 0.00, 0.03, 0.79, 0.13. Web safe color of #dfd92e is #cccc33. Color #dfd92e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011001 | 00101110 |
Octal | 337 | 331 | 56 |
Decimal | 223 | 217 | 46 |
Hex | DF | D9 | 2E |
Shades of #dfd92e
Tints of #dfd92e
RGB Percentages of Color #dfd92e
CMYK Percentages of Color #dfd92e
Complementary Color
#dfd92e | #2e34df |
#dfd92e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd92e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd92e Color CSS Codes
.mybgcolor {background-color:#dfd92e; } .myforecolor {color:#dfd92e; } .mybordercolor {border:3px solid #dfd92e; }
#dfd92e Text Font Color
<p style="color:#dfd92e">Text here</p>
This sample text font color is #dfd92e
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.
#dfd92e Background Color
<div style="background-color:#dfd92e">
Div content here</div>
This div background color is #dfd92e
#dfd92e Border Color
<div style="border:3px solid #dfd92e">
Div here</div>
This div border color is #dfd92e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,217,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd92e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd92e; -webkit-box-shadow: 1px 1px 3px 2px #dfd92e; box-shadow: 1px 1px 3px 2px #dfd92e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,217,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd92e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd92e; -webkit-box-shadow: 1px 1px 3px 2px #dfd92e; box-shadow: 1px 1px 3px 2px #dfd92e;">
Div content here</div>
This div box has shadow with color #dfd92e
Comments
No comments written yet.
Please login to write comment.