Color spaces of #dfc58c
RGB | 223 | 197 | 140 |
---|---|---|---|
HSL | 0.11 | 0.56 | 0.71 |
HSV | 41° | 37° | 87° |
CMYK | 0.00 | 0.12 | 0.37 0.13 |
XYZ | 55.1313 | 57.5139 | 33.0065 |
Yxy | 57.5139 | 0.3785 | 0.3949 |
Hunter Lab | 75.8379 | -2.9536 | 27.2821 |
CIE-Lab | 80.4678 | 1.1784 | 31.9721 |
#dfc58c color RGB value is (223,197,140).
#dfc58c hex color red value is 223, green value is 197 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dfc58c hue: 0.11 , saturation: 0.56 and the lightness value of dfc58c is 0.71.
The process color (four color CMYK) of #dfc58c color hex is 0.00, 0.12, 0.37, 0.13. Web safe color of #dfc58c is #cccc99. Color #dfc58c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000101 | 10001100 |
Octal | 337 | 305 | 214 |
Decimal | 223 | 197 | 140 |
Hex | DF | C5 | 8C |
Shades of #dfc58c
Tints of #dfc58c
RGB Percentages of Color #dfc58c
CMYK Percentages of Color #dfc58c
Complementary Color
#dfc58c | #8ca6df |
#dfc58c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc58c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc58c Color CSS Codes
.mybgcolor {background-color:#dfc58c; } .myforecolor {color:#dfc58c; } .mybordercolor {border:3px solid #dfc58c; }
#dfc58c Text Font Color
<p style="color:#dfc58c">Text here</p>
This sample text font color is #dfc58c
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.
#dfc58c Background Color
<div style="background-color:#dfc58c">
Div content here</div>
This div background color is #dfc58c
#dfc58c Border Color
<div style="border:3px solid #dfc58c">
Div here</div>
This div border color is #dfc58c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,197,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc58c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc58c; -webkit-box-shadow: 1px 1px 3px 2px #dfc58c; box-shadow: 1px 1px 3px 2px #dfc58c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,197,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc58c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc58c; -webkit-box-shadow: 1px 1px 3px 2px #dfc58c; box-shadow: 1px 1px 3px 2px #dfc58c;">
Div content here</div>
This div box has shadow with color #dfc58c
Comments
No comments written yet.
Please login to write comment.