Color spaces of #dfd930
RGB | 223 | 217 | 48 |
---|---|---|---|
HSL | 0.16 | 0.73 | 0.53 |
HSV | 58° | 78° | 87° |
CMYK | 0.00 | 0.03 | 0.78 0.13 |
XYZ | 55.7778 | 65.5271 | 12.5045 |
Yxy | 65.5271 | 0.4168 | 0.4897 |
Hunter Lab | 80.9488 | -18.6649 | 47.5054 |
CIE-Lab | 84.7546 | -15.6758 | 76.5001 |
#dfd930 color RGB value is (223,217,48).
#dfd930 hex color red value is 223, green value is 217 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dfd930 hue: 0.16 , saturation: 0.73 and the lightness value of dfd930 is 0.53.
The process color (four color CMYK) of #dfd930 color hex is 0.00, 0.03, 0.78, 0.13. Web safe color of #dfd930 is #cccc33. Color #dfd930 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011001 | 00110000 |
Octal | 337 | 331 | 60 |
Decimal | 223 | 217 | 48 |
Hex | DF | D9 | 30 |
Shades of #dfd930
Tints of #dfd930
RGB Percentages of Color #dfd930
CMYK Percentages of Color #dfd930
Complementary Color
#dfd930 | #3036df |
#dfd930 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd930 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd930 Color CSS Codes
.mybgcolor {background-color:#dfd930; } .myforecolor {color:#dfd930; } .mybordercolor {border:3px solid #dfd930; }
#dfd930 Text Font Color
<p style="color:#dfd930">Text here</p>
This sample text font color is #dfd930
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.
#dfd930 Background Color
<div style="background-color:#dfd930">
Div content here</div>
This div background color is #dfd930
#dfd930 Border Color
<div style="border:3px solid #dfd930">
Div here</div>
This div border color is #dfd930
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,217,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd930; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd930; -webkit-box-shadow: 1px 1px 3px 2px #dfd930; box-shadow: 1px 1px 3px 2px #dfd930; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,217,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd930">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd930; -webkit-box-shadow: 1px 1px 3px 2px #dfd930; box-shadow: 1px 1px 3px 2px #dfd930;">
Div content here</div>
This div box has shadow with color #dfd930
Comments
No comments written yet.
Please login to write comment.