Color spaces of #dca679
RGB | 220 | 166 | 121 |
---|---|---|---|
HSL | 0.08 | 0.59 | 0.67 |
HSV | 27° | 45° | 86° |
CMYK | 0.00 | 0.25 | 0.45 0.14 |
XYZ | 46.6026 | 43.8686 | 24.1004 |
Yxy | 43.8686 | 0.4068 | 0.3829 |
Hunter Lab | 66.2334 | 9.6863 | 24.7895 |
CIE-Lab | 72.1406 | 14.3539 | 30.9853 |
#dca679 color RGB value is (220,166,121).
#dca679 hex color red value is 220, green value is 166 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dca679 hue: 0.08 , saturation: 0.59 and the lightness value of dca679 is 0.67.
The process color (four color CMYK) of #dca679 color hex is 0.00, 0.25, 0.45, 0.14. Web safe color of #dca679 is #cc9966. Color #dca679 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100110 | 01111001 |
Octal | 334 | 246 | 171 |
Decimal | 220 | 166 | 121 |
Hex | DC | A6 | 79 |
Shades of #dca679
Tints of #dca679
RGB Percentages of Color #dca679
CMYK Percentages of Color #dca679
Complementary Color
#dca679 | #79afdc |
#dca679 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca679 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca679 Color CSS Codes
.mybgcolor {background-color:#dca679; } .myforecolor {color:#dca679; } .mybordercolor {border:3px solid #dca679; }
#dca679 Text Font Color
<p style="color:#dca679">Text here</p>
This sample text font color is #dca679
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.
#dca679 Background Color
<div style="background-color:#dca679">
Div content here</div>
This div background color is #dca679
#dca679 Border Color
<div style="border:3px solid #dca679">
Div here</div>
This div border color is #dca679
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,166,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca679; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca679; -webkit-box-shadow: 1px 1px 3px 2px #dca679; box-shadow: 1px 1px 3px 2px #dca679; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,166,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca679">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca679; -webkit-box-shadow: 1px 1px 3px 2px #dca679; box-shadow: 1px 1px 3px 2px #dca679;">
Div content here</div>
This div box has shadow with color #dca679
Comments
No comments written yet.
Please login to write comment.