Color spaces of #dc541f
RGB | 220 | 84 | 31 |
---|---|---|---|
HSL | 0.05 | 0.75 | 0.49 |
HSV | 17° | 86° | 86° |
CMYK | 0.00 | 0.62 | 0.86 0.14 |
XYZ | 32.9328 | 21.6552 | 3.7404 |
Yxy | 21.6552 | 0.5646 | 0.3713 |
Hunter Lab | 46.5351 | 44.8875 | 27.8090 |
CIE-Lab | 53.6592 | 50.9276 | 55.0868 |
#dc541f color RGB value is (220,84,31).
#dc541f hex color red value is 220, green value is 84 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dc541f hue: 0.05 , saturation: 0.75 and the lightness value of dc541f is 0.49.
The process color (four color CMYK) of #dc541f color hex is 0.00, 0.62, 0.86, 0.14. Web safe color of #dc541f is #cc6633. Color #dc541f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01010100 | 00011111 |
Octal | 334 | 124 | 37 |
Decimal | 220 | 84 | 31 |
Hex | DC | 54 | 1F |
Shades of #dc541f
Tints of #dc541f
RGB Percentages of Color #dc541f
CMYK Percentages of Color #dc541f
Complementary Color
#dc541f | #1fa7dc |
#dc541f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc541f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc541f Color CSS Codes
.mybgcolor {background-color:#dc541f; } .myforecolor {color:#dc541f; } .mybordercolor {border:3px solid #dc541f; }
#dc541f Text Font Color
<p style="color:#dc541f">Text here</p>
This sample text font color is #dc541f
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.
#dc541f Background Color
<div style="background-color:#dc541f">
Div content here</div>
This div background color is #dc541f
#dc541f Border Color
<div style="border:3px solid #dc541f">
Div here</div>
This div border color is #dc541f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,84,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc541f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc541f; -webkit-box-shadow: 1px 1px 3px 2px #dc541f; box-shadow: 1px 1px 3px 2px #dc541f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,84,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc541f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc541f; -webkit-box-shadow: 1px 1px 3px 2px #dc541f; box-shadow: 1px 1px 3px 2px #dc541f;">
Div content here</div>
This div box has shadow with color #dc541f
Comments
No comments written yet.
Please login to write comment.