Color spaces of #deb32e
RGB | 222 | 179 | 46 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.53 |
HSV | 45° | 79° | 87° |
CMYK | 0.00 | 0.19 | 0.79 0.13 |
XYZ | 46.7374 | 47.9671 | 9.3800 |
Yxy | 47.9671 | 0.4490 | 0.4608 |
Hunter Lab | 69.2583 | -0.7453 | 40.4509 |
CIE-Lab | 74.8042 | 3.2526 | 68.2284 |
#deb32e color RGB value is (222,179,46).
#deb32e hex color red value is 222, green value is 179 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #deb32e hue: 0.13 , saturation: 0.73 and the lightness value of deb32e is 0.53.
The process color (four color CMYK) of #deb32e color hex is 0.00, 0.19, 0.79, 0.13. Web safe color of #deb32e is #cccc33. Color #deb32e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110011 | 00101110 |
Octal | 336 | 263 | 56 |
Decimal | 222 | 179 | 46 |
Hex | DE | B3 | 2E |
Shades of #deb32e
Tints of #deb32e
RGB Percentages of Color #deb32e
CMYK Percentages of Color #deb32e
Complementary Color
#deb32e | #2e59de |
#deb32e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb32e Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb32e Color CSS Codes
.mybgcolor {background-color:#deb32e; } .myforecolor {color:#deb32e; } .mybordercolor {border:3px solid #deb32e; }
#deb32e Text Font Color
<p style="color:#deb32e">Text here</p>
This sample text font color is #deb32e
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.
#deb32e Background Color
<div style="background-color:#deb32e">
Div content here</div>
This div background color is #deb32e
#deb32e Border Color
<div style="border:3px solid #deb32e">
Div here</div>
This div border color is #deb32e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,179,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb32e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb32e; -webkit-box-shadow: 1px 1px 3px 2px #deb32e; box-shadow: 1px 1px 3px 2px #deb32e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,179,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb32e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb32e; -webkit-box-shadow: 1px 1px 3px 2px #deb32e; box-shadow: 1px 1px 3px 2px #deb32e;">
Div content here</div>
This div box has shadow with color #deb32e
Comments
No comments written yet.
Please login to write comment.