Color spaces of #dcae1d
RGB | 220 | 174 | 29 |
---|---|---|---|
HSL | 0.13 | 0.77 | 0.49 |
HSV | 46° | 87° | 86° |
CMYK | 0.00 | 0.21 | 0.87 0.14 |
XYZ | 44.8730 | 45.5765 | 7.5945 |
Yxy | 45.5765 | 0.4577 | 0.4649 |
Hunter Lab | 67.5104 | 0.5028 | 40.5875 |
CIE-Lab | 73.2699 | 4.5469 | 71.5865 |
#dcae1d color RGB value is (220,174,29).
#dcae1d hex color red value is 220, green value is 174 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dcae1d hue: 0.13 , saturation: 0.77 and the lightness value of dcae1d is 0.49.
The process color (four color CMYK) of #dcae1d color hex is 0.00, 0.21, 0.87, 0.14. Web safe color of #dcae1d is #cc9933. Color #dcae1d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101110 | 00011101 |
Octal | 334 | 256 | 35 |
Decimal | 220 | 174 | 29 |
Hex | DC | AE | 1D |
Shades of #dcae1d
Tints of #dcae1d
RGB Percentages of Color #dcae1d
CMYK Percentages of Color #dcae1d
Complementary Color
#dcae1d | #1d4bdc |
#dcae1d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcae1d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcae1d Color CSS Codes
.mybgcolor {background-color:#dcae1d; } .myforecolor {color:#dcae1d; } .mybordercolor {border:3px solid #dcae1d; }
#dcae1d Text Font Color
<p style="color:#dcae1d">Text here</p>
This sample text font color is #dcae1d
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.
#dcae1d Background Color
<div style="background-color:#dcae1d">
Div content here</div>
This div background color is #dcae1d
#dcae1d Border Color
<div style="border:3px solid #dcae1d">
Div here</div>
This div border color is #dcae1d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,174,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcae1d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcae1d; -webkit-box-shadow: 1px 1px 3px 2px #dcae1d; box-shadow: 1px 1px 3px 2px #dcae1d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,174,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcae1d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcae1d; -webkit-box-shadow: 1px 1px 3px 2px #dcae1d; box-shadow: 1px 1px 3px 2px #dcae1d;">
Div content here</div>
This div box has shadow with color #dcae1d
#dcae1d Color Palettes
Comments
No comments written yet.
Please login to write comment.