Color spaces of #dcae4f
RGB | 220 | 174 | 79 |
---|---|---|---|
HSL | 0.11 | 0.67 | 0.59 |
HSV | 40° | 64° | 86° |
CMYK | 0.00 | 0.21 | 0.64 0.14 |
XYZ | 46.0625 | 46.0523 | 13.8584 |
Yxy | 46.0523 | 0.4347 | 0.4346 |
Hunter Lab | 67.8618 | 2.4020 | 35.3954 |
CIE-Lab | 73.5795 | 6.6228 | 53.8436 |
#dcae4f color RGB value is (220,174,79).
#dcae4f hex color red value is 220, green value is 174 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dcae4f hue: 0.11 , saturation: 0.67 and the lightness value of dcae4f is 0.59.
The process color (four color CMYK) of #dcae4f color hex is 0.00, 0.21, 0.64, 0.14. Web safe color of #dcae4f is #cc9966. Color #dcae4f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101110 | 01001111 |
Octal | 334 | 256 | 117 |
Decimal | 220 | 174 | 79 |
Hex | DC | AE | 4F |
Shades of #dcae4f
Tints of #dcae4f
RGB Percentages of Color #dcae4f
CMYK Percentages of Color #dcae4f
Complementary Color
#dcae4f | #4f7ddc |
#dcae4f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcae4f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcae4f Color CSS Codes
.mybgcolor {background-color:#dcae4f; } .myforecolor {color:#dcae4f; } .mybordercolor {border:3px solid #dcae4f; }
#dcae4f Text Font Color
<p style="color:#dcae4f">Text here</p>
This sample text font color is #dcae4f
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.
#dcae4f Background Color
<div style="background-color:#dcae4f">
Div content here</div>
This div background color is #dcae4f
#dcae4f Border Color
<div style="border:3px solid #dcae4f">
Div here</div>
This div border color is #dcae4f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,174,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcae4f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcae4f; -webkit-box-shadow: 1px 1px 3px 2px #dcae4f; box-shadow: 1px 1px 3px 2px #dcae4f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,174,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcae4f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcae4f; -webkit-box-shadow: 1px 1px 3px 2px #dcae4f; box-shadow: 1px 1px 3px 2px #dcae4f;">
Div content here</div>
This div box has shadow with color #dcae4f
Comments
No comments written yet.
Please login to write comment.