Color spaces of #dc510b
RGB | 220 | 81 | 11 |
---|---|---|---|
HSL | 0.06 | 0.90 | 0.45 |
HSV | 20° | 95° | 86° |
CMYK | 0.00 | 0.63 | 0.95 0.14 |
XYZ | 32.5180 | 21.1247 | 2.6802 |
Yxy | 21.1247 | 0.5773 | 0.3751 |
Hunter Lab | 45.9616 | 45.8565 | 28.7157 |
CIE-Lab | 53.0857 | 51.9191 | 60.9344 |
#dc510b color RGB value is (220,81,11).
#dc510b hex color red value is 220, green value is 81 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dc510b hue: 0.06 , saturation: 0.90 and the lightness value of dc510b is 0.45.
The process color (four color CMYK) of #dc510b color hex is 0.00, 0.63, 0.95, 0.14. Web safe color of #dc510b is #cc6600. Color #dc510b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01010001 | 00001011 |
Octal | 334 | 121 | 13 |
Decimal | 220 | 81 | 11 |
Hex | DC | 51 | B |
Shades of #dc510b
Tints of #dc510b
RGB Percentages of Color #dc510b
CMYK Percentages of Color #dc510b
Complementary Color
#dc510b | #0b96dc |
#dc510b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc510b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc510b Color CSS Codes
.mybgcolor {background-color:#dc510b; } .myforecolor {color:#dc510b; } .mybordercolor {border:3px solid #dc510b; }
#dc510b Text Font Color
<p style="color:#dc510b">Text here</p>
This sample text font color is #dc510b
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.
#dc510b Background Color
<div style="background-color:#dc510b">
Div content here</div>
This div background color is #dc510b
#dc510b Border Color
<div style="border:3px solid #dc510b">
Div here</div>
This div border color is #dc510b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,81,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc510b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc510b; -webkit-box-shadow: 1px 1px 3px 2px #dc510b; box-shadow: 1px 1px 3px 2px #dc510b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,81,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc510b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc510b; -webkit-box-shadow: 1px 1px 3px 2px #dc510b; box-shadow: 1px 1px 3px 2px #dc510b;">
Div content here</div>
This div box has shadow with color #dc510b
Comments
No comments written yet.
Please login to write comment.