Color spaces of #dfc98d
RGB | 223 | 201 | 141 |
---|---|---|---|
HSL | 0.12 | 0.56 | 0.71 |
HSV | 44° | 37° | 87° |
CMYK | 0.00 | 0.10 | 0.37 0.13 |
XYZ | 56.1258 | 59.3844 | 33.7035 |
Yxy | 59.3844 | 0.3761 | 0.3980 |
Hunter Lab | 77.0613 | -4.8509 | 28.0118 |
CIE-Lab | 81.5024 | -0.7890 | 32.8168 |
#dfc98d color RGB value is (223,201,141).
#dfc98d hex color red value is 223, green value is 201 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dfc98d hue: 0.12 , saturation: 0.56 and the lightness value of dfc98d is 0.71.
The process color (four color CMYK) of #dfc98d color hex is 0.00, 0.10, 0.37, 0.13. Web safe color of #dfc98d is #cccc99. Color #dfc98d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001001 | 10001101 |
Octal | 337 | 311 | 215 |
Decimal | 223 | 201 | 141 |
Hex | DF | C9 | 8D |
Shades of #dfc98d
Tints of #dfc98d
RGB Percentages of Color #dfc98d
CMYK Percentages of Color #dfc98d
Complementary Color
#dfc98d | #8da3df |
#dfc98d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc98d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc98d Color CSS Codes
.mybgcolor {background-color:#dfc98d; } .myforecolor {color:#dfc98d; } .mybordercolor {border:3px solid #dfc98d; }
#dfc98d Text Font Color
<p style="color:#dfc98d">Text here</p>
This sample text font color is #dfc98d
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.
#dfc98d Background Color
<div style="background-color:#dfc98d">
Div content here</div>
This div background color is #dfc98d
#dfc98d Border Color
<div style="border:3px solid #dfc98d">
Div here</div>
This div border color is #dfc98d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,201,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc98d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc98d; -webkit-box-shadow: 1px 1px 3px 2px #dfc98d; box-shadow: 1px 1px 3px 2px #dfc98d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,201,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc98d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc98d; -webkit-box-shadow: 1px 1px 3px 2px #dfc98d; box-shadow: 1px 1px 3px 2px #dfc98d;">
Div content here</div>
This div box has shadow with color #dfc98d
Comments
No comments written yet.
Please login to write comment.