Color spaces of #da885e
RGB | 218 | 136 | 94 |
---|---|---|---|
HSL | 0.06 | 0.63 | 0.61 |
HSV | 20° | 57° | 85° |
CMYK | 0.00 | 0.38 | 0.57 0.15 |
XYZ | 39.7380 | 33.3219 | 14.9270 |
Yxy | 33.3219 | 0.4516 | 0.3787 |
Hunter Lab | 57.7251 | 21.8605 | 25.0759 |
CIE-Lab | 64.4207 | 27.2335 | 35.5306 |
#da885e color RGB value is (218,136,94).
#da885e hex color red value is 218, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da885e hue: 0.06 , saturation: 0.63 and the lightness value of da885e is 0.61.
The process color (four color CMYK) of #da885e color hex is 0.00, 0.38, 0.57, 0.15. Web safe color of #da885e is #cc9966. Color #da885e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10001000 | 01011110 |
Octal | 332 | 210 | 136 |
Decimal | 218 | 136 | 94 |
Hex | DA | 88 | 5E |
Shades of #da885e
Tints of #da885e
RGB Percentages of Color #da885e
CMYK Percentages of Color #da885e
Complementary Color
#da885e | #5eb0da |
#da885e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da885e Color Preview on White Background
Lorem ipsum dolor sit amet.
#da885e Color CSS Codes
.mybgcolor {background-color:#da885e; } .myforecolor {color:#da885e; } .mybordercolor {border:3px solid #da885e; }
#da885e Text Font Color
<p style="color:#da885e">Text here</p>
This sample text font color is #da885e
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.
#da885e Background Color
<div style="background-color:#da885e">
Div content here</div>
This div background color is #da885e
#da885e Border Color
<div style="border:3px solid #da885e">
Div here</div>
This div border color is #da885e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,136,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da885e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da885e; -webkit-box-shadow: 1px 1px 3px 2px #da885e; box-shadow: 1px 1px 3px 2px #da885e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,136,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da885e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da885e; -webkit-box-shadow: 1px 1px 3px 2px #da885e; box-shadow: 1px 1px 3px 2px #da885e;">
Div content here</div>
This div box has shadow with color #da885e
Comments
No comments written yet.
Please login to write comment.