Color spaces of #df600a
RGB | 223 | 96 | 10 |
---|---|---|---|
HSL | 0.07 | 0.91 | 0.46 |
HSV | 24° | 96° | 87° |
CMYK | 0.00 | 0.57 | 0.96 0.13 |
XYZ | 34.6691 | 24.0756 | 3.1070 |
Yxy | 24.0756 | 0.5605 | 0.3892 |
Hunter Lab | 49.0669 | 40.2553 | 30.5925 |
CIE-Lab | 56.1634 | 46.2001 | 63.3034 |
#df600a color RGB value is (223,96,10).
#df600a hex color red value is 223, green value is 96 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #df600a hue: 0.07 , saturation: 0.91 and the lightness value of df600a is 0.46.
The process color (four color CMYK) of #df600a color hex is 0.00, 0.57, 0.96, 0.13. Web safe color of #df600a is #cc6600. Color #df600a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01100000 | 00001010 |
Octal | 337 | 140 | 12 |
Decimal | 223 | 96 | 10 |
Hex | DF | 60 | A |
Shades of #df600a
Tints of #df600a
RGB Percentages of Color #df600a
CMYK Percentages of Color #df600a
Complementary Color
#df600a | #0a89df |
#df600a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df600a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df600a Color CSS Codes
.mybgcolor {background-color:#df600a; } .myforecolor {color:#df600a; } .mybordercolor {border:3px solid #df600a; }
#df600a Text Font Color
<p style="color:#df600a">Text here</p>
This sample text font color is #df600a
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.
#df600a Background Color
<div style="background-color:#df600a">
Div content here</div>
This div background color is #df600a
#df600a Border Color
<div style="border:3px solid #df600a">
Div here</div>
This div border color is #df600a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,96,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df600a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df600a; -webkit-box-shadow: 1px 1px 3px 2px #df600a; box-shadow: 1px 1px 3px 2px #df600a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,96,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df600a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df600a; -webkit-box-shadow: 1px 1px 3px 2px #df600a; box-shadow: 1px 1px 3px 2px #df600a;">
Div content here</div>
This div box has shadow with color #df600a
Comments
No comments written yet.
Please login to write comment.