Color spaces of #dfc573
RGB | 223 | 197 | 115 |
---|---|---|---|
HSL | 0.13 | 0.63 | 0.66 |
HSV | 46° | 48° | 87° |
CMYK | 0.00 | 0.12 | 0.48 0.13 |
XYZ | 53.4922 | 56.8583 | 24.3751 |
Yxy | 56.8583 | 0.3970 | 0.4220 |
Hunter Lab | 75.4044 | -5.3292 | 33.6171 |
CIE-Lab | 80.0998 | -1.4098 | 44.2502 |
#dfc573 color RGB value is (223,197,115).
#dfc573 hex color red value is 223, green value is 197 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dfc573 hue: 0.13 , saturation: 0.63 and the lightness value of dfc573 is 0.66.
The process color (four color CMYK) of #dfc573 color hex is 0.00, 0.12, 0.48, 0.13. Web safe color of #dfc573 is #cccc66. Color #dfc573 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000101 | 01110011 |
Octal | 337 | 305 | 163 |
Decimal | 223 | 197 | 115 |
Hex | DF | C5 | 73 |
Shades of #dfc573
Tints of #dfc573
RGB Percentages of Color #dfc573
CMYK Percentages of Color #dfc573
Complementary Color
#dfc573 | #738ddf |
#dfc573 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc573 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc573 Color CSS Codes
.mybgcolor {background-color:#dfc573; } .myforecolor {color:#dfc573; } .mybordercolor {border:3px solid #dfc573; }
#dfc573 Text Font Color
<p style="color:#dfc573">Text here</p>
This sample text font color is #dfc573
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.
#dfc573 Background Color
<div style="background-color:#dfc573">
Div content here</div>
This div background color is #dfc573
#dfc573 Border Color
<div style="border:3px solid #dfc573">
Div here</div>
This div border color is #dfc573
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,197,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc573; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc573; -webkit-box-shadow: 1px 1px 3px 2px #dfc573; box-shadow: 1px 1px 3px 2px #dfc573; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,197,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc573">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc573; -webkit-box-shadow: 1px 1px 3px 2px #dfc573; box-shadow: 1px 1px 3px 2px #dfc573;">
Div content here</div>
This div box has shadow with color #dfc573
Comments
No comments written yet.
Please login to write comment.