Color spaces of #dec847
RGB | 222 | 200 | 71 |
---|---|---|---|
HSL | 0.14 | 0.70 | 0.57 |
HSV | 51° | 68° | 87° |
CMYK | 0.00 | 0.10 | 0.68 0.13 |
XYZ | 51.9158 | 57.2931 | 14.2837 |
Yxy | 57.2931 | 0.4204 | 0.4639 |
Hunter Lab | 75.6922 | -10.0317 | 41.7961 |
CIE-Lab | 80.3442 | -6.5586 | 64.4881 |
#dec847 color RGB value is (222,200,71).
#dec847 hex color red value is 222, green value is 200 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dec847 hue: 0.14 , saturation: 0.70 and the lightness value of dec847 is 0.57.
The process color (four color CMYK) of #dec847 color hex is 0.00, 0.10, 0.68, 0.13. Web safe color of #dec847 is #cccc33. Color #dec847 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001000 | 01000111 |
Octal | 336 | 310 | 107 |
Decimal | 222 | 200 | 71 |
Hex | DE | C8 | 47 |
Shades of #dec847
Tints of #dec847
RGB Percentages of Color #dec847
CMYK Percentages of Color #dec847
Complementary Color
#dec847 | #475dde |
#dec847 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec847 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec847 Color CSS Codes
.mybgcolor {background-color:#dec847; } .myforecolor {color:#dec847; } .mybordercolor {border:3px solid #dec847; }
#dec847 Text Font Color
<p style="color:#dec847">Text here</p>
This sample text font color is #dec847
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.
#dec847 Background Color
<div style="background-color:#dec847">
Div content here</div>
This div background color is #dec847
#dec847 Border Color
<div style="border:3px solid #dec847">
Div here</div>
This div border color is #dec847
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,200,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec847; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec847; -webkit-box-shadow: 1px 1px 3px 2px #dec847; box-shadow: 1px 1px 3px 2px #dec847; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,200,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec847">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec847; -webkit-box-shadow: 1px 1px 3px 2px #dec847; box-shadow: 1px 1px 3px 2px #dec847;">
Div content here</div>
This div box has shadow with color #dec847
Comments
No comments written yet.
Please login to write comment.