Color spaces of #dea725
RGB | 222 | 167 | 37 |
---|---|---|---|
HSL | 0.12 | 0.74 | 0.51 |
HSV | 42° | 83° | 87° |
CMYK | 0.00 | 0.25 | 0.83 0.13 |
XYZ | 44.2768 | 43.3006 | 7.7745 |
Yxy | 43.3006 | 0.4644 | 0.4541 |
Hunter Lab | 65.8032 | 4.9512 | 39.0573 |
CIE-Lab | 71.7585 | 9.3295 | 68.3353 |
#dea725 color RGB value is (222,167,37).
#dea725 hex color red value is 222, green value is 167 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dea725 hue: 0.12 , saturation: 0.74 and the lightness value of dea725 is 0.51.
The process color (four color CMYK) of #dea725 color hex is 0.00, 0.25, 0.83, 0.13. Web safe color of #dea725 is #cc9933. Color #dea725 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100111 | 00100101 |
Octal | 336 | 247 | 45 |
Decimal | 222 | 167 | 37 |
Hex | DE | A7 | 25 |
Shades of #dea725
Tints of #dea725
RGB Percentages of Color #dea725
CMYK Percentages of Color #dea725
Complementary Color
#dea725 | #255cde |
#dea725 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea725 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea725 Color CSS Codes
.mybgcolor {background-color:#dea725; } .myforecolor {color:#dea725; } .mybordercolor {border:3px solid #dea725; }
#dea725 Text Font Color
<p style="color:#dea725">Text here</p>
This sample text font color is #dea725
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.
#dea725 Background Color
<div style="background-color:#dea725">
Div content here</div>
This div background color is #dea725
#dea725 Border Color
<div style="border:3px solid #dea725">
Div here</div>
This div border color is #dea725
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,167,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea725; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea725; -webkit-box-shadow: 1px 1px 3px 2px #dea725; box-shadow: 1px 1px 3px 2px #dea725; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,167,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea725">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea725; -webkit-box-shadow: 1px 1px 3px 2px #dea725; box-shadow: 1px 1px 3px 2px #dea725;">
Div content here</div>
This div box has shadow with color #dea725
Comments
No comments written yet.
Please login to write comment.