Color spaces of #dea562
RGB | 222 | 165 | 98 |
---|---|---|---|
HSL | 0.09 | 0.65 | 0.63 |
HSV | 32° | 56° | 87° |
CMYK | 0.00 | 0.26 | 0.56 0.13 |
XYZ | 45.7839 | 43.3217 | 17.5041 |
Yxy | 43.3217 | 0.4295 | 0.4064 |
Hunter Lab | 65.8192 | 8.9811 | 30.3058 |
CIE-Lab | 71.7728 | 13.6168 | 42.5839 |
#dea562 color RGB value is (222,165,98).
#dea562 hex color red value is 222, green value is 165 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dea562 hue: 0.09 , saturation: 0.65 and the lightness value of dea562 is 0.63.
The process color (four color CMYK) of #dea562 color hex is 0.00, 0.26, 0.56, 0.13. Web safe color of #dea562 is #cc9966. Color #dea562 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100101 | 01100010 |
Octal | 336 | 245 | 142 |
Decimal | 222 | 165 | 98 |
Hex | DE | A5 | 62 |
Shades of #dea562
Tints of #dea562
RGB Percentages of Color #dea562
CMYK Percentages of Color #dea562
Complementary Color
#dea562 | #629bde |
#dea562 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea562 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea562 Color CSS Codes
.mybgcolor {background-color:#dea562; } .myforecolor {color:#dea562; } .mybordercolor {border:3px solid #dea562; }
#dea562 Text Font Color
<p style="color:#dea562">Text here</p>
This sample text font color is #dea562
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.
#dea562 Background Color
<div style="background-color:#dea562">
Div content here</div>
This div background color is #dea562
#dea562 Border Color
<div style="border:3px solid #dea562">
Div here</div>
This div border color is #dea562
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,165,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea562; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea562; -webkit-box-shadow: 1px 1px 3px 2px #dea562; box-shadow: 1px 1px 3px 2px #dea562; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,165,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea562">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea562; -webkit-box-shadow: 1px 1px 3px 2px #dea562; box-shadow: 1px 1px 3px 2px #dea562;">
Div content here</div>
This div box has shadow with color #dea562
Comments
No comments written yet.
Please login to write comment.