Color spaces of #dcc730
RGB | 220 | 199 | 48 |
---|---|---|---|
HSL | 0.15 | 0.71 | 0.53 |
HSV | 53° | 78° | 86° |
CMYK | 0.00 | 0.10 | 0.78 0.14 |
XYZ | 50.4721 | 56.2759 | 10.9985 |
Yxy | 56.2759 | 0.4287 | 0.4779 |
Hunter Lab | 75.0173 | -11.1843 | 43.8194 |
CIE-Lab | 79.7706 | -7.9106 | 71.9778 |
#dcc730 color RGB value is (220,199,48).
#dcc730 hex color red value is 220, green value is 199 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dcc730 hue: 0.15 , saturation: 0.71 and the lightness value of dcc730 is 0.53.
The process color (four color CMYK) of #dcc730 color hex is 0.00, 0.10, 0.78, 0.14. Web safe color of #dcc730 is #cccc33. Color #dcc730 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000111 | 00110000 |
Octal | 334 | 307 | 60 |
Decimal | 220 | 199 | 48 |
Hex | DC | C7 | 30 |
Shades of #dcc730
Tints of #dcc730
RGB Percentages of Color #dcc730
CMYK Percentages of Color #dcc730
Complementary Color
#dcc730 | #3045dc |
#dcc730 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc730 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc730 Color CSS Codes
.mybgcolor {background-color:#dcc730; } .myforecolor {color:#dcc730; } .mybordercolor {border:3px solid #dcc730; }
#dcc730 Text Font Color
<p style="color:#dcc730">Text here</p>
This sample text font color is #dcc730
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.
#dcc730 Background Color
<div style="background-color:#dcc730">
Div content here</div>
This div background color is #dcc730
#dcc730 Border Color
<div style="border:3px solid #dcc730">
Div here</div>
This div border color is #dcc730
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,199,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc730; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc730; -webkit-box-shadow: 1px 1px 3px 2px #dcc730; box-shadow: 1px 1px 3px 2px #dcc730; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,199,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc730">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc730; -webkit-box-shadow: 1px 1px 3px 2px #dcc730; box-shadow: 1px 1px 3px 2px #dcc730;">
Div content here</div>
This div box has shadow with color #dcc730
Comments
No comments written yet.
Please login to write comment.