Color spaces of #debd29
RGB | 222 | 189 | 41 |
---|---|---|---|
HSL | 0.14 | 0.73 | 0.52 |
HSV | 49° | 82° | 87° |
CMYK | 0.00 | 0.15 | 0.82 0.13 |
XYZ | 48.7220 | 52.0849 | 9.5833 |
Yxy | 52.0849 | 0.4414 | 0.4718 |
Hunter Lab | 72.1699 | -5.7916 | 42.6459 |
CIE-Lab | 77.3316 | -2.1326 | 71.9524 |
#debd29 color RGB value is (222,189,41).
#debd29 hex color red value is 222, green value is 189 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #debd29 hue: 0.14 , saturation: 0.73 and the lightness value of debd29 is 0.52.
The process color (four color CMYK) of #debd29 color hex is 0.00, 0.15, 0.82, 0.13. Web safe color of #debd29 is #cccc33. Color #debd29 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111101 | 00101001 |
Octal | 336 | 275 | 51 |
Decimal | 222 | 189 | 41 |
Hex | DE | BD | 29 |
Shades of #debd29
Tints of #debd29
RGB Percentages of Color #debd29
CMYK Percentages of Color #debd29
Complementary Color
#debd29 | #294ade |
#debd29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debd29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#debd29 Color CSS Codes
.mybgcolor {background-color:#debd29; } .myforecolor {color:#debd29; } .mybordercolor {border:3px solid #debd29; }
#debd29 Text Font Color
<p style="color:#debd29">Text here</p>
This sample text font color is #debd29
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.
#debd29 Background Color
<div style="background-color:#debd29">
Div content here</div>
This div background color is #debd29
#debd29 Border Color
<div style="border:3px solid #debd29">
Div here</div>
This div border color is #debd29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,189,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debd29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debd29; -webkit-box-shadow: 1px 1px 3px 2px #debd29; box-shadow: 1px 1px 3px 2px #debd29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,189,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debd29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debd29; -webkit-box-shadow: 1px 1px 3px 2px #debd29; box-shadow: 1px 1px 3px 2px #debd29;">
Div content here</div>
This div box has shadow with color #debd29
Comments
No comments written yet.
Please login to write comment.