Color spaces of #dfcd11
RGB | 223 | 205 | 17 |
---|---|---|---|
HSL | 0.15 | 0.86 | 0.47 |
HSV | 55° | 92° | 87° |
CMYK | 0.00 | 0.08 | 0.92 0.13 |
XYZ | 52.3639 | 59.3911 | 9.2341 |
Yxy | 59.3911 | 0.4328 | 0.4909 |
Hunter Lab | 77.0656 | -13.5792 | 46.8417 |
CIE-Lab | 81.5061 | -10.3944 | 80.2438 |
#dfcd11 color RGB value is (223,205,17).
#dfcd11 hex color red value is 223, green value is 205 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dfcd11 hue: 0.15 , saturation: 0.86 and the lightness value of dfcd11 is 0.47.
The process color (four color CMYK) of #dfcd11 color hex is 0.00, 0.08, 0.92, 0.13. Web safe color of #dfcd11 is #cccc00. Color #dfcd11 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001101 | 00010001 |
Octal | 337 | 315 | 21 |
Decimal | 223 | 205 | 17 |
Hex | DF | CD | 11 |
Shades of #dfcd11
Tints of #dfcd11
RGB Percentages of Color #dfcd11
CMYK Percentages of Color #dfcd11
Complementary Color
#dfcd11 | #1123df |
#dfcd11 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcd11 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcd11 Color CSS Codes
.mybgcolor {background-color:#dfcd11; } .myforecolor {color:#dfcd11; } .mybordercolor {border:3px solid #dfcd11; }
#dfcd11 Text Font Color
<p style="color:#dfcd11">Text here</p>
This sample text font color is #dfcd11
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.
#dfcd11 Background Color
<div style="background-color:#dfcd11">
Div content here</div>
This div background color is #dfcd11
#dfcd11 Border Color
<div style="border:3px solid #dfcd11">
Div here</div>
This div border color is #dfcd11
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,205,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcd11; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcd11; -webkit-box-shadow: 1px 1px 3px 2px #dfcd11; box-shadow: 1px 1px 3px 2px #dfcd11; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,205,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcd11">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcd11; -webkit-box-shadow: 1px 1px 3px 2px #dfcd11; box-shadow: 1px 1px 3px 2px #dfcd11;">
Div content here</div>
This div box has shadow with color #dfcd11
Comments
No comments written yet.
Please login to write comment.