Color spaces of #de9142
RGB | 222 | 145 | 66 |
---|---|---|---|
HSL | 0.08 | 0.70 | 0.56 |
HSV | 30° | 70° | 87° |
CMYK | 0.00 | 0.35 | 0.70 0.13 |
XYZ | 41.2330 | 36.1737 | 9.9633 |
Yxy | 36.1737 | 0.4719 | 0.4140 |
Hunter Lab | 60.1446 | 17.1203 | 32.2795 |
CIE-Lab | 66.6524 | 22.2450 | 52.3794 |
#de9142 color RGB value is (222,145,66).
#de9142 hex color red value is 222, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #de9142 hue: 0.08 , saturation: 0.70 and the lightness value of de9142 is 0.56.
The process color (four color CMYK) of #de9142 color hex is 0.00, 0.35, 0.70, 0.13. Web safe color of #de9142 is #cc9933. Color #de9142 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10010001 | 01000010 |
Octal | 336 | 221 | 102 |
Decimal | 222 | 145 | 66 |
Hex | DE | 91 | 42 |
Shades of #de9142
Tints of #de9142
RGB Percentages of Color #de9142
CMYK Percentages of Color #de9142
Complementary Color
#de9142 | #428fde |
#de9142 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de9142 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de9142 Color CSS Codes
.mybgcolor {background-color:#de9142; } .myforecolor {color:#de9142; } .mybordercolor {border:3px solid #de9142; }
#de9142 Text Font Color
<p style="color:#de9142">Text here</p>
This sample text font color is #de9142
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.
#de9142 Background Color
<div style="background-color:#de9142">
Div content here</div>
This div background color is #de9142
#de9142 Border Color
<div style="border:3px solid #de9142">
Div here</div>
This div border color is #de9142
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,145,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de9142; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de9142; -webkit-box-shadow: 1px 1px 3px 2px #de9142; box-shadow: 1px 1px 3px 2px #de9142; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,145,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de9142">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de9142; -webkit-box-shadow: 1px 1px 3px 2px #de9142; box-shadow: 1px 1px 3px 2px #de9142;">
Div content here</div>
This div box has shadow with color #de9142
Comments
No comments written yet.
Please login to write comment.