Color spaces of #dcd961
RGB | 220 | 217 | 97 |
---|---|---|---|
HSL | 0.16 | 0.64 | 0.62 |
HSV | 59° | 56° | 86° |
CMYK | 0.00 | 0.01 | 0.56 0.14 |
XYZ | 56.4857 | 65.7044 | 21.0144 |
Yxy | 65.7044 | 0.3944 | 0.4588 |
Hunter Lab | 81.0583 | -17.4636 | 41.3698 |
CIE-Lab | 84.8454 | -14.3037 | 58.2915 |
#dcd961 color RGB value is (220,217,97).
#dcd961 hex color red value is 220, green value is 217 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dcd961 hue: 0.16 , saturation: 0.64 and the lightness value of dcd961 is 0.62.
The process color (four color CMYK) of #dcd961 color hex is 0.00, 0.01, 0.56, 0.14. Web safe color of #dcd961 is #cccc66. Color #dcd961 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011001 | 01100001 |
Octal | 334 | 331 | 141 |
Decimal | 220 | 217 | 97 |
Hex | DC | D9 | 61 |
Shades of #dcd961
Tints of #dcd961
RGB Percentages of Color #dcd961
CMYK Percentages of Color #dcd961
Complementary Color
#dcd961 | #6164dc |
#dcd961 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd961 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd961 Color CSS Codes
.mybgcolor {background-color:#dcd961; } .myforecolor {color:#dcd961; } .mybordercolor {border:3px solid #dcd961; }
#dcd961 Text Font Color
<p style="color:#dcd961">Text here</p>
This sample text font color is #dcd961
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.
#dcd961 Background Color
<div style="background-color:#dcd961">
Div content here</div>
This div background color is #dcd961
#dcd961 Border Color
<div style="border:3px solid #dcd961">
Div here</div>
This div border color is #dcd961
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,217,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd961; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd961; -webkit-box-shadow: 1px 1px 3px 2px #dcd961; box-shadow: 1px 1px 3px 2px #dcd961; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,217,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd961">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd961; -webkit-box-shadow: 1px 1px 3px 2px #dcd961; box-shadow: 1px 1px 3px 2px #dcd961;">
Div content here</div>
This div box has shadow with color #dcd961
Comments
No comments written yet.
Please login to write comment.