Color spaces of #dfda60
RGB | 223 | 218 | 96 |
---|---|---|---|
HSL | 0.16 | 0.66 | 0.63 |
HSV | 58° | 57° | 87° |
CMYK | 0.00 | 0.02 | 0.57 0.13 |
XYZ | 57.6141 | 66.6753 | 20.8994 |
Yxy | 66.6753 | 0.3968 | 0.4592 |
Hunter Lab | 81.6549 | -16.9501 | 41.9833 |
CIE-Lab | 85.3397 | -13.6535 | 59.3550 |
#dfda60 color RGB value is (223,218,96).
#dfda60 hex color red value is 223, green value is 218 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dfda60 hue: 0.16 , saturation: 0.66 and the lightness value of dfda60 is 0.63.
The process color (four color CMYK) of #dfda60 color hex is 0.00, 0.02, 0.57, 0.13. Web safe color of #dfda60 is #cccc66. Color #dfda60 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011010 | 01100000 |
Octal | 337 | 332 | 140 |
Decimal | 223 | 218 | 96 |
Hex | DF | DA | 60 |
Shades of #dfda60
Tints of #dfda60
RGB Percentages of Color #dfda60
CMYK Percentages of Color #dfda60
Complementary Color
#dfda60 | #6065df |
#dfda60 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfda60 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfda60 Color CSS Codes
.mybgcolor {background-color:#dfda60; } .myforecolor {color:#dfda60; } .mybordercolor {border:3px solid #dfda60; }
#dfda60 Text Font Color
<p style="color:#dfda60">Text here</p>
This sample text font color is #dfda60
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.
#dfda60 Background Color
<div style="background-color:#dfda60">
Div content here</div>
This div background color is #dfda60
#dfda60 Border Color
<div style="border:3px solid #dfda60">
Div here</div>
This div border color is #dfda60
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,218,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfda60; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfda60; -webkit-box-shadow: 1px 1px 3px 2px #dfda60; box-shadow: 1px 1px 3px 2px #dfda60; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,218,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfda60">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfda60; -webkit-box-shadow: 1px 1px 3px 2px #dfda60; box-shadow: 1px 1px 3px 2px #dfda60;">
Div content here</div>
This div box has shadow with color #dfda60
Comments
No comments written yet.
Please login to write comment.