Color spaces of #da836c
RGB | 218 | 131 | 108 |
---|---|---|---|
HSL | 0.03 | 0.60 | 0.64 |
HSV | 13° | 50° | 85° |
CMYK | 0.00 | 0.40 | 0.50 0.15 |
XYZ | 39.7365 | 32.2207 | 18.3122 |
Yxy | 32.2207 | 0.4402 | 0.3569 |
Hunter Lab | 56.7633 | 25.6212 | 20.6070 |
CIE-Lab | 63.5249 | 31.0902 | 26.7150 |
#da836c color RGB value is (218,131,108).
#da836c hex color red value is 218, green value is 131 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #da836c hue: 0.03 , saturation: 0.60 and the lightness value of da836c is 0.64.
The process color (four color CMYK) of #da836c color hex is 0.00, 0.40, 0.50, 0.15. Web safe color of #da836c is #cc9966. Color #da836c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10000011 | 01101100 |
Octal | 332 | 203 | 154 |
Decimal | 218 | 131 | 108 |
Hex | DA | 83 | 6C |
Shades of #da836c
Tints of #da836c
RGB Percentages of Color #da836c
CMYK Percentages of Color #da836c
Complementary Color
#da836c | #6cc3da |
#da836c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da836c Color Preview on White Background
Lorem ipsum dolor sit amet.
#da836c Color CSS Codes
.mybgcolor {background-color:#da836c; } .myforecolor {color:#da836c; } .mybordercolor {border:3px solid #da836c; }
#da836c Text Font Color
<p style="color:#da836c">Text here</p>
This sample text font color is #da836c
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.
#da836c Background Color
<div style="background-color:#da836c">
Div content here</div>
This div background color is #da836c
#da836c Border Color
<div style="border:3px solid #da836c">
Div here</div>
This div border color is #da836c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,131,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da836c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da836c; -webkit-box-shadow: 1px 1px 3px 2px #da836c; box-shadow: 1px 1px 3px 2px #da836c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,131,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da836c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da836c; -webkit-box-shadow: 1px 1px 3px 2px #da836c; box-shadow: 1px 1px 3px 2px #da836c;">
Div content here</div>
This div box has shadow with color #da836c
Comments
No comments written yet.
Please login to write comment.