Color spaces of #ded912
RGB | 222 | 217 | 18 |
---|---|---|---|
HSL | 0.16 | 0.85 | 0.47 |
HSV | 59° | 92° | 87° |
CMYK | 0.00 | 0.02 | 0.92 0.13 |
XYZ | 55.0462 | 65.1990 | 10.2557 |
Yxy | 65.1990 | 0.4218 | 0.4996 |
Hunter Lab | 80.7459 | -19.6181 | 48.9916 |
CIE-Lab | 84.5862 | -16.7880 | 82.4265 |
#ded912 color RGB value is (222,217,18).
#ded912 hex color red value is 222, green value is 217 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ded912 hue: 0.16 , saturation: 0.85 and the lightness value of ded912 is 0.47.
The process color (four color CMYK) of #ded912 color hex is 0.00, 0.02, 0.92, 0.13. Web safe color of #ded912 is #cccc00. Color #ded912 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011001 | 00010010 |
Octal | 336 | 331 | 22 |
Decimal | 222 | 217 | 18 |
Hex | DE | D9 | 12 |
Shades of #ded912
Tints of #ded912
RGB Percentages of Color #ded912
CMYK Percentages of Color #ded912
Complementary Color
#ded912 | #1217de |
#ded912 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded912 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded912 Color CSS Codes
.mybgcolor {background-color:#ded912; } .myforecolor {color:#ded912; } .mybordercolor {border:3px solid #ded912; }
#ded912 Text Font Color
<p style="color:#ded912">Text here</p>
This sample text font color is #ded912
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.
#ded912 Background Color
<div style="background-color:#ded912">
Div content here</div>
This div background color is #ded912
#ded912 Border Color
<div style="border:3px solid #ded912">
Div here</div>
This div border color is #ded912
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,217,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded912; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded912; -webkit-box-shadow: 1px 1px 3px 2px #ded912; box-shadow: 1px 1px 3px 2px #ded912; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,217,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded912">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded912; -webkit-box-shadow: 1px 1px 3px 2px #ded912; box-shadow: 1px 1px 3px 2px #ded912;">
Div content here</div>
This div box has shadow with color #ded912
Comments
No comments written yet.
Please login to write comment.