Color spaces of #deba41
RGB | 222 | 186 | 65 |
---|---|---|---|
HSL | 0.13 | 0.70 | 0.56 |
HSV | 46° | 71° | 87° |
CMYK | 0.00 | 0.16 | 0.71 0.13 |
XYZ | 48.6372 | 51.0291 | 12.2872 |
Yxy | 51.0291 | 0.4344 | 0.4558 |
Hunter Lab | 71.4347 | -3.4766 | 39.8060 |
CIE-Lab | 76.6966 | 0.3719 | 63.1735 |
#deba41 color RGB value is (222,186,65).
#deba41 hex color red value is 222, green value is 186 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #deba41 hue: 0.13 , saturation: 0.70 and the lightness value of deba41 is 0.56.
The process color (four color CMYK) of #deba41 color hex is 0.00, 0.16, 0.71, 0.13. Web safe color of #deba41 is #cccc33. Color #deba41 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111010 | 01000001 |
Octal | 336 | 272 | 101 |
Decimal | 222 | 186 | 65 |
Hex | DE | BA | 41 |
Shades of #deba41
Tints of #deba41
RGB Percentages of Color #deba41
CMYK Percentages of Color #deba41
Complementary Color
#deba41 | #4165de |
#deba41 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deba41 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deba41 Color CSS Codes
.mybgcolor {background-color:#deba41; } .myforecolor {color:#deba41; } .mybordercolor {border:3px solid #deba41; }
#deba41 Text Font Color
<p style="color:#deba41">Text here</p>
This sample text font color is #deba41
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.
#deba41 Background Color
<div style="background-color:#deba41">
Div content here</div>
This div background color is #deba41
#deba41 Border Color
<div style="border:3px solid #deba41">
Div here</div>
This div border color is #deba41
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,186,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deba41; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deba41; -webkit-box-shadow: 1px 1px 3px 2px #deba41; box-shadow: 1px 1px 3px 2px #deba41; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,186,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deba41">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deba41; -webkit-box-shadow: 1px 1px 3px 2px #deba41; box-shadow: 1px 1px 3px 2px #deba41;">
Div content here</div>
This div box has shadow with color #deba41
Comments
No comments written yet.
Please login to write comment.