Color spaces of #dcac0c
RGB | 220 | 172 | 12 |
---|---|---|---|
HSL | 0.13 | 0.90 | 0.45 |
HSV | 46° | 95° | 86° |
CMYK | 0.00 | 0.22 | 0.95 0.14 |
XYZ | 44.3341 | 44.7472 | 6.6482 |
Yxy | 44.7472 | 0.4631 | 0.4674 |
Hunter Lab | 66.8933 | 1.2389 | 40.9328 |
CIE-Lab | 72.7251 | 5.3302 | 74.2194 |
#dcac0c color RGB value is (220,172,12).
#dcac0c hex color red value is 220, green value is 172 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcac0c hue: 0.13 , saturation: 0.90 and the lightness value of dcac0c is 0.45.
The process color (four color CMYK) of #dcac0c color hex is 0.00, 0.22, 0.95, 0.14. Web safe color of #dcac0c is #cc9900. Color #dcac0c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101100 | 00001100 |
Octal | 334 | 254 | 14 |
Decimal | 220 | 172 | 12 |
Hex | DC | AC | C |
Shades of #dcac0c
Tints of #dcac0c
RGB Percentages of Color #dcac0c
CMYK Percentages of Color #dcac0c
Complementary Color
#dcac0c | #0c3cdc |
#dcac0c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcac0c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcac0c Color CSS Codes
.mybgcolor {background-color:#dcac0c; } .myforecolor {color:#dcac0c; } .mybordercolor {border:3px solid #dcac0c; }
#dcac0c Text Font Color
<p style="color:#dcac0c">Text here</p>
This sample text font color is #dcac0c
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.
#dcac0c Background Color
<div style="background-color:#dcac0c">
Div content here</div>
This div background color is #dcac0c
#dcac0c Border Color
<div style="border:3px solid #dcac0c">
Div here</div>
This div border color is #dcac0c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,172,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcac0c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcac0c; -webkit-box-shadow: 1px 1px 3px 2px #dcac0c; box-shadow: 1px 1px 3px 2px #dcac0c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,172,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcac0c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcac0c; -webkit-box-shadow: 1px 1px 3px 2px #dcac0c; box-shadow: 1px 1px 3px 2px #dcac0c;">
Div content here</div>
This div box has shadow with color #dcac0c
#dcac0c Color Palettes
Comments
No comments written yet.
Please login to write comment.