Color spaces of #deb41d
RGB | 222 | 180 | 29 |
---|---|---|---|
HSL | 0.13 | 0.77 | 0.49 |
HSV | 47° | 87° | 87° |
CMYK | 0.00 | 0.19 | 0.87 0.13 |
XYZ | 46.6672 | 48.2608 | 8.0180 |
Yxy | 48.2608 | 0.4533 | 0.4688 |
Hunter Lab | 69.4700 | -1.6632 | 41.7859 |
CIE-Lab | 74.9891 | 2.2577 | 73.0480 |
#deb41d color RGB value is (222,180,29).
#deb41d hex color red value is 222, green value is 180 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #deb41d hue: 0.13 , saturation: 0.77 and the lightness value of deb41d is 0.49.
The process color (four color CMYK) of #deb41d color hex is 0.00, 0.19, 0.87, 0.13. Web safe color of #deb41d is #cccc33. Color #deb41d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110100 | 00011101 |
Octal | 336 | 264 | 35 |
Decimal | 222 | 180 | 29 |
Hex | DE | B4 | 1D |
Shades of #deb41d
Tints of #deb41d
RGB Percentages of Color #deb41d
CMYK Percentages of Color #deb41d
Complementary Color
#deb41d | #1d47de |
#deb41d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb41d Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb41d Color CSS Codes
.mybgcolor {background-color:#deb41d; } .myforecolor {color:#deb41d; } .mybordercolor {border:3px solid #deb41d; }
#deb41d Text Font Color
<p style="color:#deb41d">Text here</p>
This sample text font color is #deb41d
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.
#deb41d Background Color
<div style="background-color:#deb41d">
Div content here</div>
This div background color is #deb41d
#deb41d Border Color
<div style="border:3px solid #deb41d">
Div here</div>
This div border color is #deb41d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,180,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb41d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb41d; -webkit-box-shadow: 1px 1px 3px 2px #deb41d; box-shadow: 1px 1px 3px 2px #deb41d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,180,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb41d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb41d; -webkit-box-shadow: 1px 1px 3px 2px #deb41d; box-shadow: 1px 1px 3px 2px #deb41d;">
Div content here</div>
This div box has shadow with color #deb41d
Comments
No comments written yet.
Please login to write comment.