Color spaces of #dea73f
RGB | 222 | 167 | 63 |
---|---|---|---|
HSL | 0.11 | 0.71 | 0.56 |
HSV | 39° | 72° | 87° |
CMYK | 0.00 | 0.25 | 0.72 0.13 |
XYZ | 44.8401 | 43.5259 | 10.7406 |
Yxy | 43.5259 | 0.4524 | 0.4392 |
Hunter Lab | 65.9742 | 5.8648 | 36.5295 |
CIE-Lab | 71.9105 | 10.3113 | 59.1597 |
#dea73f color RGB value is (222,167,63).
#dea73f hex color red value is 222, green value is 167 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dea73f hue: 0.11 , saturation: 0.71 and the lightness value of dea73f is 0.56.
The process color (four color CMYK) of #dea73f color hex is 0.00, 0.25, 0.72, 0.13. Web safe color of #dea73f is #cc9933. Color #dea73f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100111 | 00111111 |
Octal | 336 | 247 | 77 |
Decimal | 222 | 167 | 63 |
Hex | DE | A7 | 3F |
Shades of #dea73f
Tints of #dea73f
RGB Percentages of Color #dea73f
CMYK Percentages of Color #dea73f
Complementary Color
#dea73f | #3f76de |
#dea73f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea73f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea73f Color CSS Codes
.mybgcolor {background-color:#dea73f; } .myforecolor {color:#dea73f; } .mybordercolor {border:3px solid #dea73f; }
#dea73f Text Font Color
<p style="color:#dea73f">Text here</p>
This sample text font color is #dea73f
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.
#dea73f Background Color
<div style="background-color:#dea73f">
Div content here</div>
This div background color is #dea73f
#dea73f Border Color
<div style="border:3px solid #dea73f">
Div here</div>
This div border color is #dea73f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,167,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea73f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea73f; -webkit-box-shadow: 1px 1px 3px 2px #dea73f; box-shadow: 1px 1px 3px 2px #dea73f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,167,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea73f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea73f; -webkit-box-shadow: 1px 1px 3px 2px #dea73f; box-shadow: 1px 1px 3px 2px #dea73f;">
Div content here</div>
This div box has shadow with color #dea73f
Comments
No comments written yet.
Please login to write comment.