Color spaces of #dfd20d
RGB | 223 | 210 | 13 |
---|---|---|---|
HSL | 0.16 | 0.89 | 0.46 |
HSV | 56° | 94° | 87° |
CMYK | 0.00 | 0.06 | 0.94 0.13 |
XYZ | 53.5507 | 61.8102 | 9.4889 |
Yxy | 61.8102 | 0.4289 | 0.4951 |
Hunter Lab | 78.6195 | -16.0009 | 47.8777 |
CIE-Lab | 82.8124 | -12.9514 | 81.6951 |
#dfd20d color RGB value is (223,210,13).
#dfd20d hex color red value is 223, green value is 210 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dfd20d hue: 0.16 , saturation: 0.89 and the lightness value of dfd20d is 0.46.
The process color (four color CMYK) of #dfd20d color hex is 0.00, 0.06, 0.94, 0.13. Web safe color of #dfd20d is #cccc00. Color #dfd20d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010010 | 00001101 |
Octal | 337 | 322 | 15 |
Decimal | 223 | 210 | 13 |
Hex | DF | D2 | D |
Shades of #dfd20d
Tints of #dfd20d
RGB Percentages of Color #dfd20d
CMYK Percentages of Color #dfd20d
Complementary Color
#dfd20d | #0d1adf |
#dfd20d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd20d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd20d Color CSS Codes
.mybgcolor {background-color:#dfd20d; } .myforecolor {color:#dfd20d; } .mybordercolor {border:3px solid #dfd20d; }
#dfd20d Text Font Color
<p style="color:#dfd20d">Text here</p>
This sample text font color is #dfd20d
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.
#dfd20d Background Color
<div style="background-color:#dfd20d">
Div content here</div>
This div background color is #dfd20d
#dfd20d Border Color
<div style="border:3px solid #dfd20d">
Div here</div>
This div border color is #dfd20d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,210,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd20d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd20d; -webkit-box-shadow: 1px 1px 3px 2px #dfd20d; box-shadow: 1px 1px 3px 2px #dfd20d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,210,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd20d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd20d; -webkit-box-shadow: 1px 1px 3px 2px #dfd20d; box-shadow: 1px 1px 3px 2px #dfd20d;">
Div content here</div>
This div box has shadow with color #dfd20d
Comments
No comments written yet.
Please login to write comment.