Color spaces of #dcd533
RGB | 220 | 213 | 51 |
---|---|---|---|
HSL | 0.16 | 0.71 | 0.53 |
HSV | 58° | 77° | 86° |
CMYK | 0.00 | 0.03 | 0.77 0.14 |
XYZ | 53.9070 | 63.0432 | 12.4593 |
Yxy | 63.0432 | 0.4166 | 0.4872 |
Hunter Lab | 79.3997 | -17.7603 | 46.2761 |
CIE-Lab | 83.4651 | -14.8510 | 74.3941 |
#dcd533 color RGB value is (220,213,51).
#dcd533 hex color red value is 220, green value is 213 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dcd533 hue: 0.16 , saturation: 0.71 and the lightness value of dcd533 is 0.53.
The process color (four color CMYK) of #dcd533 color hex is 0.00, 0.03, 0.77, 0.14. Web safe color of #dcd533 is #cccc33. Color #dcd533 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11010101 | 00110011 |
Octal | 334 | 325 | 63 |
Decimal | 220 | 213 | 51 |
Hex | DC | D5 | 33 |
Shades of #dcd533
Tints of #dcd533
RGB Percentages of Color #dcd533
CMYK Percentages of Color #dcd533
Complementary Color
#dcd533 | #333adc |
#dcd533 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd533 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd533 Color CSS Codes
.mybgcolor {background-color:#dcd533; } .myforecolor {color:#dcd533; } .mybordercolor {border:3px solid #dcd533; }
#dcd533 Text Font Color
<p style="color:#dcd533">Text here</p>
This sample text font color is #dcd533
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.
#dcd533 Background Color
<div style="background-color:#dcd533">
Div content here</div>
This div background color is #dcd533
#dcd533 Border Color
<div style="border:3px solid #dcd533">
Div here</div>
This div border color is #dcd533
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,213,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd533; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd533; -webkit-box-shadow: 1px 1px 3px 2px #dcd533; box-shadow: 1px 1px 3px 2px #dcd533; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,213,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd533">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd533; -webkit-box-shadow: 1px 1px 3px 2px #dcd533; box-shadow: 1px 1px 3px 2px #dcd533;">
Div content here</div>
This div box has shadow with color #dcd533
Comments
No comments written yet.
Please login to write comment.