Color spaces of #dec546
RGB | 222 | 197 | 70 |
---|---|---|---|
HSL | 0.14 | 0.70 | 0.57 |
HSV | 50° | 68° | 87° |
CMYK | 0.00 | 0.11 | 0.68 0.13 |
XYZ | 51.1959 | 55.9043 | 13.8866 |
Yxy | 55.9043 | 0.4232 | 0.4621 |
Hunter Lab | 74.7692 | -8.6237 | 41.3267 |
CIE-Lab | 79.5593 | -5.0737 | 64.0855 |
#dec546 color RGB value is (222,197,70).
#dec546 hex color red value is 222, green value is 197 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dec546 hue: 0.14 , saturation: 0.70 and the lightness value of dec546 is 0.57.
The process color (four color CMYK) of #dec546 color hex is 0.00, 0.11, 0.68, 0.13. Web safe color of #dec546 is #cccc33. Color #dec546 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000101 | 01000110 |
Octal | 336 | 305 | 106 |
Decimal | 222 | 197 | 70 |
Hex | DE | C5 | 46 |
Shades of #dec546
Tints of #dec546
RGB Percentages of Color #dec546
CMYK Percentages of Color #dec546
Complementary Color
#dec546 | #465fde |
#dec546 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec546 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec546 Color CSS Codes
.mybgcolor {background-color:#dec546; } .myforecolor {color:#dec546; } .mybordercolor {border:3px solid #dec546; }
#dec546 Text Font Color
<p style="color:#dec546">Text here</p>
This sample text font color is #dec546
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.
#dec546 Background Color
<div style="background-color:#dec546">
Div content here</div>
This div background color is #dec546
#dec546 Border Color
<div style="border:3px solid #dec546">
Div here</div>
This div border color is #dec546
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,197,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec546; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec546; -webkit-box-shadow: 1px 1px 3px 2px #dec546; box-shadow: 1px 1px 3px 2px #dec546; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,197,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec546">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec546; -webkit-box-shadow: 1px 1px 3px 2px #dec546; box-shadow: 1px 1px 3px 2px #dec546;">
Div content here</div>
This div box has shadow with color #dec546
Comments
No comments written yet.
Please login to write comment.