Color spaces of #dfad73
RGB | 223 | 173 | 115 |
---|---|---|---|
HSL | 0.09 | 0.63 | 0.66 |
HSV | 32° | 48° | 87° |
CMYK | 0.00 | 0.22 | 0.48 0.13 |
XYZ | 48.4695 | 46.8129 | 22.7008 |
Yxy | 46.8129 | 0.4108 | 0.3968 |
Hunter Lab | 68.4200 | 6.7166 | 28.2224 |
CIE-Lab | 74.0699 | 11.2337 | 36.7005 |
#dfad73 color RGB value is (223,173,115).
#dfad73 hex color red value is 223, green value is 173 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dfad73 hue: 0.09 , saturation: 0.63 and the lightness value of dfad73 is 0.66.
The process color (four color CMYK) of #dfad73 color hex is 0.00, 0.22, 0.48, 0.13. Web safe color of #dfad73 is #cc9966. Color #dfad73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101101 | 01110011 |
Octal | 337 | 255 | 163 |
Decimal | 223 | 173 | 115 |
Hex | DF | AD | 73 |
Shades of #dfad73
Tints of #dfad73
RGB Percentages of Color #dfad73
CMYK Percentages of Color #dfad73
Complementary Color
#dfad73 | #73a5df |
#dfad73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfad73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfad73 Color CSS Codes
.mybgcolor {background-color:#dfad73; } .myforecolor {color:#dfad73; } .mybordercolor {border:3px solid #dfad73; }
#dfad73 Text Font Color
<p style="color:#dfad73">Text here</p>
This sample text font color is #dfad73
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.
#dfad73 Background Color
<div style="background-color:#dfad73">
Div content here</div>
This div background color is #dfad73
#dfad73 Border Color
<div style="border:3px solid #dfad73">
Div here</div>
This div border color is #dfad73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,173,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfad73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfad73; -webkit-box-shadow: 1px 1px 3px 2px #dfad73; box-shadow: 1px 1px 3px 2px #dfad73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,173,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 #dfad73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfad73; -webkit-box-shadow: 1px 1px 3px 2px #dfad73; box-shadow: 1px 1px 3px 2px #dfad73;">
Div content here</div>
This div box has shadow with color #dfad73
Comments
No comments written yet.
Please login to write comment.