Color spaces of #dfc171
RGB | 223 | 193 | 113 |
---|---|---|---|
HSL | 0.12 | 0.63 | 0.66 |
HSV | 44° | 49° | 87° |
CMYK | 0.00 | 0.13 | 0.49 0.13 |
XYZ | 52.4820 | 55.0202 | 23.4766 |
Yxy | 55.0202 | 0.4007 | 0.4201 |
Hunter Lab | 74.1756 | -3.5119 | 33.1576 |
CIE-Lab | 79.0529 | 0.4876 | 43.9560 |
#dfc171 color RGB value is (223,193,113).
#dfc171 hex color red value is 223, green value is 193 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dfc171 hue: 0.12 , saturation: 0.63 and the lightness value of dfc171 is 0.66.
The process color (four color CMYK) of #dfc171 color hex is 0.00, 0.13, 0.49, 0.13. Web safe color of #dfc171 is #cccc66. Color #dfc171 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000001 | 01110001 |
Octal | 337 | 301 | 161 |
Decimal | 223 | 193 | 113 |
Hex | DF | C1 | 71 |
Shades of #dfc171
Tints of #dfc171
RGB Percentages of Color #dfc171
CMYK Percentages of Color #dfc171
Complementary Color
#dfc171 | #718fdf |
#dfc171 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc171 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc171 Color CSS Codes
.mybgcolor {background-color:#dfc171; } .myforecolor {color:#dfc171; } .mybordercolor {border:3px solid #dfc171; }
#dfc171 Text Font Color
<p style="color:#dfc171">Text here</p>
This sample text font color is #dfc171
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.
#dfc171 Background Color
<div style="background-color:#dfc171">
Div content here</div>
This div background color is #dfc171
#dfc171 Border Color
<div style="border:3px solid #dfc171">
Div here</div>
This div border color is #dfc171
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,193,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc171; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc171; -webkit-box-shadow: 1px 1px 3px 2px #dfc171; box-shadow: 1px 1px 3px 2px #dfc171; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,193,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc171">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc171; -webkit-box-shadow: 1px 1px 3px 2px #dfc171; box-shadow: 1px 1px 3px 2px #dfc171;">
Div content here</div>
This div box has shadow with color #dfc171
Comments
No comments written yet.
Please login to write comment.