Color spaces of #dccd4a
RGB | 220 | 205 | 74 |
---|---|---|---|
HSL | 0.15 | 0.68 | 0.58 |
HSV | 54° | 66° | 86° |
CMYK | 0.00 | 0.07 | 0.66 0.14 |
XYZ | 52.5826 | 59.3727 | 15.1672 |
Yxy | 59.3727 | 0.4136 | 0.4671 |
Hunter Lab | 77.0537 | -13.0328 | 42.2670 |
CIE-Lab | 81.4960 | -9.7811 | 64.4206 |
#dccd4a color RGB value is (220,205,74).
#dccd4a hex color red value is 220, green value is 205 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dccd4a hue: 0.15 , saturation: 0.68 and the lightness value of dccd4a is 0.58.
The process color (four color CMYK) of #dccd4a color hex is 0.00, 0.07, 0.66, 0.14. Web safe color of #dccd4a is #cccc33. Color #dccd4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 01001010 |
Octal | 334 | 315 | 112 |
Decimal | 220 | 205 | 74 |
Hex | DC | CD | 4A |
Shades of #dccd4a
Tints of #dccd4a
RGB Percentages of Color #dccd4a
CMYK Percentages of Color #dccd4a
Complementary Color
#dccd4a | #4a59dc |
#dccd4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccd4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccd4a Color CSS Codes
.mybgcolor {background-color:#dccd4a; } .myforecolor {color:#dccd4a; } .mybordercolor {border:3px solid #dccd4a; }
#dccd4a Text Font Color
<p style="color:#dccd4a">Text here</p>
This sample text font color is #dccd4a
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.
#dccd4a Background Color
<div style="background-color:#dccd4a">
Div content here</div>
This div background color is #dccd4a
#dccd4a Border Color
<div style="border:3px solid #dccd4a">
Div here</div>
This div border color is #dccd4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccd4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccd4a; -webkit-box-shadow: 1px 1px 3px 2px #dccd4a; box-shadow: 1px 1px 3px 2px #dccd4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccd4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccd4a; -webkit-box-shadow: 1px 1px 3px 2px #dccd4a; box-shadow: 1px 1px 3px 2px #dccd4a;">
Div content here</div>
This div box has shadow with color #dccd4a
Comments
No comments written yet.
Please login to write comment.