Color spaces of #da722e
RGB | 218 | 114 | 46 |
---|---|---|---|
HSL | 0.07 | 0.70 | 0.52 |
HSV | 24° | 79° | 85° |
CMYK | 0.00 | 0.48 | 0.79 0.15 |
XYZ | 35.4239 | 27.1373 | 5.9557 |
Yxy | 27.1373 | 0.5170 | 0.3961 |
Hunter Lab | 52.0935 | 30.2176 | 29.6870 |
CIE-Lab | 59.1012 | 36.1113 | 53.5652 |
#da722e color RGB value is (218,114,46).
#da722e hex color red value is 218, green value is 114 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da722e hue: 0.07 , saturation: 0.70 and the lightness value of da722e is 0.52.
The process color (four color CMYK) of #da722e color hex is 0.00, 0.48, 0.79, 0.15. Web safe color of #da722e is #cc6633. Color #da722e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01110010 | 00101110 |
Octal | 332 | 162 | 56 |
Decimal | 218 | 114 | 46 |
Hex | DA | 72 | 2E |
Shades of #da722e
Tints of #da722e
RGB Percentages of Color #da722e
CMYK Percentages of Color #da722e
Complementary Color
#da722e | #2e96da |
#da722e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da722e Color Preview on White Background
Lorem ipsum dolor sit amet.
#da722e Color CSS Codes
.mybgcolor {background-color:#da722e; } .myforecolor {color:#da722e; } .mybordercolor {border:3px solid #da722e; }
#da722e Text Font Color
<p style="color:#da722e">Text here</p>
This sample text font color is #da722e
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.
#da722e Background Color
<div style="background-color:#da722e">
Div content here</div>
This div background color is #da722e
#da722e Border Color
<div style="border:3px solid #da722e">
Div here</div>
This div border color is #da722e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,114,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da722e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da722e; -webkit-box-shadow: 1px 1px 3px 2px #da722e; box-shadow: 1px 1px 3px 2px #da722e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,114,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da722e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da722e; -webkit-box-shadow: 1px 1px 3px 2px #da722e; box-shadow: 1px 1px 3px 2px #da722e;">
Div content here</div>
This div box has shadow with color #da722e
Comments
No comments written yet.
Please login to write comment.