Color spaces of #df640e
RGB | 223 | 100 | 14 |
---|---|---|---|
HSL | 0.07 | 0.88 | 0.46 |
HSV | 25° | 94° | 87° |
CMYK | 0.00 | 0.55 | 0.94 0.13 |
XYZ | 35.0679 | 24.8340 | 3.3606 |
Yxy | 24.8340 | 0.5543 | 0.3926 |
Hunter Lab | 49.8337 | 38.4011 | 30.8853 |
CIE-Lab | 56.9133 | 44.3323 | 62.9768 |
#df640e color RGB value is (223,100,14).
#df640e hex color red value is 223, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #df640e hue: 0.07 , saturation: 0.88 and the lightness value of df640e is 0.46.
The process color (four color CMYK) of #df640e color hex is 0.00, 0.55, 0.94, 0.13. Web safe color of #df640e is #cc6600. Color #df640e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01100100 | 00001110 |
Octal | 337 | 144 | 16 |
Decimal | 223 | 100 | 14 |
Hex | DF | 64 | E |
Shades of #df640e
Tints of #df640e
RGB Percentages of Color #df640e
CMYK Percentages of Color #df640e
Complementary Color
#df640e | #0e89df |
#df640e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df640e Color Preview on White Background
Lorem ipsum dolor sit amet.
#df640e Color CSS Codes
.mybgcolor {background-color:#df640e; } .myforecolor {color:#df640e; } .mybordercolor {border:3px solid #df640e; }
#df640e Text Font Color
<p style="color:#df640e">Text here</p>
This sample text font color is #df640e
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.
#df640e Background Color
<div style="background-color:#df640e">
Div content here</div>
This div background color is #df640e
#df640e Border Color
<div style="border:3px solid #df640e">
Div here</div>
This div border color is #df640e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,100,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df640e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df640e; -webkit-box-shadow: 1px 1px 3px 2px #df640e; box-shadow: 1px 1px 3px 2px #df640e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,100,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df640e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df640e; -webkit-box-shadow: 1px 1px 3px 2px #df640e; box-shadow: 1px 1px 3px 2px #df640e;">
Div content here</div>
This div box has shadow with color #df640e
Comments
No comments written yet.
Please login to write comment.