Color spaces of #dfd64d
RGB | 223 | 214 | 77 |
---|---|---|---|
HSL | 0.16 | 0.70 | 0.59 |
HSV | 56° | 65° | 87° |
CMYK | 0.00 | 0.04 | 0.65 0.13 |
XYZ | 55.8175 | 64.3169 | 16.4937 |
Yxy | 64.3169 | 0.4085 | 0.4707 |
Hunter Lab | 80.1978 | -16.1106 | 43.9447 |
CIE-Lab | 84.1305 | -12.8863 | 66.0243 |
#dfd64d color RGB value is (223,214,77).
#dfd64d hex color red value is 223, green value is 214 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dfd64d hue: 0.16 , saturation: 0.70 and the lightness value of dfd64d is 0.59.
The process color (four color CMYK) of #dfd64d color hex is 0.00, 0.04, 0.65, 0.13. Web safe color of #dfd64d is #cccc66. Color #dfd64d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010110 | 01001101 |
Octal | 337 | 326 | 115 |
Decimal | 223 | 214 | 77 |
Hex | DF | D6 | 4D |
Shades of #dfd64d
Tints of #dfd64d
RGB Percentages of Color #dfd64d
CMYK Percentages of Color #dfd64d
Complementary Color
#dfd64d | #4d56df |
#dfd64d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd64d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd64d Color CSS Codes
.mybgcolor {background-color:#dfd64d; } .myforecolor {color:#dfd64d; } .mybordercolor {border:3px solid #dfd64d; }
#dfd64d Text Font Color
<p style="color:#dfd64d">Text here</p>
This sample text font color is #dfd64d
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.
#dfd64d Background Color
<div style="background-color:#dfd64d">
Div content here</div>
This div background color is #dfd64d
#dfd64d Border Color
<div style="border:3px solid #dfd64d">
Div here</div>
This div border color is #dfd64d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,214,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd64d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd64d; -webkit-box-shadow: 1px 1px 3px 2px #dfd64d; box-shadow: 1px 1px 3px 2px #dfd64d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,214,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd64d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd64d; -webkit-box-shadow: 1px 1px 3px 2px #dfd64d; box-shadow: 1px 1px 3px 2px #dfd64d;">
Div content here</div>
This div box has shadow with color #dfd64d
Comments
No comments written yet.
Please login to write comment.