Color spaces of #dec849
RGB | 222 | 200 | 73 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.58 |
HSV | 51° | 67° | 87° |
CMYK | 0.00 | 0.10 | 0.67 0.13 |
XYZ | 51.9811 | 57.3192 | 14.6273 |
Yxy | 57.3192 | 0.4194 | 0.4625 |
Hunter Lab | 75.7094 | -9.9358 | 41.5416 |
CIE-Lab | 80.3588 | -6.4504 | 63.7049 |
#dec849 color RGB value is (222,200,73).
#dec849 hex color red value is 222, green value is 200 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dec849 hue: 0.14 , saturation: 0.69 and the lightness value of dec849 is 0.58.
The process color (four color CMYK) of #dec849 color hex is 0.00, 0.10, 0.67, 0.13. Web safe color of #dec849 is #cccc33. Color #dec849 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001000 | 01001001 |
Octal | 336 | 310 | 111 |
Decimal | 222 | 200 | 73 |
Hex | DE | C8 | 49 |
Shades of #dec849
Tints of #dec849
RGB Percentages of Color #dec849
CMYK Percentages of Color #dec849
Complementary Color
#dec849 | #495fde |
#dec849 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec849 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec849 Color CSS Codes
.mybgcolor {background-color:#dec849; } .myforecolor {color:#dec849; } .mybordercolor {border:3px solid #dec849; }
#dec849 Text Font Color
<p style="color:#dec849">Text here</p>
This sample text font color is #dec849
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.
#dec849 Background Color
<div style="background-color:#dec849">
Div content here</div>
This div background color is #dec849
#dec849 Border Color
<div style="border:3px solid #dec849">
Div here</div>
This div border color is #dec849
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,200,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec849; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec849; -webkit-box-shadow: 1px 1px 3px 2px #dec849; box-shadow: 1px 1px 3px 2px #dec849; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,200,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec849">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec849; -webkit-box-shadow: 1px 1px 3px 2px #dec849; box-shadow: 1px 1px 3px 2px #dec849;">
Div content here</div>
This div box has shadow with color #dec849
Comments
No comments written yet.
Please login to write comment.