Color spaces of #dfda5c
RGB | 223 | 218 | 92 |
---|---|---|---|
HSL | 0.16 | 0.67 | 0.62 |
HSV | 58° | 59° | 87° |
CMYK | 0.00 | 0.02 | 0.59 0.13 |
XYZ | 57.4346 | 66.6035 | 19.9538 |
Yxy | 66.6035 | 0.3989 | 0.4626 |
Hunter Lab | 81.6110 | -17.1979 | 42.6313 |
CIE-Lab | 85.3033 | -13.9365 | 61.0591 |
#dfda5c color RGB value is (223,218,92).
#dfda5c hex color red value is 223, green value is 218 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dfda5c hue: 0.16 , saturation: 0.67 and the lightness value of dfda5c is 0.62.
The process color (four color CMYK) of #dfda5c color hex is 0.00, 0.02, 0.59, 0.13. Web safe color of #dfda5c is #cccc66. Color #dfda5c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011010 | 01011100 |
Octal | 337 | 332 | 134 |
Decimal | 223 | 218 | 92 |
Hex | DF | DA | 5C |
Shades of #dfda5c
Tints of #dfda5c
RGB Percentages of Color #dfda5c
CMYK Percentages of Color #dfda5c
Complementary Color
#dfda5c | #5c61df |
#dfda5c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfda5c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfda5c Color CSS Codes
.mybgcolor {background-color:#dfda5c; } .myforecolor {color:#dfda5c; } .mybordercolor {border:3px solid #dfda5c; }
#dfda5c Text Font Color
<p style="color:#dfda5c">Text here</p>
This sample text font color is #dfda5c
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.
#dfda5c Background Color
<div style="background-color:#dfda5c">
Div content here</div>
This div background color is #dfda5c
#dfda5c Border Color
<div style="border:3px solid #dfda5c">
Div here</div>
This div border color is #dfda5c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,218,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfda5c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfda5c; -webkit-box-shadow: 1px 1px 3px 2px #dfda5c; box-shadow: 1px 1px 3px 2px #dfda5c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,218,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfda5c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfda5c; -webkit-box-shadow: 1px 1px 3px 2px #dfda5c; box-shadow: 1px 1px 3px 2px #dfda5c;">
Div content here</div>
This div box has shadow with color #dfda5c
Comments
No comments written yet.
Please login to write comment.