Color spaces of #dcc246
RGB | 220 | 194 | 70 |
---|---|---|---|
HSL | 0.14 | 0.68 | 0.57 |
HSV | 50° | 68° | 86° |
CMYK | 0.00 | 0.12 | 0.68 0.14 |
XYZ | 49.9125 | 54.2414 | 13.6333 |
Yxy | 54.2414 | 0.4238 | 0.4605 |
Hunter Lab | 73.6488 | -7.9141 | 40.5788 |
CIE-Lab | 78.6023 | -4.3767 | 63.0513 |
#dcc246 color RGB value is (220,194,70).
#dcc246 hex color red value is 220, green value is 194 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dcc246 hue: 0.14 , saturation: 0.68 and the lightness value of dcc246 is 0.57.
The process color (four color CMYK) of #dcc246 color hex is 0.00, 0.12, 0.68, 0.14. Web safe color of #dcc246 is #cccc33. Color #dcc246 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000010 | 01000110 |
Octal | 334 | 302 | 106 |
Decimal | 220 | 194 | 70 |
Hex | DC | C2 | 46 |
Shades of #dcc246
Tints of #dcc246
RGB Percentages of Color #dcc246
CMYK Percentages of Color #dcc246
Complementary Color
#dcc246 | #4660dc |
#dcc246 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc246 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc246 Color CSS Codes
.mybgcolor {background-color:#dcc246; } .myforecolor {color:#dcc246; } .mybordercolor {border:3px solid #dcc246; }
#dcc246 Text Font Color
<p style="color:#dcc246">Text here</p>
This sample text font color is #dcc246
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.
#dcc246 Background Color
<div style="background-color:#dcc246">
Div content here</div>
This div background color is #dcc246
#dcc246 Border Color
<div style="border:3px solid #dcc246">
Div here</div>
This div border color is #dcc246
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,194,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc246; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc246; -webkit-box-shadow: 1px 1px 3px 2px #dcc246; box-shadow: 1px 1px 3px 2px #dcc246; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,194,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 #dcc246">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc246; -webkit-box-shadow: 1px 1px 3px 2px #dcc246; box-shadow: 1px 1px 3px 2px #dcc246;">
Div content here</div>
This div box has shadow with color #dcc246
Comments
No comments written yet.
Please login to write comment.