Color spaces of #dccd49
RGB | 220 | 205 | 73 |
---|---|---|---|
HSL | 0.15 | 0.68 | 0.57 |
HSV | 54° | 67° | 86° |
CMYK | 0.00 | 0.07 | 0.67 0.14 |
XYZ | 52.5491 | 59.3593 | 14.9912 |
Yxy | 59.3593 | 0.4141 | 0.4678 |
Hunter Lab | 77.0450 | -13.0815 | 42.3950 |
CIE-Lab | 81.4887 | -9.8367 | 64.8105 |
#dccd49 color RGB value is (220,205,73).
#dccd49 hex color red value is 220, green value is 205 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dccd49 hue: 0.15 , saturation: 0.68 and the lightness value of dccd49 is 0.57.
The process color (four color CMYK) of #dccd49 color hex is 0.00, 0.07, 0.67, 0.14. Web safe color of #dccd49 is #cccc33. Color #dccd49 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 01001001 |
Octal | 334 | 315 | 111 |
Decimal | 220 | 205 | 73 |
Hex | DC | CD | 49 |
Shades of #dccd49
Tints of #dccd49
RGB Percentages of Color #dccd49
CMYK Percentages of Color #dccd49
Complementary Color
#dccd49 | #4958dc |
#dccd49 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccd49 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccd49 Color CSS Codes
.mybgcolor {background-color:#dccd49; } .myforecolor {color:#dccd49; } .mybordercolor {border:3px solid #dccd49; }
#dccd49 Text Font Color
<p style="color:#dccd49">Text here</p>
This sample text font color is #dccd49
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.
#dccd49 Background Color
<div style="background-color:#dccd49">
Div content here</div>
This div background color is #dccd49
#dccd49 Border Color
<div style="border:3px solid #dccd49">
Div here</div>
This div border color is #dccd49
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccd49; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccd49; -webkit-box-shadow: 1px 1px 3px 2px #dccd49; box-shadow: 1px 1px 3px 2px #dccd49; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccd49">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccd49; -webkit-box-shadow: 1px 1px 3px 2px #dccd49; box-shadow: 1px 1px 3px 2px #dccd49;">
Div content here</div>
This div box has shadow with color #dccd49
Comments
No comments written yet.
Please login to write comment.