Color spaces of #d4720a
RGB | 212 | 114 | 10 |
---|---|---|---|
HSL | 0.09 | 0.91 | 0.44 |
HSV | 31° | 95° | 83° |
CMYK | 0.00 | 0.46 | 0.95 0.17 |
XYZ | 33.2235 | 26.0536 | 3.5649 |
Yxy | 26.0536 | 0.5287 | 0.4146 |
Hunter Lab | 51.0427 | 26.8601 | 31.5890 |
CIE-Lab | 58.0879 | 32.8689 | 63.7556 |
#d4720a color RGB value is (212,114,10).
#d4720a hex color red value is 212, green value is 114 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d4720a hue: 0.09 , saturation: 0.91 and the lightness value of d4720a is 0.44.
The process color (four color CMYK) of #d4720a color hex is 0.00, 0.46, 0.95, 0.17. Web safe color of #d4720a is #cc6600. Color #d4720a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01110010 | 00001010 |
Octal | 324 | 162 | 12 |
Decimal | 212 | 114 | 10 |
Hex | D4 | 72 | A |
Shades of #d4720a
Tints of #d4720a
RGB Percentages of Color #d4720a
CMYK Percentages of Color #d4720a
Complementary Color
#d4720a | #0a6cd4 |
#d4720a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4720a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4720a Color CSS Codes
.mybgcolor {background-color:#d4720a; } .myforecolor {color:#d4720a; } .mybordercolor {border:3px solid #d4720a; }
#d4720a Text Font Color
<p style="color:#d4720a">Text here</p>
This sample text font color is #d4720a
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.
#d4720a Background Color
<div style="background-color:#d4720a">
Div content here</div>
This div background color is #d4720a
#d4720a Border Color
<div style="border:3px solid #d4720a">
Div here</div>
This div border color is #d4720a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,114,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4720a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4720a; -webkit-box-shadow: 1px 1px 3px 2px #d4720a; box-shadow: 1px 1px 3px 2px #d4720a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,114,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 #d4720a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4720a; -webkit-box-shadow: 1px 1px 3px 2px #d4720a; box-shadow: 1px 1px 3px 2px #d4720a;">
Div content here</div>
This div box has shadow with color #d4720a
Comments
No comments written yet.
Please login to write comment.