Color spaces of #dfd015
RGB | 223 | 208 | 21 |
---|---|---|---|
HSL | 0.15 | 0.83 | 0.48 |
HSV | 56° | 91° | 87° |
CMYK | 0.00 | 0.07 | 0.91 0.13 |
XYZ | 53.1227 | 60.8539 | 9.6556 |
Yxy | 60.8539 | 0.4297 | 0.4922 |
Hunter Lab | 78.0089 | -14.9602 | 47.2676 |
CIE-Lab | 82.3001 | -11.8466 | 80.2957 |
#dfd015 color RGB value is (223,208,21).
#dfd015 hex color red value is 223, green value is 208 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dfd015 hue: 0.15 , saturation: 0.83 and the lightness value of dfd015 is 0.48.
The process color (four color CMYK) of #dfd015 color hex is 0.00, 0.07, 0.91, 0.13. Web safe color of #dfd015 is #cccc00. Color #dfd015 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010000 | 00010101 |
Octal | 337 | 320 | 25 |
Decimal | 223 | 208 | 21 |
Hex | DF | D0 | 15 |
Shades of #dfd015
Tints of #dfd015
RGB Percentages of Color #dfd015
CMYK Percentages of Color #dfd015
Complementary Color
#dfd015 | #1524df |
#dfd015 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd015 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd015 Color CSS Codes
.mybgcolor {background-color:#dfd015; } .myforecolor {color:#dfd015; } .mybordercolor {border:3px solid #dfd015; }
#dfd015 Text Font Color
<p style="color:#dfd015">Text here</p>
This sample text font color is #dfd015
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.
#dfd015 Background Color
<div style="background-color:#dfd015">
Div content here</div>
This div background color is #dfd015
#dfd015 Border Color
<div style="border:3px solid #dfd015">
Div here</div>
This div border color is #dfd015
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,208,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd015; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd015; -webkit-box-shadow: 1px 1px 3px 2px #dfd015; box-shadow: 1px 1px 3px 2px #dfd015; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,208,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd015">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd015; -webkit-box-shadow: 1px 1px 3px 2px #dfd015; box-shadow: 1px 1px 3px 2px #dfd015;">
Div content here</div>
This div box has shadow with color #dfd015
Comments
No comments written yet.
Please login to write comment.