Color spaces of #dc760a
RGB | 220 | 118 | 10 |
---|---|---|---|
HSL | 0.09 | 0.91 | 0.45 |
HSV | 31° | 95° | 86° |
CMYK | 0.00 | 0.46 | 0.95 0.14 |
XYZ | 36.0484 | 28.1944 | 3.8293 |
Yxy | 28.1944 | 0.5296 | 0.4142 |
Hunter Lab | 53.0984 | 28.2611 | 32.8931 |
CIE-Lab | 60.0640 | 34.0636 | 65.6183 |
#dc760a color RGB value is (220,118,10).
#dc760a hex color red value is 220, green value is 118 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dc760a hue: 0.09 , saturation: 0.91 and the lightness value of dc760a is 0.45.
The process color (four color CMYK) of #dc760a color hex is 0.00, 0.46, 0.95, 0.14. Web safe color of #dc760a is #cc6600. Color #dc760a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01110110 | 00001010 |
Octal | 334 | 166 | 12 |
Decimal | 220 | 118 | 10 |
Hex | DC | 76 | A |
Shades of #dc760a
Tints of #dc760a
RGB Percentages of Color #dc760a
CMYK Percentages of Color #dc760a
Complementary Color
#dc760a | #0a70dc |
#dc760a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc760a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc760a Color CSS Codes
.mybgcolor {background-color:#dc760a; } .myforecolor {color:#dc760a; } .mybordercolor {border:3px solid #dc760a; }
#dc760a Text Font Color
<p style="color:#dc760a">Text here</p>
This sample text font color is #dc760a
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.
#dc760a Background Color
<div style="background-color:#dc760a">
Div content here</div>
This div background color is #dc760a
#dc760a Border Color
<div style="border:3px solid #dc760a">
Div here</div>
This div border color is #dc760a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,118,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc760a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc760a; -webkit-box-shadow: 1px 1px 3px 2px #dc760a; box-shadow: 1px 1px 3px 2px #dc760a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,118,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 #dc760a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc760a; -webkit-box-shadow: 1px 1px 3px 2px #dc760a; box-shadow: 1px 1px 3px 2px #dc760a;">
Div content here</div>
This div box has shadow with color #dc760a
Comments
No comments written yet.
Please login to write comment.