Color spaces of #dfab17
RGB | 223 | 171 | 23 |
---|---|---|---|
HSL | 0.12 | 0.81 | 0.48 |
HSV | 44° | 90° | 87° |
CMYK | 0.00 | 0.23 | 0.90 0.13 |
XYZ | 45.1490 | 44.8757 | 7.0929 |
Yxy | 44.8757 | 0.4649 | 0.4621 |
Hunter Lab | 66.9893 | 3.0729 | 40.6148 |
CIE-Lab | 72.8100 | 7.3259 | 72.6474 |
#dfab17 color RGB value is (223,171,23).
#dfab17 hex color red value is 223, green value is 171 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dfab17 hue: 0.12 , saturation: 0.81 and the lightness value of dfab17 is 0.48.
The process color (four color CMYK) of #dfab17 color hex is 0.00, 0.23, 0.90, 0.13. Web safe color of #dfab17 is #cc9900. Color #dfab17 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101011 | 00010111 |
Octal | 337 | 253 | 27 |
Decimal | 223 | 171 | 23 |
Hex | DF | AB | 17 |
Shades of #dfab17
Tints of #dfab17
RGB Percentages of Color #dfab17
CMYK Percentages of Color #dfab17
Complementary Color
#dfab17 | #174bdf |
#dfab17 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfab17 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfab17 Color CSS Codes
.mybgcolor {background-color:#dfab17; } .myforecolor {color:#dfab17; } .mybordercolor {border:3px solid #dfab17; }
#dfab17 Text Font Color
<p style="color:#dfab17">Text here</p>
This sample text font color is #dfab17
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.
#dfab17 Background Color
<div style="background-color:#dfab17">
Div content here</div>
This div background color is #dfab17
#dfab17 Border Color
<div style="border:3px solid #dfab17">
Div here</div>
This div border color is #dfab17
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,171,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfab17; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfab17; -webkit-box-shadow: 1px 1px 3px 2px #dfab17; box-shadow: 1px 1px 3px 2px #dfab17; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,171,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfab17">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfab17; -webkit-box-shadow: 1px 1px 3px 2px #dfab17; box-shadow: 1px 1px 3px 2px #dfab17;">
Div content here</div>
This div box has shadow with color #dfab17
Comments
No comments written yet.
Please login to write comment.