Color spaces of #dc900f
RGB | 220 | 144 | 15 |
---|---|---|---|
HSL | 0.10 | 0.87 | 0.46 |
HSV | 38° | 93° | 86° |
CMYK | 0.00 | 0.35 | 0.93 0.14 |
XYZ | 39.5747 | 35.1967 | 5.1598 |
Yxy | 35.1967 | 0.4951 | 0.4403 |
Hunter Lab | 59.3268 | 15.2488 | 36.3722 |
CIE-Lab | 65.9015 | 20.3379 | 68.8347 |
#dc900f color RGB value is (220,144,15).
#dc900f hex color red value is 220, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dc900f hue: 0.10 , saturation: 0.87 and the lightness value of dc900f is 0.46.
The process color (four color CMYK) of #dc900f color hex is 0.00, 0.35, 0.93, 0.14. Web safe color of #dc900f is #cc9900. Color #dc900f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10010000 | 00001111 |
Octal | 334 | 220 | 17 |
Decimal | 220 | 144 | 15 |
Hex | DC | 90 | F |
Shades of #dc900f
Tints of #dc900f
RGB Percentages of Color #dc900f
CMYK Percentages of Color #dc900f
Complementary Color
#dc900f | #0f5bdc |
#dc900f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc900f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc900f Color CSS Codes
.mybgcolor {background-color:#dc900f; } .myforecolor {color:#dc900f; } .mybordercolor {border:3px solid #dc900f; }
#dc900f Text Font Color
<p style="color:#dc900f">Text here</p>
This sample text font color is #dc900f
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.
#dc900f Background Color
<div style="background-color:#dc900f">
Div content here</div>
This div background color is #dc900f
#dc900f Border Color
<div style="border:3px solid #dc900f">
Div here</div>
This div border color is #dc900f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,144,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc900f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc900f; -webkit-box-shadow: 1px 1px 3px 2px #dc900f; box-shadow: 1px 1px 3px 2px #dc900f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,144,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc900f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc900f; -webkit-box-shadow: 1px 1px 3px 2px #dc900f; box-shadow: 1px 1px 3px 2px #dc900f;">
Div content here</div>
This div box has shadow with color #dc900f
Comments
No comments written yet.
Please login to write comment.