Color spaces of #d6cd04
RGB | 214 | 205 | 4 |
---|---|---|---|
HSL | 0.16 | 0.96 | 0.43 |
HSV | 57° | 98° | 84° |
CMYK | 0.00 | 0.04 | 0.98 0.16 |
XYZ | 49.5848 | 57.9676 | 8.6903 |
Yxy | 57.9676 | 0.4266 | 0.4987 |
Hunter Lab | 76.1365 | -16.9885 | 46.5281 |
CIE-Lab | 80.7208 | -14.3929 | 80.6497 |
#d6cd04 color RGB value is (214,205,4).
#d6cd04 hex color red value is 214, green value is 205 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #d6cd04 hue: 0.16 , saturation: 0.96 and the lightness value of d6cd04 is 0.43.
The process color (four color CMYK) of #d6cd04 color hex is 0.00, 0.04, 0.98, 0.16. Web safe color of #d6cd04 is #cccc00. Color #d6cd04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11001101 | 00000100 |
Octal | 326 | 315 | 4 |
Decimal | 214 | 205 | 4 |
Hex | D6 | CD | 4 |
Shades of #d6cd04
Tints of #d6cd04
RGB Percentages of Color #d6cd04
CMYK Percentages of Color #d6cd04
Complementary Color
#d6cd04 | #040dd6 |
#d6cd04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6cd04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6cd04 Color CSS Codes
.mybgcolor {background-color:#d6cd04; } .myforecolor {color:#d6cd04; } .mybordercolor {border:3px solid #d6cd04; }
#d6cd04 Text Font Color
<p style="color:#d6cd04">Text here</p>
This sample text font color is #d6cd04
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.
#d6cd04 Background Color
<div style="background-color:#d6cd04">
Div content here</div>
This div background color is #d6cd04
#d6cd04 Border Color
<div style="border:3px solid #d6cd04">
Div here</div>
This div border color is #d6cd04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,205,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6cd04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6cd04; -webkit-box-shadow: 1px 1px 3px 2px #d6cd04; box-shadow: 1px 1px 3px 2px #d6cd04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,205,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6cd04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6cd04; -webkit-box-shadow: 1px 1px 3px 2px #d6cd04; box-shadow: 1px 1px 3px 2px #d6cd04;">
Div content here</div>
This div box has shadow with color #d6cd04
Comments
No comments written yet.
Please login to write comment.