Color spaces of #deb50f
RGB | 222 | 181 | 15 |
---|---|---|---|
HSL | 0.13 | 0.87 | 0.46 |
HSV | 48° | 93° | 87° |
CMYK | 0.00 | 0.18 | 0.93 0.13 |
XYZ | 46.7343 | 48.6118 | 7.3718 |
Yxy | 48.6118 | 0.4550 | 0.4733 |
Hunter Lab | 69.7222 | -2.3664 | 42.5367 |
CIE-Lab | 75.2092 | 1.4982 | 75.7428 |
#deb50f color RGB value is (222,181,15).
#deb50f hex color red value is 222, green value is 181 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #deb50f hue: 0.13 , saturation: 0.87 and the lightness value of deb50f is 0.46.
The process color (four color CMYK) of #deb50f color hex is 0.00, 0.18, 0.93, 0.13. Web safe color of #deb50f is #cccc00. Color #deb50f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110101 | 00001111 |
Octal | 336 | 265 | 17 |
Decimal | 222 | 181 | 15 |
Hex | DE | B5 | F |
Shades of #deb50f
Tints of #deb50f
RGB Percentages of Color #deb50f
CMYK Percentages of Color #deb50f
Complementary Color
#deb50f | #0f38de |
#deb50f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb50f Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb50f Color CSS Codes
.mybgcolor {background-color:#deb50f; } .myforecolor {color:#deb50f; } .mybordercolor {border:3px solid #deb50f; }
#deb50f Text Font Color
<p style="color:#deb50f">Text here</p>
This sample text font color is #deb50f
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.
#deb50f Background Color
<div style="background-color:#deb50f">
Div content here</div>
This div background color is #deb50f
#deb50f Border Color
<div style="border:3px solid #deb50f">
Div here</div>
This div border color is #deb50f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,181,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb50f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb50f; -webkit-box-shadow: 1px 1px 3px 2px #deb50f; box-shadow: 1px 1px 3px 2px #deb50f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,181,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb50f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb50f; -webkit-box-shadow: 1px 1px 3px 2px #deb50f; box-shadow: 1px 1px 3px 2px #deb50f;">
Div content here</div>
This div box has shadow with color #deb50f
Comments
No comments written yet.
Please login to write comment.