Color spaces of #dea911
RGB | 222 | 169 | 17 |
---|---|---|---|
HSL | 0.12 | 0.86 | 0.47 |
HSV | 44° | 92° | 87° |
CMYK | 0.00 | 0.24 | 0.92 0.13 |
XYZ | 44.4133 | 43.9460 | 6.6719 |
Yxy | 43.9460 | 0.4674 | 0.4624 |
Hunter Lab | 66.2918 | 3.5785 | 40.4370 |
CIE-Lab | 72.1924 | 7.8573 | 73.2074 |
#dea911 color RGB value is (222,169,17).
#dea911 hex color red value is 222, green value is 169 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dea911 hue: 0.12 , saturation: 0.86 and the lightness value of dea911 is 0.47.
The process color (four color CMYK) of #dea911 color hex is 0.00, 0.24, 0.92, 0.13. Web safe color of #dea911 is #cc9900. Color #dea911 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101001 | 00010001 |
Octal | 336 | 251 | 21 |
Decimal | 222 | 169 | 17 |
Hex | DE | A9 | 11 |
Shades of #dea911
Tints of #dea911
RGB Percentages of Color #dea911
CMYK Percentages of Color #dea911
Complementary Color
#dea911 | #1146de |
#dea911 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea911 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea911 Color CSS Codes
.mybgcolor {background-color:#dea911; } .myforecolor {color:#dea911; } .mybordercolor {border:3px solid #dea911; }
#dea911 Text Font Color
<p style="color:#dea911">Text here</p>
This sample text font color is #dea911
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.
#dea911 Background Color
<div style="background-color:#dea911">
Div content here</div>
This div background color is #dea911
#dea911 Border Color
<div style="border:3px solid #dea911">
Div here</div>
This div border color is #dea911
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,169,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea911; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea911; -webkit-box-shadow: 1px 1px 3px 2px #dea911; box-shadow: 1px 1px 3px 2px #dea911; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,169,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea911">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea911; -webkit-box-shadow: 1px 1px 3px 2px #dea911; box-shadow: 1px 1px 3px 2px #dea911;">
Div content here</div>
This div box has shadow with color #dea911
Comments
No comments written yet.
Please login to write comment.