Color spaces of #dca078
RGB | 220 | 160 | 120 |
---|---|---|---|
HSL | 0.07 | 0.59 | 0.67 |
HSV | 24° | 45° | 86° |
CMYK | 0.00 | 0.27 | 0.45 0.14 |
XYZ | 45.4762 | 41.7133 | 23.4239 |
Yxy | 41.7133 | 0.4111 | 0.3771 |
Hunter Lab | 64.5858 | 12.6603 | 23.7069 |
CIE-Lab | 70.6728 | 17.4780 | 29.5974 |
#dca078 color RGB value is (220,160,120).
#dca078 hex color red value is 220, green value is 160 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dca078 hue: 0.07 , saturation: 0.59 and the lightness value of dca078 is 0.67.
The process color (four color CMYK) of #dca078 color hex is 0.00, 0.27, 0.45, 0.14. Web safe color of #dca078 is #cc9966. Color #dca078 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100000 | 01111000 |
Octal | 334 | 240 | 170 |
Decimal | 220 | 160 | 120 |
Hex | DC | A0 | 78 |
Shades of #dca078
Tints of #dca078
RGB Percentages of Color #dca078
CMYK Percentages of Color #dca078
Complementary Color
#dca078 | #78b4dc |
#dca078 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca078 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca078 Color CSS Codes
.mybgcolor {background-color:#dca078; } .myforecolor {color:#dca078; } .mybordercolor {border:3px solid #dca078; }
#dca078 Text Font Color
<p style="color:#dca078">Text here</p>
This sample text font color is #dca078
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.
#dca078 Background Color
<div style="background-color:#dca078">
Div content here</div>
This div background color is #dca078
#dca078 Border Color
<div style="border:3px solid #dca078">
Div here</div>
This div border color is #dca078
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,160,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca078; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca078; -webkit-box-shadow: 1px 1px 3px 2px #dca078; box-shadow: 1px 1px 3px 2px #dca078; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,160,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca078">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca078; -webkit-box-shadow: 1px 1px 3px 2px #dca078; box-shadow: 1px 1px 3px 2px #dca078;">
Div content here</div>
This div box has shadow with color #dca078
Comments
No comments written yet.
Please login to write comment.