Color spaces of #dfc05e
RGB | 223 | 192 | 94 |
---|---|---|---|
HSL | 0.13 | 0.67 | 0.62 |
HSV | 46° | 58° | 87° |
CMYK | 0.00 | 0.14 | 0.58 0.13 |
XYZ | 51.3014 | 54.1954 | 18.3466 |
Yxy | 54.1954 | 0.4142 | 0.4376 |
Hunter Lab | 73.6175 | -4.4405 | 36.7563 |
CIE-Lab | 78.5755 | -0.5539 | 52.5953 |
#dfc05e color RGB value is (223,192,94).
#dfc05e hex color red value is 223, green value is 192 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dfc05e hue: 0.13 , saturation: 0.67 and the lightness value of dfc05e is 0.62.
The process color (four color CMYK) of #dfc05e color hex is 0.00, 0.14, 0.58, 0.13. Web safe color of #dfc05e is #cccc66. Color #dfc05e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000000 | 01011110 |
Octal | 337 | 300 | 136 |
Decimal | 223 | 192 | 94 |
Hex | DF | C0 | 5E |
Shades of #dfc05e
Tints of #dfc05e
RGB Percentages of Color #dfc05e
CMYK Percentages of Color #dfc05e
Complementary Color
#dfc05e | #5e7ddf |
#dfc05e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc05e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc05e Color CSS Codes
.mybgcolor {background-color:#dfc05e; } .myforecolor {color:#dfc05e; } .mybordercolor {border:3px solid #dfc05e; }
#dfc05e Text Font Color
<p style="color:#dfc05e">Text here</p>
This sample text font color is #dfc05e
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.
#dfc05e Background Color
<div style="background-color:#dfc05e">
Div content here</div>
This div background color is #dfc05e
#dfc05e Border Color
<div style="border:3px solid #dfc05e">
Div here</div>
This div border color is #dfc05e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,192,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc05e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc05e; -webkit-box-shadow: 1px 1px 3px 2px #dfc05e; box-shadow: 1px 1px 3px 2px #dfc05e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,192,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc05e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc05e; -webkit-box-shadow: 1px 1px 3px 2px #dfc05e; box-shadow: 1px 1px 3px 2px #dfc05e;">
Div content here</div>
This div box has shadow with color #dfc05e
Comments
No comments written yet.
Please login to write comment.