Color spaces of #da964c
RGB | 218 | 150 | 76 |
---|---|---|---|
HSL | 0.09 | 0.66 | 0.58 |
HSV | 31° | 65° | 85° |
CMYK | 0.00 | 0.31 | 0.65 0.15 |
XYZ | 41.1243 | 37.2399 | 11.8580 |
Yxy | 37.2399 | 0.4558 | 0.4128 |
Hunter Lab | 61.0245 | 13.4979 | 31.1962 |
CIE-Lab | 67.4566 | 18.4457 | 48.3811 |
#da964c color RGB value is (218,150,76).
#da964c hex color red value is 218, green value is 150 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da964c hue: 0.09 , saturation: 0.66 and the lightness value of da964c is 0.58.
The process color (four color CMYK) of #da964c color hex is 0.00, 0.31, 0.65, 0.15. Web safe color of #da964c is #cc9933. Color #da964c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10010110 | 01001100 |
Octal | 332 | 226 | 114 |
Decimal | 218 | 150 | 76 |
Hex | DA | 96 | 4C |
Shades of #da964c
Tints of #da964c
RGB Percentages of Color #da964c
CMYK Percentages of Color #da964c
Complementary Color
#da964c | #4c90da |
#da964c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da964c Color Preview on White Background
Lorem ipsum dolor sit amet.
#da964c Color CSS Codes
.mybgcolor {background-color:#da964c; } .myforecolor {color:#da964c; } .mybordercolor {border:3px solid #da964c; }
#da964c Text Font Color
<p style="color:#da964c">Text here</p>
This sample text font color is #da964c
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.
#da964c Background Color
<div style="background-color:#da964c">
Div content here</div>
This div background color is #da964c
#da964c Border Color
<div style="border:3px solid #da964c">
Div here</div>
This div border color is #da964c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,150,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da964c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da964c; -webkit-box-shadow: 1px 1px 3px 2px #da964c; box-shadow: 1px 1px 3px 2px #da964c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,150,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da964c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da964c; -webkit-box-shadow: 1px 1px 3px 2px #da964c; box-shadow: 1px 1px 3px 2px #da964c;">
Div content here</div>
This div box has shadow with color #da964c
Comments
No comments written yet.
Please login to write comment.