Color spaces of #dfd74a
RGB | 223 | 215 | 74 |
---|---|---|---|
HSL | 0.16 | 0.70 | 0.58 |
HSV | 57° | 67° | 87° |
CMYK | 0.00 | 0.04 | 0.67 0.13 |
XYZ | 55.9679 | 64.7833 | 16.0332 |
Yxy | 64.7833 | 0.4092 | 0.4736 |
Hunter Lab | 80.4881 | -16.7330 | 44.5311 |
CIE-Lab | 84.3719 | -13.5513 | 67.4422 |
#dfd74a color RGB value is (223,215,74).
#dfd74a hex color red value is 223, green value is 215 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dfd74a hue: 0.16 , saturation: 0.70 and the lightness value of dfd74a is 0.58.
The process color (four color CMYK) of #dfd74a color hex is 0.00, 0.04, 0.67, 0.13. Web safe color of #dfd74a is #cccc33. Color #dfd74a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010111 | 01001010 |
Octal | 337 | 327 | 112 |
Decimal | 223 | 215 | 74 |
Hex | DF | D7 | 4A |
Shades of #dfd74a
Tints of #dfd74a
RGB Percentages of Color #dfd74a
CMYK Percentages of Color #dfd74a
Complementary Color
#dfd74a | #4a52df |
#dfd74a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd74a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd74a Color CSS Codes
.mybgcolor {background-color:#dfd74a; } .myforecolor {color:#dfd74a; } .mybordercolor {border:3px solid #dfd74a; }
#dfd74a Text Font Color
<p style="color:#dfd74a">Text here</p>
This sample text font color is #dfd74a
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.
#dfd74a Background Color
<div style="background-color:#dfd74a">
Div content here</div>
This div background color is #dfd74a
#dfd74a Border Color
<div style="border:3px solid #dfd74a">
Div here</div>
This div border color is #dfd74a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,215,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd74a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd74a; -webkit-box-shadow: 1px 1px 3px 2px #dfd74a; box-shadow: 1px 1px 3px 2px #dfd74a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,215,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd74a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd74a; -webkit-box-shadow: 1px 1px 3px 2px #dfd74a; box-shadow: 1px 1px 3px 2px #dfd74a;">
Div content here</div>
This div box has shadow with color #dfd74a
Comments
No comments written yet.
Please login to write comment.