Color spaces of #dcae00
RGB | 220 | 174 | 0 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.43 |
HSV | 47° | 100° | 86° |
CMYK | 0.00 | 0.21 | 1.00 0.14 |
XYZ | 44.6513 | 45.4877 | 6.4266 |
Yxy | 45.4877 | 0.4624 | 0.4711 |
Hunter Lab | 67.4446 | 0.1469 | 41.5616 |
CIE-Lab | 73.2119 | 4.1548 | 75.9435 |
#dcae00 color RGB value is (220,174,0).
#dcae00 hex color red value is 220, green value is 174 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dcae00 hue: 0.13 , saturation: 1.00 and the lightness value of dcae00 is 0.43.
The process color (four color CMYK) of #dcae00 color hex is 0.00, 0.21, 1.00, 0.14. Web safe color of #dcae00 is #cc9900. Color #dcae00 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101110 | 00000000 |
Octal | 334 | 256 | 0 |
Decimal | 220 | 174 | 0 |
Hex | DC | AE | 0 |
Shades of #dcae00
Tints of #dcae00
RGB Percentages of Color #dcae00
CMYK Percentages of Color #dcae00
Complementary Color
#dcae00 | #002edc |
#dcae00 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcae00 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcae00 Color CSS Codes
.mybgcolor {background-color:#dcae00; } .myforecolor {color:#dcae00; } .mybordercolor {border:3px solid #dcae00; }
#dcae00 Text Font Color
<p style="color:#dcae00">Text here</p>
This sample text font color is #dcae00
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.
#dcae00 Background Color
<div style="background-color:#dcae00">
Div content here</div>
This div background color is #dcae00
#dcae00 Border Color
<div style="border:3px solid #dcae00">
Div here</div>
This div border color is #dcae00
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,174,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcae00; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcae00; -webkit-box-shadow: 1px 1px 3px 2px #dcae00; box-shadow: 1px 1px 3px 2px #dcae00; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,174,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcae00">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcae00; -webkit-box-shadow: 1px 1px 3px 2px #dcae00; box-shadow: 1px 1px 3px 2px #dcae00;">
Div content here</div>
This div box has shadow with color #dcae00
#dcae00 Color Palettes
Comments
No comments written yet.
Please login to write comment.