Color spaces of #dec912
RGB | 222 | 201 | 18 |
---|---|---|---|
HSL | 0.15 | 0.85 | 0.47 |
HSV | 54° | 92° | 87° |
CMYK | 0.00 | 0.09 | 0.92 0.13 |
XYZ | 51.1200 | 57.3466 | 8.9469 |
Yxy | 57.3466 | 0.4354 | 0.4884 |
Hunter Lab | 75.7275 | -12.0265 | 46.0044 |
CIE-Lab | 80.3741 | -8.7870 | 79.2127 |
#dec912 color RGB value is (222,201,18).
#dec912 hex color red value is 222, green value is 201 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dec912 hue: 0.15 , saturation: 0.85 and the lightness value of dec912 is 0.47.
The process color (four color CMYK) of #dec912 color hex is 0.00, 0.09, 0.92, 0.13. Web safe color of #dec912 is #cccc00. Color #dec912 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001001 | 00010010 |
Octal | 336 | 311 | 22 |
Decimal | 222 | 201 | 18 |
Hex | DE | C9 | 12 |
Shades of #dec912
Tints of #dec912
RGB Percentages of Color #dec912
CMYK Percentages of Color #dec912
Complementary Color
#dec912 | #1227de |
#dec912 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec912 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec912 Color CSS Codes
.mybgcolor {background-color:#dec912; } .myforecolor {color:#dec912; } .mybordercolor {border:3px solid #dec912; }
#dec912 Text Font Color
<p style="color:#dec912">Text here</p>
This sample text font color is #dec912
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.
#dec912 Background Color
<div style="background-color:#dec912">
Div content here</div>
This div background color is #dec912
#dec912 Border Color
<div style="border:3px solid #dec912">
Div here</div>
This div border color is #dec912
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,201,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec912; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec912; -webkit-box-shadow: 1px 1px 3px 2px #dec912; box-shadow: 1px 1px 3px 2px #dec912; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,201,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 #dec912">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec912; -webkit-box-shadow: 1px 1px 3px 2px #dec912; box-shadow: 1px 1px 3px 2px #dec912;">
Div content here</div>
This div box has shadow with color #dec912
Comments
No comments written yet.
Please login to write comment.