Color spaces of #dca070
RGB | 220 | 160 | 112 |
---|---|---|---|
HSL | 0.07 | 0.61 | 0.65 |
HSV | 27° | 49° | 86° |
CMYK | 0.00 | 0.27 | 0.49 0.14 |
XYZ | 45.0106 | 41.5271 | 20.9724 |
Yxy | 41.5271 | 0.4187 | 0.3863 |
Hunter Lab | 64.4415 | 11.9046 | 25.8132 |
CIE-Lab | 70.5436 | 16.6955 | 33.7103 |
#dca070 color RGB value is (220,160,112).
#dca070 hex color red value is 220, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dca070 hue: 0.07 , saturation: 0.61 and the lightness value of dca070 is 0.65.
The process color (four color CMYK) of #dca070 color hex is 0.00, 0.27, 0.49, 0.14. Web safe color of #dca070 is #cc9966. Color #dca070 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100000 | 01110000 |
Octal | 334 | 240 | 160 |
Decimal | 220 | 160 | 112 |
Hex | DC | A0 | 70 |
Shades of #dca070
Tints of #dca070
RGB Percentages of Color #dca070
CMYK Percentages of Color #dca070
Complementary Color
#dca070 | #70acdc |
#dca070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca070 Color CSS Codes
.mybgcolor {background-color:#dca070; } .myforecolor {color:#dca070; } .mybordercolor {border:3px solid #dca070; }
#dca070 Text Font Color
<p style="color:#dca070">Text here</p>
This sample text font color is #dca070
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.
#dca070 Background Color
<div style="background-color:#dca070">
Div content here</div>
This div background color is #dca070
#dca070 Border Color
<div style="border:3px solid #dca070">
Div here</div>
This div border color is #dca070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,160,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca070; -webkit-box-shadow: 1px 1px 3px 2px #dca070; box-shadow: 1px 1px 3px 2px #dca070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,160,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca070; -webkit-box-shadow: 1px 1px 3px 2px #dca070; box-shadow: 1px 1px 3px 2px #dca070;">
Div content here</div>
This div box has shadow with color #dca070
Comments
No comments written yet.
Please login to write comment.