Color spaces of #dcac38
RGB | 220 | 172 | 56 |
---|---|---|---|
HSL | 0.12 | 0.70 | 0.54 |
HSV | 42° | 75° | 86° |
CMYK | 0.00 | 0.22 | 0.75 0.14 |
XYZ | 44.9815 | 45.0062 | 10.0577 |
Yxy | 45.0062 | 0.4496 | 0.4499 |
Hunter Lab | 67.0867 | 2.2823 | 38.0718 |
CIE-Lab | 72.8960 | 6.4722 | 62.8604 |
#dcac38 color RGB value is (220,172,56).
#dcac38 hex color red value is 220, green value is 172 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dcac38 hue: 0.12 , saturation: 0.70 and the lightness value of dcac38 is 0.54.
The process color (four color CMYK) of #dcac38 color hex is 0.00, 0.22, 0.75, 0.14. Web safe color of #dcac38 is #cc9933. Color #dcac38 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101100 | 00111000 |
Octal | 334 | 254 | 70 |
Decimal | 220 | 172 | 56 |
Hex | DC | AC | 38 |
Shades of #dcac38
Tints of #dcac38
RGB Percentages of Color #dcac38
CMYK Percentages of Color #dcac38
Complementary Color
#dcac38 | #3868dc |
#dcac38 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcac38 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcac38 Color CSS Codes
.mybgcolor {background-color:#dcac38; } .myforecolor {color:#dcac38; } .mybordercolor {border:3px solid #dcac38; }
#dcac38 Text Font Color
<p style="color:#dcac38">Text here</p>
This sample text font color is #dcac38
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.
#dcac38 Background Color
<div style="background-color:#dcac38">
Div content here</div>
This div background color is #dcac38
#dcac38 Border Color
<div style="border:3px solid #dcac38">
Div here</div>
This div border color is #dcac38
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,172,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcac38; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcac38; -webkit-box-shadow: 1px 1px 3px 2px #dcac38; box-shadow: 1px 1px 3px 2px #dcac38; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,172,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcac38">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcac38; -webkit-box-shadow: 1px 1px 3px 2px #dcac38; box-shadow: 1px 1px 3px 2px #dcac38;">
Div content here</div>
This div box has shadow with color #dcac38
Comments
No comments written yet.
Please login to write comment.