Color spaces of #de863e
RGB | 222 | 134 | 62 |
---|---|---|---|
HSL | 0.08 | 0.71 | 0.56 |
HSV | 27° | 72° | 87° |
CMYK | 0.00 | 0.40 | 0.72 0.13 |
XYZ | 39.5188 | 32.9276 | 8.8302 |
Yxy | 32.9276 | 0.4862 | 0.4051 |
Hunter Lab | 57.3826 | 22.5116 | 31.0441 |
CIE-Lab | 64.1022 | 27.9175 | 51.5374 |
#de863e color RGB value is (222,134,62).
#de863e hex color red value is 222, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #de863e hue: 0.08 , saturation: 0.71 and the lightness value of de863e is 0.56.
The process color (four color CMYK) of #de863e color hex is 0.00, 0.40, 0.72, 0.13. Web safe color of #de863e is #cc9933. Color #de863e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10000110 | 00111110 |
Octal | 336 | 206 | 76 |
Decimal | 222 | 134 | 62 |
Hex | DE | 86 | 3E |
Shades of #de863e
Tints of #de863e
RGB Percentages of Color #de863e
CMYK Percentages of Color #de863e
Complementary Color
#de863e | #3e96de |
#de863e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de863e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de863e Color CSS Codes
.mybgcolor {background-color:#de863e; } .myforecolor {color:#de863e; } .mybordercolor {border:3px solid #de863e; }
#de863e Text Font Color
<p style="color:#de863e">Text here</p>
This sample text font color is #de863e
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.
#de863e Background Color
<div style="background-color:#de863e">
Div content here</div>
This div background color is #de863e
#de863e Border Color
<div style="border:3px solid #de863e">
Div here</div>
This div border color is #de863e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,134,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de863e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de863e; -webkit-box-shadow: 1px 1px 3px 2px #de863e; box-shadow: 1px 1px 3px 2px #de863e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,134,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de863e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de863e; -webkit-box-shadow: 1px 1px 3px 2px #de863e; box-shadow: 1px 1px 3px 2px #de863e;">
Div content here</div>
This div box has shadow with color #de863e
Comments
No comments written yet.
Please login to write comment.