Color spaces of #dfca73
RGB | 223 | 202 | 115 |
---|---|---|---|
HSL | 0.13 | 0.63 | 0.66 |
HSV | 48° | 48° | 87° |
CMYK | 0.00 | 0.09 | 0.48 0.13 |
XYZ | 54.6465 | 59.1668 | 24.7598 |
Yxy | 59.1668 | 0.3944 | 0.4270 |
Hunter Lab | 76.9200 | -7.7976 | 34.7591 |
CIE-Lab | 81.3832 | -3.9933 | 45.8274 |
#dfca73 color RGB value is (223,202,115).
#dfca73 hex color red value is 223, green value is 202 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dfca73 hue: 0.13 , saturation: 0.63 and the lightness value of dfca73 is 0.66.
The process color (four color CMYK) of #dfca73 color hex is 0.00, 0.09, 0.48, 0.13. Web safe color of #dfca73 is #cccc66. Color #dfca73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001010 | 01110011 |
Octal | 337 | 312 | 163 |
Decimal | 223 | 202 | 115 |
Hex | DF | CA | 73 |
Shades of #dfca73
Tints of #dfca73
RGB Percentages of Color #dfca73
CMYK Percentages of Color #dfca73
Complementary Color
#dfca73 | #7388df |
#dfca73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfca73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfca73 Color CSS Codes
.mybgcolor {background-color:#dfca73; } .myforecolor {color:#dfca73; } .mybordercolor {border:3px solid #dfca73; }
#dfca73 Text Font Color
<p style="color:#dfca73">Text here</p>
This sample text font color is #dfca73
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.
#dfca73 Background Color
<div style="background-color:#dfca73">
Div content here</div>
This div background color is #dfca73
#dfca73 Border Color
<div style="border:3px solid #dfca73">
Div here</div>
This div border color is #dfca73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,202,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfca73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfca73; -webkit-box-shadow: 1px 1px 3px 2px #dfca73; box-shadow: 1px 1px 3px 2px #dfca73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,202,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 #dfca73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfca73; -webkit-box-shadow: 1px 1px 3px 2px #dfca73; box-shadow: 1px 1px 3px 2px #dfca73;">
Div content here</div>
This div box has shadow with color #dfca73
Comments
No comments written yet.
Please login to write comment.