Color spaces of #dccd07
RGB | 220 | 205 | 7 |
---|---|---|---|
HSL | 0.15 | 0.94 | 0.45 |
HSV | 56° | 97° | 86° |
CMYK | 0.00 | 0.07 | 0.97 0.14 |
XYZ | 51.3849 | 58.8936 | 8.8603 |
Yxy | 58.8936 | 0.4313 | 0.4943 |
Hunter Lab | 76.7422 | -14.7790 | 46.8742 |
CIE-Lab | 81.2331 | -11.7881 | 80.9751 |
#dccd07 color RGB value is (220,205,7).
#dccd07 hex color red value is 220, green value is 205 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dccd07 hue: 0.15 , saturation: 0.94 and the lightness value of dccd07 is 0.45.
The process color (four color CMYK) of #dccd07 color hex is 0.00, 0.07, 0.97, 0.14. Web safe color of #dccd07 is #cccc00. Color #dccd07 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 00000111 |
Octal | 334 | 315 | 7 |
Decimal | 220 | 205 | 7 |
Hex | DC | CD | 7 |
Shades of #dccd07
Tints of #dccd07
RGB Percentages of Color #dccd07
CMYK Percentages of Color #dccd07
Complementary Color
#dccd07 | #0716dc |
#dccd07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccd07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccd07 Color CSS Codes
.mybgcolor {background-color:#dccd07; } .myforecolor {color:#dccd07; } .mybordercolor {border:3px solid #dccd07; }
#dccd07 Text Font Color
<p style="color:#dccd07">Text here</p>
This sample text font color is #dccd07
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.
#dccd07 Background Color
<div style="background-color:#dccd07">
Div content here</div>
This div background color is #dccd07
#dccd07 Border Color
<div style="border:3px solid #dccd07">
Div here</div>
This div border color is #dccd07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccd07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccd07; -webkit-box-shadow: 1px 1px 3px 2px #dccd07; box-shadow: 1px 1px 3px 2px #dccd07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,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 #dccd07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccd07; -webkit-box-shadow: 1px 1px 3px 2px #dccd07; box-shadow: 1px 1px 3px 2px #dccd07;">
Div content here</div>
This div box has shadow with color #dccd07
Comments
No comments written yet.
Please login to write comment.