Color spaces of #dfa312
RGB | 223 | 163 | 18 |
---|---|---|---|
HSL | 0.12 | 0.85 | 0.47 |
HSV | 42° | 92° | 87° |
CMYK | 0.00 | 0.27 | 0.92 0.13 |
XYZ | 43.6378 | 41.9260 | 6.3648 |
Yxy | 41.9260 | 0.4747 | 0.4561 |
Hunter Lab | 64.7503 | 6.9853 | 39.4971 |
CIE-Lab | 70.8199 | 11.5017 | 72.0698 |
#dfa312 color RGB value is (223,163,18).
#dfa312 hex color red value is 223, green value is 163 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfa312 hue: 0.12 , saturation: 0.85 and the lightness value of dfa312 is 0.47.
The process color (four color CMYK) of #dfa312 color hex is 0.00, 0.27, 0.92, 0.13. Web safe color of #dfa312 is #cc9900. Color #dfa312 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100011 | 00010010 |
Octal | 337 | 243 | 22 |
Decimal | 223 | 163 | 18 |
Hex | DF | A3 | 12 |
Shades of #dfa312
Tints of #dfa312
RGB Percentages of Color #dfa312
CMYK Percentages of Color #dfa312
Complementary Color
#dfa312 | #124edf |
#dfa312 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa312 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa312 Color CSS Codes
.mybgcolor {background-color:#dfa312; } .myforecolor {color:#dfa312; } .mybordercolor {border:3px solid #dfa312; }
#dfa312 Text Font Color
<p style="color:#dfa312">Text here</p>
This sample text font color is #dfa312
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.
#dfa312 Background Color
<div style="background-color:#dfa312">
Div content here</div>
This div background color is #dfa312
#dfa312 Border Color
<div style="border:3px solid #dfa312">
Div here</div>
This div border color is #dfa312
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,163,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa312; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa312; -webkit-box-shadow: 1px 1px 3px 2px #dfa312; box-shadow: 1px 1px 3px 2px #dfa312; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,163,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa312">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa312; -webkit-box-shadow: 1px 1px 3px 2px #dfa312; box-shadow: 1px 1px 3px 2px #dfa312;">
Div content here</div>
This div box has shadow with color #dfa312
Comments
No comments written yet.
Please login to write comment.