Color spaces of #dcad07
RGB | 220 | 173 | 7 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.45 |
HSV | 47° | 97° | 86° |
CMYK | 0.00 | 0.21 | 0.97 0.14 |
XYZ | 44.4971 | 45.1181 | 6.5644 |
Yxy | 45.1181 | 0.4626 | 0.4691 |
Hunter Lab | 67.1700 | 0.7007 | 41.2247 |
CIE-Lab | 72.9696 | 4.7511 | 74.9732 |
#dcad07 color RGB value is (220,173,7).
#dcad07 hex color red value is 220, green value is 173 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dcad07 hue: 0.13 , saturation: 0.94 and the lightness value of dcad07 is 0.45.
The process color (four color CMYK) of #dcad07 color hex is 0.00, 0.21, 0.97, 0.14. Web safe color of #dcad07 is #cc9900. Color #dcad07 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101101 | 00000111 |
Octal | 334 | 255 | 7 |
Decimal | 220 | 173 | 7 |
Hex | DC | AD | 7 |
Shades of #dcad07
Tints of #dcad07
RGB Percentages of Color #dcad07
CMYK Percentages of Color #dcad07
Complementary Color
#dcad07 | #0736dc |
#dcad07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcad07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcad07 Color CSS Codes
.mybgcolor {background-color:#dcad07; } .myforecolor {color:#dcad07; } .mybordercolor {border:3px solid #dcad07; }
#dcad07 Text Font Color
<p style="color:#dcad07">Text here</p>
This sample text font color is #dcad07
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.
#dcad07 Background Color
<div style="background-color:#dcad07">
Div content here</div>
This div background color is #dcad07
#dcad07 Border Color
<div style="border:3px solid #dcad07">
Div here</div>
This div border color is #dcad07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,173,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcad07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcad07; -webkit-box-shadow: 1px 1px 3px 2px #dcad07; box-shadow: 1px 1px 3px 2px #dcad07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,173,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcad07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcad07; -webkit-box-shadow: 1px 1px 3px 2px #dcad07; box-shadow: 1px 1px 3px 2px #dcad07;">
Div content here</div>
This div box has shadow with color #dcad07
Comments
No comments written yet.
Please login to write comment.